diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml index ab6288276ee..6ee349c94cb 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml @@ -47,7 +47,13 @@ PropertyFrame { WidgetLoader { id: specificsOne; - source: specificsUrl; + source: specificsUrl; + } + + WidgetLoader { + id: specificsTwo; + baseUrl: globalBaseUrl; + qmlData: specificQmlData; }