Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Qt 4.8.1,并将窗口图标设置为:
app.setWindowIcon(QIcon("/path/to/icon.svg"));
但是,无论 svg 图标有多大,菜单栏中或在 gnome 中使用“alt-tab”时显示的图标总是分辨率非常低且“像素化”。
如何让它以更高分辨率呈现图标?
似乎只有在提供具有高分辨率图标的桌面菜单条目时才能避免这种情况。
我下载了qtcreator来测试它:从网络运行版本时,图标坏了。一旦安装的版本运行,它就会工作,因为使用了菜单中的图标。