SelectionEditorFactory + ItemModel + ItemModelFactory combination is working
in new EditTableWidget (EditTableWidget is very much WIP)
This commit is contained in:
parent
e44f73166f
commit
742fd0a4d3
19 changed files with 419 additions and 80 deletions
|
|
@ -75,7 +75,10 @@ codebuilder/StructureTemplate.cpp \
|
|||
PgCollation.cpp \
|
||||
PgCollationContainer.cpp \
|
||||
PgInherits.cpp \
|
||||
PgInheritsContainer.cpp
|
||||
PgInheritsContainer.cpp \
|
||||
TypeSelectionItemModel.cpp \
|
||||
SelectionEditorFactory.cpp \
|
||||
TypeModelFactory.cpp
|
||||
|
||||
HEADERS += \
|
||||
Pglablib.h \
|
||||
|
|
@ -132,8 +135,13 @@ codebuilder/StructureTemplate.h \
|
|||
PgNamespaceObject.h \
|
||||
PgCollation.h \
|
||||
PgCollationContainer.h \
|
||||
AbstractModelFactory.h \
|
||||
AbstractEditorFactory.h \
|
||||
PgInherits.h \
|
||||
PgInheritsContainer.h
|
||||
PgInheritsContainer.h \
|
||||
SelectionEditorFactory.h \
|
||||
TypeSelectionItemModel.h \
|
||||
TypeModelFactory.h
|
||||
|
||||
unix {
|
||||
target.path = /usr/lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue