gpt4 book ai didi

c++ - QSystemTrayIcon 和 Windows8

转载 作者:可可西里 更新时间:2023-11-01 09:55:14 25 4
gpt4 key购买 nike

我正在编写应用程序,托盘类中有奇怪的错误。在我的类里面,我使用 QSystemTrayIcon 之类的

 tray = new QSystemTrayIcon(this);
tray->setIcon(QIcon(":/gui/logo.png"));
...
tray->show();

WinXPWindows7 上它工作正常,但在 Windows 8 上图标不显示

    qDebug()<<"System TRAY:"<< QSystemTrayIcon::isSystemTrayAvailable();// outputs true

我使用 Qt5.1.1 MSVC 2012

最佳答案

我刚刚遇到了同样的问题,我从 phyatt 那里使用的解决方案是将 imageformats 文件夹复制到我的应用程序的 plugins 文件夹,现在它工作正常。

关于c++ - QSystemTrayIcon 和 Windows8,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18707113/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com