QmlDesigner: Integrate Expression Builder

Task-number: QDS-10587
Change-Id: Ifc13a8364fccb74cb60d683f0e6c322d80baab50
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2023-09-04 16:45:54 +02:00
committed by Henning Gründl
parent cbf4273bab
commit 5e8b5ec1f0
15 changed files with 1205 additions and 53 deletions

View File

@@ -88,10 +88,13 @@ public:
0,
"ConnectionModelStatementDelegate");
qmlRegisterType<ConditionListModel>("ConnectionsEditorEditorBackend",
1,
0,
"ConditionListModel");
qmlRegisterType<ConditionListModel>("ConnectionsEditorEditorBackend", 1, 0, "ConditionListModel");
qmlRegisterType<PropertyTreeModel>("ConnectionsEditorEditorBackend", 1, 0, "PropertyTreeModel");
qmlRegisterType<PropertyListProxyModel>("ConnectionsEditorEditorBackend",
1,
0,
"PropertyListProxyModel");
Theme::setupTheme(engine());