Skip to content

alexpdev/QStyler

Repository files navigation

QStyler

QStyler


GitHub repo size GitHub License PyPI - Downloads GitHub Last Commit CI CI GitHub repo size Codacy Badge codecov

🌐 Overview

GUI tool for testing Qt StyleSheets and their effect on widgets.

QStyler.gif

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

pip install QStyler
qstyler

Git

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 <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

License

This project uses the following license: Apache 2.0 Software License

coverage