https://github.com/pyqt5/qsseditor
QSS For Qt Designer Plugin
https://github.com/pyqt5/qsseditor
Last synced: 4 months ago
JSON representation
QSS For Qt Designer Plugin
- Host: GitHub
- URL: https://github.com/pyqt5/qsseditor
- Owner: PyQt5
- Created: 2022-06-26T04:01:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T16:24:13.000Z (over 2 years ago)
- Last Synced: 2024-12-27T19:26:48.186Z (12 months ago)
- Size: 1.53 MB
- Stars: 23
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QSSEditor
QSS Editor Proxy For Qt Designer
# QQ Group
[PyQt 学习](https://jq.qq.com/?_wv=1027&k=5QVVEdF)
## Download
[Release 下载](https://github.com/PyQt5/QSSEditor/releases)
## Description
1. Download and unzip (下载和解压文件)
2. copy `bin` and `plugins` to Qt Location and `chmod 755 -R bin plugins` (拷贝文件到Qt安装目录)
3. start Designer (启动设计师)
4. use `vscode` to edit qss file and apply style (使用vscode编辑qss文件并应用样式)
## Configure
Profile default path: (默认配置文件路径)
- Windows: C:/Users/USER/AppData/Local/DesignerProxy/DesignerProxy.ini
- Linux: ~/.local/share/DesignerProxy/DesignerProxy.ini
- MacOS: ~/Library/Application Support/DesignerProxy/DesignerProxy.ini
Note: `DesignerProxy.db` is keywords.
Configuration content is:
```ini
[General]
port=61052
level=0
host=0.0.0.0
```
level (日志级别): 0=trace, 1=debug, 2=info, 3=warn, 4=err, 5=critical, 6=off
## Preview


