Question

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

thanks,
Joe

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top