ServerWindow shows list of databases.
This commit is contained in:
parent
e71ef2e6df
commit
612b524151
15 changed files with 307 additions and 172 deletions
|
|
@ -56,7 +56,8 @@ SOURCES += main.cpp\
|
|||
ASyncWindow.cpp \
|
||||
DatabasesTableModel.cpp \
|
||||
PgDatabase.cpp \
|
||||
PgDatabaseContainer.cpp
|
||||
PgDatabaseContainer.cpp \
|
||||
Pgsql_Params.cpp
|
||||
|
||||
HEADERS += \
|
||||
sqlparser.h \
|
||||
|
|
@ -100,7 +101,9 @@ HEADERS += \
|
|||
DatabasesTableModel.h \
|
||||
PgDatabase.h \
|
||||
PgDatabaseContainer.h \
|
||||
PgContainer.h
|
||||
PgContainer.h \
|
||||
Pgsql_Params.h \
|
||||
Pgsql_declare.h
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
DatabaseWindow.ui \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue