• <legend id='yf4Nw'><style id='yf4Nw'><dir id='yf4Nw'><q id='yf4Nw'></q></dir></style></legend>
    <i id='yf4Nw'><tr id='yf4Nw'><dt id='yf4Nw'><q id='yf4Nw'><span id='yf4Nw'><b id='yf4Nw'><form id='yf4Nw'><ins id='yf4Nw'></ins><ul id='yf4Nw'></ul><sub id='yf4Nw'></sub></form><legend id='yf4Nw'></legend><bdo id='yf4Nw'><pre id='yf4Nw'><center id='yf4Nw'></center></pre></bdo></b><th id='yf4Nw'></th></span></q></dt></tr></i><div id='yf4Nw'><tfoot id='yf4Nw'></tfoot><dl id='yf4Nw'><fieldset id='yf4Nw'></fieldset></dl></div>
    • <bdo id='yf4Nw'></bdo><ul id='yf4Nw'></ul>

      <small id='yf4Nw'></small><noframes id='yf4Nw'>

      1. <tfoot id='yf4Nw'></tfoot>

        如何使用 PyQt5 设置窗口图标?

        时间:2023-08-05
        • <tfoot id='tsSIM'></tfoot>
        • <small id='tsSIM'></small><noframes id='tsSIM'>

          • <bdo id='tsSIM'></bdo><ul id='tsSIM'></ul>

              1. <legend id='tsSIM'><style id='tsSIM'><dir id='tsSIM'><q id='tsSIM'></q></dir></style></legend>
                <i id='tsSIM'><tr id='tsSIM'><dt id='tsSIM'><q id='tsSIM'><span id='tsSIM'><b id='tsSIM'><form id='tsSIM'><ins id='tsSIM'></ins><ul id='tsSIM'></ul><sub id='tsSIM'></sub></form><legend id='tsSIM'></legend><bdo id='tsSIM'><pre id='tsSIM'><center id='tsSIM'></center></pre></bdo></b><th id='tsSIM'></th></span></q></dt></tr></i><div id='tsSIM'><tfoot id='tsSIM'></tfoot><dl id='tsSIM'><fieldset id='tsSIM'></fieldset></dl></div>

                    <tbody id='tsSIM'></tbody>

                  本文介绍了如何使用 PyQt5 设置窗口图标?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  from PyQt5 import QtWidgets, QtGui
                  from PyQt5.QtWidgets import *
                  from PyQt5.QtCore import *
                  
                  class Application(QMainWindow):
                      def __init__(self):
                          super(Application, self).__init__()
                          self.setWindowIcon(QtGui.QIcon('icon.png'))
                  

                  我正在尝试设置一个窗口图标(窗口左上角),但正常图标却消失了.

                  I am trying to set a window icon (top left of the window) but the normal icon disappeared instead.

                  我尝试了许多图标分辨率(8x8、16x16、32x32、64x64)和扩展名(.png 和 .ico).

                  I tried with many icon resolutions (8x8, 16x16, 32x32, 64x64) and extensions (.png and .ico).

                  我做错了什么?

                  推荐答案

                  asker 建议的命令对我有用:

                  The command, as suggested by asker, works for me:

                   self.setWindowIcon(QtGui.QIcon('icon.png'))
                  

                  我放了 256x256 png,一切正常.我有 Win 7 pro 64 位,Python 3.5.2 32 位.

                  I put 256x256 png and all was OK. I have Win 7 pro 64 bit, Python 3.5.2 32 bit.

                  这篇关于如何使用 PyQt5 设置窗口图标?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:PyQt5:如何安装/运行 Qt 设计器 下一篇:我应该在我的 PyQt 应用程序中使用 `app.exec()` 还是

                  相关文章

                  最新文章

                    • <bdo id='0dA02'></bdo><ul id='0dA02'></ul>
                      <legend id='0dA02'><style id='0dA02'><dir id='0dA02'><q id='0dA02'></q></dir></style></legend>
                    1. <tfoot id='0dA02'></tfoot>

                    2. <i id='0dA02'><tr id='0dA02'><dt id='0dA02'><q id='0dA02'><span id='0dA02'><b id='0dA02'><form id='0dA02'><ins id='0dA02'></ins><ul id='0dA02'></ul><sub id='0dA02'></sub></form><legend id='0dA02'></legend><bdo id='0dA02'><pre id='0dA02'><center id='0dA02'></center></pre></bdo></b><th id='0dA02'></th></span></q></dt></tr></i><div id='0dA02'><tfoot id='0dA02'></tfoot><dl id='0dA02'><fieldset id='0dA02'></fieldset></dl></div>

                      <small id='0dA02'></small><noframes id='0dA02'>