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:
Thomas Hartmann
2023-11-01 09:40:49 +01:00
parent 57ebcd2c4f
commit aca600385a

View File

@@ -12,6 +12,11 @@ PropertyEditorPane {
ComponentSection {}
DynamicPropertiesSection {
propertiesModel: SelectionDynamicPropertiesModel {}
visible: !hasMultiSelection
}
Column {
anchors.left: parent.left
anchors.right: parent.right