forked from qt-creator/qt-creator
QmlDesigner: Add custom/dynamic properties to QtObject
Change-Id: I0d42692bbc9fe9c376da447862c26272fe4296d2 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
This commit is contained in:
@@ -12,6 +12,11 @@ PropertyEditorPane {
|
||||
|
||||
ComponentSection {}
|
||||
|
||||
DynamicPropertiesSection {
|
||||
propertiesModel: SelectionDynamicPropertiesModel {}
|
||||
visible: !hasMultiSelection
|
||||
}
|
||||
|
||||
Column {
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
Reference in New Issue
Block a user