Introduced own version of QTableView called PgLabTableView that has some other defaults.
This commit is contained in:
parent
f0ffcf4abd
commit
f6ea2ce0a6
9 changed files with 42 additions and 32 deletions
|
|
@ -83,7 +83,8 @@ PropertyProxyModel.cpp \
|
|||
EditColumnTableModel.cpp \
|
||||
SequenceModel.cpp \
|
||||
SequencesPage.cpp \
|
||||
DatabaseWindow.cpp
|
||||
DatabaseWindow.cpp \
|
||||
PgLabTableView.cpp
|
||||
|
||||
HEADERS += \
|
||||
QueryResultModel.h \
|
||||
|
|
@ -144,7 +145,8 @@ CustomDataRole.h \
|
|||
EditColumnTableModel.h \
|
||||
SequenceModel.h \
|
||||
SequencesPage.h \
|
||||
DatabaseWindow.h
|
||||
DatabaseWindow.h \
|
||||
PgLabTableView.h
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
ConnectionManagerWindow.ui \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue