QtShowcase is a Qt5-Application that is based on the QtWidget Gallery. The app should showcase QtStyler.
Get started by building it with qmake
and make
(for Windows, Linux and Mac).
To build this application, you will need Qt5. If you are going to build on Windows, you need to make sure, that your PATH
variable contains paths to Qt and MinGW / MSVC toolsets (bin folder).
Clone the GitHub repository
git clone https://github.com/chrizbee/QtShowcase
cd QtShowcase
git clone https://github.com/chrizbee/QtStyler
Build it using qmake
and make
qmake
make [release | debug]
Run the application
cd build
./QtShowcase
- Linux - linuxdeployqt
- Windows - windeployqt
- Qt5 - The UI framework used
We use SemVer for versioning. The current version is stored in QtShowcase.pro (VERSION
).
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details.
- Icons by Icons8