# pyqt_learning **Repository Path**: tkyl01/pyqt_learning ## Basic Information - **Project Name**: pyqt_learning - **Description**: PyQt 学习笔记 - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pyqt_learning #### 项目介绍 PyQt 学习笔记 #### 安装教程 1. sudo apt-get install python-pyqt5 #### 相关链接 http://pyqt.sourceforge.net/Docs/PyQt5/QtGui.html#PyQt5-QtGui http://code.py40.com/pyqt5 #### 开始学习 1. python3 py/first.py ![](img/first.png) 2. python3 py/icon.py ![](img/icon.png) 3. python3 py/tooltips.py ![](img/tooltips.png) 4. python3 py/quit.py ![](img/quit.png) 5. python3 py/messagebox.py ![](img/messagebox.png) 6. python3 py/center.py 7. python3 py/label.py ![](img/label.png) 8. python3 py/boxlayout.py ![](img/boxlayout2.png) ![](img/boxlayout1.png) ![](img/boxlayout4.png) ![](img/boxlayout3.png) 9. python3 py/gridlayout.py ![](img/gridlayout.png) 10. python3 py/review.py ![](img/review.png) 11. python3 py/menu_toolbar_status.py ![](img/menu_toolbar_status.png) 12. python3 py/signals_slots.py ![](img/signals_slots.gif) 13. python3 py/keypressevent.py ![](img/keypressevent.gif) 14. python3 py/event_sender.py ![](img/event_sender.gif) 15. python3 py/emit_signal.py ![](img/emitsignal.gif) 16. python3/ py/inputdialog.py ![](img/inputdialog.gif) 17. python3 py/colordialog.py ![](img/colordialog.gif) 18. python3 py/fontdialog.py ![](img/fontdialog.gif) 19. python py/filedialog.py ![](img/filedialog.gif) 20. python3 py/savedialog.py ![](img/savedialog.gif) 21. python3 py/checkbox.py ![](img/checkbox.gif) 22. python3 py/togglebutton.py ![](img/togglebutton.gif) 23. python3 py/slider_edit.py ![](img/slideredit.gif) 24. python3 py/dial_label.py ![](img/diallabel.gif) 25. python3 py/progressbar.py ![](img/progressbar.gif) 26. python3 py/calendar.py ![](img/calendar.gif) 27. python3 py/pixmap.py ![](img/pixmap.png) 28. python3 py/lineedit.py ![](img/lineedit.gif) 29. python3 py/splitter.py ![](img/splitter.gif) 30. python3 py/combobox.py ![](img/combobox.gif) 31. python3 py/drawtext.py ![](img/drawtext.png) 32. python3 py/drawpoint.py ![](img/drawpoint.png) 33. python3 py/color.py ![](img/color.png) 34. python3 py/drawline_pen.py ![](img/drawline_pen.png) 35. python3 py/drawrect_brush.py ![](img/drawrect_brush.png) 36. python3 py/burning.py 自定义控件 ![](img/burning.gif) 37. python3 py/tetris.py 俄罗斯方块 ![](img/tetris.gif)