QmlDesigner.propertyEditor: enabling generic editing of properties

This commit is contained in:
Thomas Hartmann
2010-04-19 16:07:42 +02:00
parent af0304ca8e
commit 07c8dbf0d1

View File

@@ -47,7 +47,13 @@ PropertyFrame {
WidgetLoader { WidgetLoader {
id: specificsOne; id: specificsOne;
source: specificsUrl; source: specificsUrl;
}
WidgetLoader {
id: specificsTwo;
baseUrl: globalBaseUrl;
qmlData: specificQmlData;
} }