epasveer / QProgressIndicator

Loading/Busy indicator for Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QProgressIndicator

QProgressIndicator is a Loading/Busy indicator widget for Qt

Copy QProgressIndicator.h and QProgressIndicator.cpp to your project.

Comes with a test program (main.cpp, Example.h, Example.cpp)

ScreenShot

Building QProgressIndicator

Download the latest code using 'clone'.

% git clone https://github.com/epasveer/QProgressIndicator

Setup cmake and build

% cd QProgressIndicator/src
% cd build
% cmake ..

% make

Install it (or not), which will usually copy it to /usr/local/bin. May need root access.

% cd QProgressIndicator/src/build
% sudo make install

LICENSE

QProgressIndicator source code is licensed under the Apache License, Version 2.0.

Based on the original code from Derek Ray.

https://github.com/raythorn/QProcessIndicator

About

Loading/Busy indicator for Qt

License:Other


Languages

Language:C++ 87.7%Language:CMake 12.3%