admin 發表於 2023-4-18 23:32:14

Python Qt GUI设计:QMainWindow、QWidget和QDialog

Python Qt GUI设计:QMainWindow、QWidget和QDialog窗口类
如果是主窗口,就使用QMainWindow类,
如果是对话框,就使用QDialog类,
如果不确定,或者有可能作为顶层窗口,也有可能嵌入到其他窗口中,那么就使用QWidget类。


頁: [1]
查看完整版本: Python Qt GUI设计:QMainWindow、QWidget和QDialog