Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 562 Bytes

File metadata and controls

25 lines (16 loc) · 562 Bytes

CircleProgressWidget

CircleProgressWidget is a example of Circular Progress Bar widget

Step to compile with cmake/make

git clone https://github.com/aks-arise1600/CircleProgressWidget.git
cd CircleProgressWidget
mkdir c_build  && cd  c_build
cmake ..
make

Step to compile with qmake/make

git clone https://github.com/aks-arise1600/CircleProgressWidget.git
cd CircleProgressWidget
mkdir q_build  && cd  q_build
qmake ..
make

Output of UI