Started on window for managing the server.
This commit is contained in:
parent
f51105bde0
commit
2f95c2f096
17 changed files with 163 additions and 8 deletions
|
|
@ -51,7 +51,8 @@ SOURCES += main.cpp\
|
|||
ParamListModel.cpp \
|
||||
MainWindow.cpp \
|
||||
SqlSyntaxHighlighter.cpp \
|
||||
SqlLexer.cpp
|
||||
SqlLexer.cpp \
|
||||
ServerWindow.cpp
|
||||
|
||||
HEADERS += \
|
||||
sqlparser.h \
|
||||
|
|
@ -89,7 +90,8 @@ HEADERS += \
|
|||
ParamListModel.h \
|
||||
MainWindow.h \
|
||||
SqlSyntaxHighlighter.h \
|
||||
SqlLexer.h
|
||||
SqlLexer.h \
|
||||
ServerWindow.h
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
databasewindow.ui \
|
||||
|
|
@ -97,7 +99,8 @@ FORMS += mainwindow.ui \
|
|||
databaseinspectorwidget.ui \
|
||||
tuplesresultwidget.ui \
|
||||
querytab.ui \
|
||||
backupdialog.ui
|
||||
backupdialog.ui \
|
||||
ServerWindow.ui
|
||||
|
||||
RESOURCES += \
|
||||
resources.qrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue