forked from qt-creator/qt-creator
QmlDesigner: Integrate Expression Builder
Task-number: QDS-10587 Change-Id: Ifc13a8364fccb74cb60d683f0e6c322d80baab50 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
cbf4273bab
commit
5e8b5ec1f0
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user