Skip to content

Commit c538840

Browse files
committed
update app icon
1 parent 103c5bb commit c538840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

part8_定时器QTimer的使用/mainwindow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(self, parent=None):
2020
super(MainWindow, self).__init__(parent)
2121
self.setupUi(self)
2222
icon = QIcon()
23-
icon.addPixmap(QPixmap("qt.jpg"))
23+
icon.addPixmap(QPixmap("qt.png"))
2424
self.setWindowIcon(icon)
2525

2626
self.actionExit.triggered.connect(self.onExitTriggered)

0 commit comments

Comments
 (0)