https://github.com/alexpdev/qstyler
QSS Viewer Builder Editor Tool - Qt Style Sheets
https://github.com/alexpdev/qstyler
gui-application qss qt
Last synced: 4 months ago
JSON representation
QSS Viewer Builder Editor Tool - Qt Style Sheets
- Host: GitHub
- URL: https://github.com/alexpdev/qstyler
- Owner: alexpdev
- License: apache-2.0
- Created: 2022-07-06T05:51:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T05:03:39.000Z (over 1 year ago)
- Last Synced: 2025-02-28T01:37:47.382Z (4 months ago)
- Topics: gui-application, qss, qt
- Language: Python
- Homepage: https://github.com/alexpdev/QStyler
- Size: 9.46 MB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# QStyler

------------------------------




[](https://github.com/alexpdev/QStyler/actions/workflows/windows.yml)
[](https://github.com/alexpdev/QStyler/actions/workflows/mac.yml)

[](https://www.codacy.com/gh/alexpdev/QStyler/dashboard?utm_source=github.com&utm_medium=referral&utm_content=alexpdev/QStyler&utm_campaign=Badge_Grade)
[](https://codecov.io/gh/alexpdev/QStyler)## 🌐 Overview
GUI tool for testing Qt StyleSheets and their effect on widgets.

## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `python3`
- You have installed `PySide6`.## Installing QStyler
To install QStyler, follow these steps:
### **PyPI**
```bash
pip install QStyler
qstyler
```### **Git**
```bash
git clone https://github.com/alexpdev/qstyler.git
cd qstyler
pip install .
qstyler
```Alternatively there are pre-compiled executables in the releases section.
## Contributing to QStyler
To contribute to QStyler, follow these steps:
1. Fork this repository.
2. Create a branch: `git checkout -b `.
3. Make your changes and commit them: `git commit -m ''`
4. Push to the original branch: `git push origin /`
5. Create the pull request.Alternatively see the GitHub documentation on [creating a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).
## License
This project uses the following license: Apache 2.0 Software License
