문제

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