We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d1219 commit a94cdb9Copy full SHA for a94cdb9
README.md
@@ -19,3 +19,7 @@
19
* Part9、`pyinstaller`打包exe [博文地址](https://xugaoxiang.com/2019/12/04/pyqt5-4-pyinstaller/)
20
21
* Part10、分离UI主线程和工作线程 [源码下载](part10_分离UI主线程和工作线程) [博文地址](https://xugaoxiang.com/2019/12/04/pyqt5-8-main-sub-thread/)
22
+
23
+* 对话框类控件 [源码下载](QDialog) [博文地址](https://xugaoxiang.com/2020/04/12/pyqt5-10-dialog/)
24
25
+* 按钮框类控件 [源码下载](QAbstractButton) [博文地址](https://xugaoxiang.com/2020/04/12/pyqt5-11-button/)
0 commit comments