PyQt4设置Windows任务栏图标 [英] PyQt4 set windows taskbar icon

查看:1815
本文介绍了PyQt4设置Windows任务栏图标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Python的PyQt4中的applcation,但无法找到如何更改任务栏图标。我在Qt的Designer中制作了我的.ui文件,我可以在这里更改 windowIcon 属性。但这不是我想要的。我想在Windows任务栏中更改应用程序图标的外观。现在它是一个窗口图标中的Python徽标。



我在SO上找到了一些信息:了解详情,以及解决方法唱 ctypes


I'm working on an applcation in Python's PyQt4 and cannot find how to change the taskbar icon. I made my .ui files in Qt's Designer, where I can change the windowIcon properties. But that is not what I am looking for. I want to change the look of the application's icon in windows taskbar. For now it is Python logo in a window icon.

I found some information on SO: link but it's not helping me much.

I tryed:

app = QtGui.QApplication([])
app.setWindowIcon(QtGui.QIcon('chip_icon_normal.png'))
app.exec_()

But the icon remains unchanged.

What i want to change, showing the picture: (This is done calling the setWindowIcon on main window/ dialog, or the application, as shown above.)

解决方案

This problem is caused by some peculiarities in how taskbar icons are handled on the Windows platform.

See this answer for details, along with a workaround using ctypes.

这篇关于PyQt4设置Windows任务栏图标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆