Made a start with the notification system. However need to figure out

how i want to handle multithreading and screen updates.
This commit is contained in:
eelke 2019-08-14 06:53:28 +02:00
parent 5494e5076b
commit 7f09d5fe07
7 changed files with 216 additions and 0 deletions

View file

@ -21,6 +21,9 @@ DEFINES += _WIN32_WINNT=0x0501
win32:RC_ICONS += pglab.ico
SOURCES += main.cpp\
NotificationListWidget.cpp \
NotificationModel.cpp \
NotificationService.cpp \
QueryResultModel.cpp \
QueryExplainModel.cpp \
CreateDatabaseDialog.cpp \
@ -93,6 +96,9 @@ PropertyProxyModel.cpp \
widgets/CatalogSequencesPage.cpp
HEADERS += \
NotificationListWidget.h \
NotificationModel.h \
NotificationService.h \
QueryResultModel.h \
QueryExplainModel.h \
CreateDatabaseDialog.h \