Double clicking a table now opens a CRUD page for that table however data cannot be changed yet thought it will display an editbox.
This commit is contained in:
parent
abd4020ddf
commit
2ba27178a2
13 changed files with 288 additions and 33 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#-------------------------------------------------
|
||||
|
||||
CONFIG += c++17
|
||||
QT += core gui
|
||||
QT += core gui concurrent
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets sql
|
||||
|
||||
|
|
@ -20,11 +20,11 @@ DEFINES += WIN32_LEAN_AND_MEAN NOMINMAX _WIN32_WINNT=0x0501
|
|||
LIBS += -LC:\VSproj\boost32\lib -LC:/PROG/LIB -lws2_32 -llibpq
|
||||
|
||||
#debug {
|
||||
LIBS += c:/prog/lib/botand_imp.lib
|
||||
LIBS += c:/prog/lib/botan_imp.lib
|
||||
#}
|
||||
|
||||
#release {
|
||||
#LIBS += c:\prog\lib\botan.lib
|
||||
#LIBS += c:/prog/lib/botan_imp.lib
|
||||
#}
|
||||
|
||||
win32:RC_ICONS += pglab.ico
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue