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

@@ -50,6 +50,12 @@ PropertyFrame {
source: specificsUrl; source: specificsUrl;
} }
WidgetLoader {
id: specificsTwo;
baseUrl: globalBaseUrl;
qmlData: specificQmlData;
}
QScrollArea { QScrollArea {