├── QSSEditor.gif ├── README.md ├── clearstyle.png └── preview.png /QSSEditor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyQt5/QSSEditor/c739942c229a055caf9d77a66b8c52396c25a109/QSSEditor.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # QSSEditor 2 | 3 | QSS Editor Proxy For Qt Designer 4 | 5 | # QQ Group 6 | 7 | [PyQt 学习](https://jq.qq.com/?_wv=1027&k=5QVVEdF) 8 | 9 | ## Download 10 | 11 | [Release 下载](https://github.com/PyQt5/QSSEditor/releases) 12 | 13 | ## Description 14 | 15 | 1. Download and unzip (下载和解压文件) 16 | 2. copy `bin` and `plugins` to Qt Location and `chmod 755 -R bin plugins` (拷贝文件到Qt安装目录) 17 | 3. start Designer (启动设计师) 18 | 4. use `vscode` to edit qss file and apply style (使用vscode编辑qss文件并应用样式) 19 | 20 | ## Configure 21 | 22 | Profile default path: (默认配置文件路径) 23 | 24 | - Windows: C:/Users/USER/AppData/Local/DesignerProxy/DesignerProxy.ini 25 | - Linux: ~/.local/share/DesignerProxy/DesignerProxy.ini 26 | - MacOS: ~/Library/Application Support/DesignerProxy/DesignerProxy.ini 27 | 28 | Note: `DesignerProxy.db` is keywords. 29 | 30 | Configuration content is: 31 | 32 | ```ini 33 | [General] 34 | port=61052 35 | level=0 36 | host=0.0.0.0 37 | 38 | ``` 39 | 40 | level (日志级别): 0=trace, 1=debug, 2=info, 3=warn, 4=err, 5=critical, 6=off 41 | 42 | ## Preview 43 | 44 | ![QSSEditor](QSSEditor.gif) 45 | 46 | ![preview.png](preview.png) 47 | 48 | ![clearstyle.png](clearstyle.png) 49 | -------------------------------------------------------------------------------- /clearstyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyQt5/QSSEditor/c739942c229a055caf9d77a66b8c52396c25a109/clearstyle.png -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PyQt5/QSSEditor/c739942c229a055caf9d77a66b8c52396c25a109/preview.png --------------------------------------------------------------------------------