- Log View 【日志窗口】
- PyQt5 plug-in, you can use PyQt5 to write custom controls 【PyQt5 插件,可以通过 PyQt5 编写设计师自定义控件】
- Style editor with auto-complete, QSS format, QSS lint 【QSS 编辑器优化】
- Ui Files Workspace 【当前打开 UI 文件的工作空间】
- Designer Control Plugin 【设计师控制接口】
- linguist.exe with multi language translation
- assistant.exe with translation
-
For Linux platform needs to run
designer.sh
file and it will take a while to display. -
If you want use
assistant
, You need to download the doc document from https://github.com/PyQt5/QtDesigner/releases and put it in theDocs
folder, likeWindows/Docs/Qt-5.15.0
orLinux/Docs/Qt-5.15.0
-
Linux 版本下运行
designer.sh
启动设计师,不过可能有点慢 -
如果想使用本地离线文档功能,则需要从https://github.com/PyQt5/QtDesigner/releases 下载
Docs.tar.gz
并解压到Windows/Docs
或者Linux/Docs
- Qt Designer
https://github.com/PyQt5/QtDesigner/releases
https://gitee.com/PyQt5/QtDesigner/releases
- Qt Designer Plugins
https://github.com/PyQt5/QtDesignerPlugins/releases
- Install Plugins
Unpack Python.7z to QtDesigner
Unpack Designer.7z to QtDesigner
解压到 QtDesigner 下对应的 Linux 和 Windows 版本
PyQt5 Plugin
Workspace Plugin
QSS Editor Plugin
Websocket Plugin
you can use QWebSocket
or QRemoteObjectNode
to control designer,
see WebSocket Plugin Demo