prettify loading dialog

This commit is contained in:
adityapk00
2018-11-04 20:46:26 -08:00
parent d5e3af588e
commit 2b253dd46f
7 changed files with 106 additions and 96 deletions

View File

@@ -53,7 +53,8 @@ SOURCES += \
src/turnstile.cpp \
src/utils.cpp \
src/qrcodelabel.cpp \
src/connection.cpp
src/connection.cpp \
src/fillediconlabel.cpp
HEADERS += \
src/mainwindow.h \
@@ -71,7 +72,8 @@ HEADERS += \
src/turnstile.h \
src/utils.h \
src/qrcodelabel.h \
src/connection.h
src/connection.h \
src/fillediconlabel.h
FORMS += \
src/mainwindow.ui \