python pyside2(PyQT)教程目录 作者:马育民 • 2022-10-22 10:08 • 阅读:10262 # 安装 1. [python pyside2安装和使用](https://www.malaoshi.top/show_1EF5yWVqYLes.html "python pyside2安装和使用") 2. [pyside2-替代PyQT](https://www.malaoshi.top/show_1EF6Cba2vDN1.html "pyside2-替代PyQT") # 窗口 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区别") # 基础控件 1. [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:点击按钮事件](https://www.malaoshi.top/show_1IX4H6900NTq.html "python pyside2:点击按钮事件") # 容器控件 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)") # 布局 [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:消息对话框") ### 常见错误 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://www.malaoshi.top/show_1IX4GzPhZVMe.html