Skip to content

Commit 1b3be4f

Browse files
committed
修改 PyQT5 註解
1 parent f17ae96 commit 1b3be4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyQT5/Chapter_1/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class Mark(QMainWindow, Ui_MainWindow):
1616

1717
def __init__(self, parent=None):
18-
# 繼承Ui_MainWindow 也就是 mark_tool 內的 class
18+
# 繼承Ui_MainWindow 也就是 MarkQtUI 內的 class
1919
super(Mark, self).__init__(parent)
2020

2121
# 建立ui介面

0 commit comments

Comments
 (0)