How would a system tray application be accomplished on other platforms?

后端 未结 5 1211
不知归路
不知归路 2021-02-03 10:39

Windows has the \"system tray\" that houses the clock and alway-running services like MSN, Steam, etc.

I\'d like to develop a wxPython tray application but I\'m wonderin

5条回答
  •  忘了有多久
    2021-02-03 11:13

    Use Qt: Qt Systray Example

    That'll show a systray icon on all platforms that Qt runs on and that support such icons. You'll need to come up with a strategy when systray functionality isn't supported, though.

提交回复
热议问题