68.md 2.4 KB
Newer Older
W
init  
wizardforcel 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# PyQT5

> 原文: [https://pythonspot.com/pyqt5/](https://pythonspot.com/pyqt5/)

[PyQt5](https://pypi.python.org/pypi/PyQt5/5.6) 是可用于创建图形用户界面(GUI)的模块。 PyQt5 与 [PyQt4](https://pythonspot.com/pyqt4/) 向后不兼容。 您将需要 Python 2.6 或更高版本。 要测试您的 Python 版本,请尝试以下命令之一:

```py
python3 --version python --version 

```

## PyQt5 课程

喜欢课程还是想要获得认证?

*   [使用 PyQt5 创建 GUI 应用](https://gum.co/pysqtsamples)

W
wizardforcel 已提交
18
![PyQt5 example (appearance depends on operating system](img/4c1c799e1aa4d7f3a9c4b9104ff0efe2.jpg) 
W
init  
wizardforcel 已提交
19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50

## 文章

以下 PyQT5 文章的集合。

*   [PyQt5 窗口](https://pythonspot.com/pyqt5-window/)
*   [PyQt5 状态栏](https://pythonspot.com/pyqt5-statusbar/)
*   [PyQt5 按钮](https://pythonspot.com/pyqt5-buttons/)
*   [PyQt5 信号和插槽](https://pythonspot.com/pyqt5-signals-and-slots/)
*   [PyQt5 消息框](https://pythonspot.com/pyqt5-messagebox/)
*   [PyQt5 文本框](https://pythonspot.com/pyqt5-textbox-example/)
*   [PyQt5 定位](https://pythonspot.com/pyqt5-absolute-position/)
*   [PyQt5 菜单](https://pythonspot.com/pyqt5-menu/)
*   [PyQt5 表](https://pythonspot.com/pyqt5-table/)
*   [PyQt5 标签](https://pythonspot.com/pyqt5-tabs/)
*   [PyQt5 水平布局](https://pythonspot.com/pyqt5-horizontal-layout/)
*   [PyQt5 网格布局](https://pythonspot.com/pyqt5-grid-layout/)
*   [PyQt5 输入对话框](https://pythonspot.com/pyqt5-input-dialog/)
*   [PyQt5 文件对话框](https://pythonspot.com/pyqt5-file-dialog/)
*   [PyQt5 加载图片](https://pythonspot.com/pyqt5-image/)
*   [PyQt5 绘图和像素](https://pythonspot.com/pyqt5-pixels/)
*   [PyQt5 颜色对话框](https://pythonspot.com/pyqt5-color-dialog/)
*   [PyQt5 颜色](https://pythonspot.com/pyqt5-colors/)
*   [拖放](https://pythonspot.com/pyqt5-drag-and-drop/)
*   [PyQt5 字体对话框](https://pythonspot.com/pyqt5-font-dialog/)
*   [PyQt5 matplotlib](https://pythonspot.com/pyqt5-matplotlib/)
*   [Webkit 浏览器](https://pythonspot.com/pyqt5-browser/)
*   [PyQt5 完整浏览器](https://pythonspot.com/pyqt5-webkit-browser/)
*   [PyQt5 树状视图](https://pythonspot.com/pyqt5-treeview/)
*   [PyQt5 目录视图](https://pythonspot.com/pyqt5-directory-view/)
*   [PyQt5 表单布局](https://pythonspot.com/pyqt5-form-layout/)
*   [PyQt5 框布局](https://pythonspot.com/pyqt5-qboxlayout/)