We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103c5bb commit c538840Copy full SHA for c538840
part8_定时器QTimer的使用/mainwindow.py
@@ -20,7 +20,7 @@ def __init__(self, parent=None):
20
super(MainWindow, self).__init__(parent)
21
self.setupUi(self)
22
icon = QIcon()
23
- icon.addPixmap(QPixmap("qt.jpg"))
+ icon.addPixmap(QPixmap("qt.png"))
24
self.setWindowIcon(icon)
25
26
self.actionExit.triggered.connect(self.onExitTriggered)
0 commit comments