this is a small collection of custom Qt widgets. Included here are:
these controls can be independently added to your project. Just #include the header and make sure the relevant .cpp file is compiled as part of your project. There are no external dependencies, other than Qt itself. The widgets have been tested with Qt 4.x and Qt 5.x. Linux, Windows and Mac platforms are supported.
the sample application is included: look under sampleApp directory
- make sure Qt and compilers are installed:
** Ubuntu:
sudo apt-get install qt make gcc
** CentOS and Fedora:sudo yum install qt make gcc
** Fedora 23+:sudo dnf install qt make gcc
** Windows: install the dev package from the Qt site ** Mac: install the dev package from the Qt site - cd to the directory with the .pro file
qmake
make