summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-02-26 14:49:52 +0100
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-02-26 14:52:39 +0100
commitf4950248c845bb0193c8c1f5cfc04c8523dd8d04 (patch)
tree317039982f432a831ed8d2cf85efa74ea6f9f5da /share
parent640f794e9e9e67de4ecb032182709c5e689593ad (diff)
downloadqt-creator-f4950248c845bb0193c8c1f5cfc04c8523dd8d04.tar.gz
QmlDesigner.propertyEditor: cleanup
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml18
1 files changed, 3 insertions, 15 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml
index 89e88e2ac8..aa74c642c4 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml
@@ -17,15 +17,10 @@ PropertyFrame {
Switches {
}
-
- ExtendedSwitches {
- id: extendedSwitches;
- }
+
HorizontalWhiteLine {
}
-
-
ScrollArea {
styleSheetFile: ":/qmldesigner/scrollbar.css";
@@ -55,16 +50,9 @@ PropertyFrame {
}
- /*Modifiers {
-
- }*/
-
-
- WidgetLoader {
- id: specificsOne;
- source: specificsUrl;
- }
+ Modifiers {
+ }
QScrollArea {
}