Backup functionality working, the UI still needs work.

This commit is contained in:
eelke 2017-03-05 21:23:36 +01:00
parent d0ea9dfa0c
commit 73528ca965
12 changed files with 606 additions and 194 deletions

View file

@ -73,7 +73,8 @@ SOURCES += main.cpp\
Pgsql_Result.cpp \
Pgsql_Row.cpp \
Pgsql_Value.cpp \
ConnectionList.cpp
ConnectionList.cpp \
ProcessStdioWidget.cpp
HEADERS += \
sqlparser.h \
@ -108,7 +109,6 @@ HEADERS += \
ParamListModel.h \
MainWindow.h \
SqlSyntaxHighlighter.h \
SqlLexer.h \
ServerWindow.h \
ASyncWindow.h \
DatabasesTableModel.h \
@ -123,7 +123,8 @@ HEADERS += \
Pgsql_Result.h \
Pgsql_Row.h \
Pgsql_Value.h \
ConnectionList.h
ConnectionList.h \
ProcessStdioWidget.h
FORMS += mainwindow.ui \
DatabaseWindow.ui \
@ -132,7 +133,8 @@ FORMS += mainwindow.ui \
TuplesResultWidget.ui \
QueryTab.ui \
BackupDialog.ui \
ServerWindow.ui
ServerWindow.ui \
ProcessStdioWidget.ui
RESOURCES += \
resources.qrc