GUI tool for testing Qt StyleSheets and their effect on widgets.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
python3
- You have installed
PySide6
.
To install QStyler, follow these steps:
pip install QStyler
qstyler
git clone https://github.com/alexpdev/qstyler.git
cd qstyler
pip install .
qstyler
Alternatively there are pre-compiled executables in the releases section.
To contribute to QStyler, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
This project uses the following license: Apache 2.0 Software License