https://github.com/fer-moreira/pyqt_styledesigner
PYQT Stylesheet designer tool for Stylesheet creation
https://github.com/fer-moreira/pyqt_styledesigner
designer gui-application pyqt pyqt5 python pythongui qt
Last synced: 6 months ago
JSON representation
PYQT Stylesheet designer tool for Stylesheet creation
- Host: GitHub
- URL: https://github.com/fer-moreira/pyqt_styledesigner
- Owner: fer-moreira
- Created: 2019-02-01T16:55:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T02:53:44.000Z (over 4 years ago)
- Last Synced: 2025-03-27T09:04:05.467Z (6 months ago)
- Topics: designer, gui-application, pyqt, pyqt5, python, pythongui, qt
- Language: Python
- Size: 208 KB
- Stars: 46
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QT Stylesheet Designer
QT Stylesheet designer is a simple application to edit an stylesheet and preview in realtime
You can import you css/qss/txt file or save
Click in "BUILD" to preview you changes
# Running
```
$ pip install pyqt5 pyqt5-tools json
$ python app.py config.json
```