Backup functionality working, the UI still needs work.
This commit is contained in:
parent
d0ea9dfa0c
commit
73528ca965
12 changed files with 606 additions and 194 deletions
10
src/src.pro
10
src/src.pro
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue