Frage

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

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top