Pregunta

I am thinking in build an application that stays at the menubar in OSX and the clock in Windows.
I would like to know if any of the cross-platforms frameworks (like wxwidgets, qt etc) are able to help me accomplish this.
Or is this so OS specific that I would have to build one app for each?

google drive for osx, an example of a "menubar application"

thanks,
Joe

¿Fue útil?

Solución

Qt can happily do this for you. See the QSystemTrayIcon class, as well as it's setContextMenu() function.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top