Messy commit. Testing suff and some improvements to how data is shown.
This commit is contained in:
parent
bebb3391c3
commit
3a13b7ffb4
59 changed files with 2045 additions and 716 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
CONFIG += c++14
|
||||
CONFIG += c++17
|
||||
QT += core gui
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets sql
|
||||
|
|
@ -13,7 +13,7 @@ TARGET = pglab
|
|||
TEMPLATE = app
|
||||
|
||||
INCLUDEPATH += C:\prog\include C:\Prog\include\pgsql C:\VSproj\boost32\include\boost-1_65_1
|
||||
DEFINES += WIN32_LEAN_AND_MEAN NOMINMAX
|
||||
DEFINES += WIN32_LEAN_AND_MEAN NOMINMAX _WIN32_WINNT=0x0501
|
||||
#LIBS += -LC:/prog/boost/lib -Lc:/prog/lib libpq.lib fmt.lib User32.lib ws2_32.lib
|
||||
LIBS += -LC:\VSproj\boost32\lib -LC:/PROG/LIB -lws2_32 -llibpq
|
||||
|
||||
|
|
@ -29,9 +29,7 @@ win32:RC_ICONS += pglab.ico
|
|||
|
||||
SOURCES += main.cpp\
|
||||
QueryResultModel.cpp \
|
||||
jsoncpp.cpp \
|
||||
QueryExplainModel.cpp \
|
||||
ExplainTreeModelItem.cpp \
|
||||
ASyncDBConnection.cpp \
|
||||
tsqueue.cpp \
|
||||
DatabaseWindow.cpp \
|
||||
|
|
@ -68,12 +66,13 @@ PgDatabaseCatalogue.cpp \
|
|||
ConnectionList.cpp \
|
||||
ProcessStdioWidget.cpp \
|
||||
GlobalIoService.cpp \
|
||||
CodeBuilderConfiguration.cpp
|
||||
CodeBuilderConfiguration.cpp \
|
||||
ResultTableModelUtil.cpp \
|
||||
BaseTableModel.cpp
|
||||
|
||||
HEADERS += \
|
||||
QueryResultModel.h \
|
||||
QueryExplainModel.h \
|
||||
ExplainTreeModelItem.h \
|
||||
ASyncDBConnection.h \
|
||||
tsqueue.h \
|
||||
DatabaseWindow.h \
|
||||
|
|
@ -110,7 +109,9 @@ PgDatabaseCatalogue.h \
|
|||
ConnectionList.h \
|
||||
ProcessStdioWidget.h \
|
||||
GlobalIoService.h \
|
||||
CodeBuilderConfiguration.h
|
||||
CodeBuilderConfiguration.h \
|
||||
ResultTableModelUtil.h \
|
||||
BaseTableModel.h
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
DatabaseWindow.ui \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue