implement configuration window

This commit is contained in:
Yannik Schmidt
2020-08-17 04:26:55 +02:00
parent 92f25e11e1
commit 3c9633e128
9 changed files with 246 additions and 33 deletions

View File

@@ -27,14 +27,18 @@ CONFIG += c++11
SOURCES += \
main.cpp \
mainwindow.cpp \
notificationwidget.cpp
notificationwidget.cpp \
settings.cpp
HEADERS += \
mainwindow.h \
notificationwidget.h
notificationwidget.h \
settings.h \
settingkeys.h
FORMS += \
mainwindow.ui
mainwindow.ui \
settings.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin