python pyside2(PyQT)教程目录 作者:马育民 • 2022-10-22 10:08 • 阅读:10274 # 安装 1. [python pyside2安装和使用](https://www.malaoshi.top/show_1EF5yWVqYLes.html "python pyside2安装和使用") 2. [pyside2-替代PyQT](https://www.malaoshi.top/show_1EF6Cba2vDN1.html "pyside2-替代PyQT") 3. [python pyside2 designer 窗口设计器](https://www.malaoshi.top/show_1GW1rq2m7Ys0.html "python pyside2 designer 窗口设计器") # 窗口 1. [python pyside2 designer 中,main window,dialog with button bottom,dialog with button right,dialog without button ,widget区别](https://www.malaoshi.top/show_1GW1rRVUVYQJ.html "python pyside2 designer 中,main window,dialog with button bottom,dialog with button right,dialog without button ,widget区别") 2. [python pyside2 设置窗口的默认按钮](https://www.malaoshi.top/show_1GW1sEkUPIfQ.html "python pyside2 设置窗口的默认按钮") # 基础控件 ### 输入控件 1. [python pyside2 line edit单行文本输入控件(QLineEdit)](https://www.malaoshi.top/show_1GW1r5RZTEul.html "python pyside2 line edit单行文本输入控件(QLineEdit)") - [python pyside2 line edit单行文本输入控件(QLineEdit)失去焦点事件](https://www.malaoshi.top/show_1GW1r5RZTEul.html "python pyside2 line edit单行文本输入控件(QLineEdit)失去焦点事件") 2. [python pyside2 plain text edit(QPlainTextEdit)](https://www.malaoshi.top/show_1GW1r61r8dNU.html "python pyside2 plain text edit(QPlainTextEdit)") 3. [python PySide2 combo box (QComboBox )下拉控件](https://www.malaoshi.top/show_1GW1ss1R8O4t.html "python PySide2 combo box (QComboBox )下拉控件") ### 按钮控件 1. [python pyside2:点击按钮事件](https://www.malaoshi.top/show_1IX4H6900NTq.html "python pyside2:点击按钮事件") 2. [python pyside2 信号与槽(触发事件)](https://www.malaoshi.top/show_1GW1rqM2eat3.html "python pyside2 信号与槽(触发事件)") ### 显示控件 1. [python pyside2 Text Browser(QTextBrowser)](https://www.malaoshi.top/show_1GW1sEfMnUx2.html "python pyside2 Text Browser(QTextBrowser)") ### 数据展示控件 1. [python pyside2 List View(QListView)](https://www.malaoshi.top/show_1GW1scJOxE0k.html "python pyside2 List View(QListView)") 2. [python pyside2 list widget(QListWidget)](https://www.malaoshi.top/show_1GW1sw0piA0c.html "python pyside2 list widget(QListWidget)") 3. [python pyside2 QListWidget与QListView区别](https://www.malaoshi.top/show_1GW1szV1E6Ui.html "python pyside2 QListWidget与QListView区别") # 容器控件 1. [python pyside2 Widget容器(QWidget )](https://www.malaoshi.top/show_1GW1rHsEnUFz.html "python pyside2 Widget容器(QWidget )") 2. [python pyside2 Frame容器(QFrame)](https://www.malaoshi.top/show_1GW1rI2khhAe.html "python pyside2 Frame容器(QFrame)") 3. [python pyside2 Frame容器(QFrame)与Widget容器(QWidget )的区别、应用场景](https://www.malaoshi.top/show_1GW1saeEomos.html "python pyside2 Frame容器(QFrame)与Widget容器(QWidget )的区别、应用场景") # 布局 [python pyside2 Horizontal Layout布局(QHBoxLayout)](https://www.malaoshi.top/show_1GW1rWDvrSIV.html "python pyside2 Horizontal Layout布局(QHBoxLayout)") [python pyside2 GridLayout布局](https://www.malaoshi.top/show_1GW1rWF8OYbb.html "python pyside2 GridLayout布局") # 高级控件 1. [python pyside2:文件选择对话框、文件多选择对话框](https://www.malaoshi.top/show_1IX4HjWAJnYf.html "python pyside2:文件选择对话框、文件多选择对话框") 2. [python pyside2:消息对话框](https://www.malaoshi.top/show_1IX4HjjfU1qO.html "python pyside2:消息对话框") 3. [python pyside2 Progress Bar进度条(QProgressBar)](https://www.malaoshi.top/show_1GW1rlopNlG4.html "python pyside2 Progress Bar进度条(QProgressBar)") 4. [python pyside2 QThread线程](https://www.malaoshi.top/show_1GW1rlplwTIE.html "python pyside2 QThread线程") # 使用例子 1. [python pyside2 进度条窗口,执行结束后,启动另一个窗口](https://www.malaoshi.top/show_1GW1s9JxzsHf.html "python pyside2 进度条窗口,执行结束后,启动另一个窗口") ### 常见错误 1. [PySide报错:This application failed to start because not Qt platform plugin could be initialized](https://www.malaoshi.top/show_1IX4GzKC10kV.html "PySide报错:This application failed to start because not Qt platform plugin could be initialized") 原文出处:http://malaoshi.top/show_1IX4GzPhZVMe.html