Utils: Add round progress indicator widget

Change-Id: Ia3a51fb99ae6cec1b7b3c135d272e92d503128dc
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Eike Ziller
2015-01-12 15:44:53 +01:00
parent bab7794a0d
commit 5e60848942
10 changed files with 410 additions and 0 deletions

View File

@@ -17,3 +17,9 @@ linux-* {
win32: LIBS += -luser32 -lshell32
# PortsGatherer
win32: LIBS += -liphlpapi -lws2_32
HEADERS += \
progressindicator.h
SOURCES += \
progressindicator.cpp