gpt4 book ai didi

python - win7上pyqt中的PyQt QIcon.setThemeSearchPaths()输入什么路径?

转载 作者:行者123 更新时间:2023-12-01 04:46:04 24 4
gpt4 key购买 nike

正如 docs 中所写我想从当前代码编辑 setThemeSearchPaths() :

if __name__ == "__main__":
app = QtGui.QApplication([])
for path in QtGui.QIcon.themeSearchPaths():
print "%s/%s" % (path, QtGui.QIcon.themeName())

打印出来:

C:/Python27/icons/
:/icons/

并且没有找到图标。我想问一下win7上的函数setThemeSearchPaths()中我必须传递什么路径作为输入参数?

据我发现图标应该位于路径/文件上:

C:\Windows\system32\imageres.dll

但是如果我输入 .dll 文件的路径,什么也不会发生?

最佳答案

Windows 没有任何图标主题。 Qt 使用freedesktop icon specification .

使用默认路径,将图标主题提取到 C:/Python27/icons/ 或将其嵌入为 Qt 资源。

您可以尝试下载Faenza Icons.您最终应该得到如下文件结构:

icons/<theme name>/index.theme
icons/<theme name>/apps/
icons/<theme name>/actions/
...

关于python - win7上pyqt中的PyQt QIcon.setThemeSearchPaths()输入什么路径?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29392213/

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