Added a ModelSummary class to make the overview over the model content accessible via QProperty system & a SummaryWidget to show this information. Only property rowCount as a proof of concept. Other properties will follow.
This commit is contained in:
@ -37,6 +37,7 @@ if(${QT_VERSION_MAJOR} GREATER_EQUAL 6)
|
||||
widgets/comboboxdelegate.h widgets/comboboxdelegate.cpp
|
||||
widgets/spinboxdelegate.h widgets/spinboxdelegate.cpp
|
||||
widgets/biddingroundcontrol.h widgets/biddingroundcontrol.cpp
|
||||
widgets/summarywidget.h widgets/summarywidget.cpp
|
||||
)
|
||||
# Define target properties for Android with Qt 6 as:
|
||||
# set_property(TARGET ${TARGET_APP} APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR
|
||||
|
||||
Reference in New Issue
Block a user