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 f17ae96 commit 1b3be4fCopy full SHA for 1b3be4f
PyQT5/Chapter_1/main.py
@@ -15,7 +15,7 @@
15
class Mark(QMainWindow, Ui_MainWindow):
16
17
def __init__(self, parent=None):
18
- # 繼承Ui_MainWindow 也就是 mark_tool 內的 class
+ # 繼承Ui_MainWindow 也就是 MarkQtUI 內的 class
19
super(Mark, self).__init__(parent)
20
21
# 建立ui介面
0 commit comments