Вопрос

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

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top