Query tab will now show multiple data tabs if it get's multiple results
with tuples.
This commit is contained in:
parent
424cbc9e2e
commit
b6d986051b
21 changed files with 349 additions and 113 deletions
19
pglab.pro
19
pglab.pro
|
|
@ -35,11 +35,15 @@ SOURCES += main.cpp\
|
|||
connectionlistmodel.cpp \
|
||||
connectionconfig.cpp \
|
||||
backuprestore.cpp \
|
||||
databaseoverviewform.cpp \
|
||||
dbschema_database.cpp \
|
||||
querytab.cpp \
|
||||
stopwatch.cpp \
|
||||
util.cpp
|
||||
util.cpp \
|
||||
databaseinspectorwidget.cpp \
|
||||
pgtype.cpp \
|
||||
pgsqldatabasecatalogue.cpp \
|
||||
pgtypecontainer.cpp \
|
||||
tuplesresultwidget.cpp
|
||||
|
||||
HEADERS += mainwindow.h \
|
||||
serverproperties.h \
|
||||
|
|
@ -60,17 +64,22 @@ HEADERS += mainwindow.h \
|
|||
connectionconfig.h \
|
||||
scopeguard.h \
|
||||
expected.h \
|
||||
databaseoverviewform.h \
|
||||
dbschema_database.h \
|
||||
querytab.h \
|
||||
stopwatch.h \
|
||||
util.h
|
||||
util.h \
|
||||
databaseinspectorwidget.h \
|
||||
pgtype.h \
|
||||
pgsqldatabasecatalogue.h \
|
||||
pgtypecontainer.h \
|
||||
tuplesresultwidget.h
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
serverproperties.ui \
|
||||
databasewindow.ui \
|
||||
connectionmanagerwindow.ui \
|
||||
databaseoverviewform.ui \
|
||||
databaseinspectorwidget.ui \
|
||||
tuplesresultwidget.ui \
|
||||
querytab.ui
|
||||
|
||||
RESOURCES += \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue