Working on the connection manager.
Made a list model for displaying them in a list. Also added controles to edit the most important properties.
This commit is contained in:
parent
be1892ac52
commit
f5eab84c24
14 changed files with 1100 additions and 9 deletions
18
Ivory.pro
18
Ivory.pro
|
|
@ -13,7 +13,7 @@ TEMPLATE = app
|
|||
|
||||
INCLUDEPATH += C:\prog\include
|
||||
DEFINES += WIN32_LEAN_AND_MEAN NOMINMAX
|
||||
LIBS += c:\prog\lib\libpq.lib User32.lib
|
||||
LIBS += c:\prog\lib\libpq.lib User32.lib ws2_32.lib
|
||||
|
||||
SOURCES += main.cpp\
|
||||
mainwindow.cpp \
|
||||
|
|
@ -29,7 +29,11 @@ SOURCES += main.cpp\
|
|||
tsqueue.cpp \
|
||||
win32event.cpp \
|
||||
waithandlelist.cpp \
|
||||
csvwriter.cpp
|
||||
csvwriter.cpp \
|
||||
databasewindow.cpp \
|
||||
connectionmanagerwindow.cpp \
|
||||
connectionlistmodel.cpp \
|
||||
connectionconfig.cpp
|
||||
|
||||
HEADERS += mainwindow.h \
|
||||
serverproperties.h \
|
||||
|
|
@ -43,7 +47,13 @@ HEADERS += mainwindow.h \
|
|||
tsqueue.h \
|
||||
win32event.h \
|
||||
waithandlelist.h \
|
||||
csvwriter.h
|
||||
csvwriter.h \
|
||||
databasewindow.h \
|
||||
connectionmanagerwindow.h \
|
||||
connectionlistmodel.h \
|
||||
connectionconfig.h
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
serverproperties.ui
|
||||
serverproperties.ui \
|
||||
databasewindow.ui \
|
||||
connectionmanagerwindow.ui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue