标签: python pyqt5
我正在尝试将应用程序的任务栏图标设置为我创建的图像。我尝试使用qApp.setWindowIcon(QtGui.QIcon(icon_path)),但它只会更改窗口左上角的图标。
qApp.setWindowIcon(QtGui.QIcon(icon_path))