如何制作PyQt应用程序(用户仅通过the system tray(在菜单栏中)与之交互)将自己隐藏在Mac OS X基座中?
解决方法:
这就是你要找的东西:http://uselessthingies.wordpress.com/2008/05/18/an-app-without-dock-icon-and-menu-bar/
tl; dr:包(py2app / pyinstaller(推荐))你的应用程序;在您的应用的Info.plist中添加< key> LSUIElement< / key>< string> 1< / string>.
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!