Skip to content

PyQt5/QSSEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QSSEditor

QSS Editor Proxy For Qt Designer

QQ Group

PyQt 学习

Download

Release 下载

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:

[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

QSSEditor

preview.png

clearstyle.png