aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-02-26 14:50:32 +0100
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-02-26 14:52:39 +0100
commite9b089dfe33f422446f111d3756649932e5ea439 (patch)
tree902f9367131a026d673c81698cdd87b9a33de12c /share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml
parentf4950248c845bb0193c8c1f5cfc04c8523dd8d04 (diff)
QmlDesigner.propertyEditor: moving properties to different panes
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml7
1 files changed, 5 insertions, 2 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml
index 5bc40eb54f..a234e0015b 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml
@@ -16,8 +16,11 @@ QScrollArea {
bottomMargin: 0;
leftMargin: 0;
rightMargin: 0;
- spacing: 0;
- Modifiers {
+ spacing: 0;
+
+ WidgetLoader {
+ id: specificsOne;
+ source: specificsUrl;
}
QScrollArea {