Skip to content

chrizbee/QtShowcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Overview

QtShowcase is a Qt5-Application that is based on the QtWidget Gallery. The app should showcase QtStyler.

Getting Started

Get started by building it with qmake and make (for Windows, Linux and Mac).

Prerequisites

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).

Building

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

Deployment

Built With

  • Qt5 - The UI framework used

Versioning

We use SemVer for versioning. The current version is stored in QtShowcase.pro (VERSION).

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments & Sources