From 238ca8dc38d19610e7e2796a0f7657e1a1556e0e Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Thu, 28 Jan 2010 17:39:57 +0100 Subject: [PATCH] QmlDesigner.propertyEditor: cleanup of ItemPane.qml --- .../propertyeditor/Qt/ItemPane.qml | 30 ++----------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml index baf39769458..f3a9557e703 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml @@ -27,6 +27,7 @@ PropertyFrame { ScrollArea { + styleSheetFile: ":/qmldesigner/scrollbar.css"; widgetResizable: true; @@ -70,34 +71,7 @@ PropertyFrame { } // layout } //QWidget - } //QScrollArea - - - ScrollArea { - widgetResizable: true; - styleSheetFile: ":/qmldesigner/scrollbar.css"; - finished: finishedNotify; - horizontalScrollBarPolicy: "Qt::ScrollBarAlwaysOff"; - id: specialPane; - visible: false; - visible: false; - content: ProperyEditorSpecial; - QFrame { - minimumHeight: 600; - id: ProperyEditorSpecial - layout: QVBoxLayout { - topMargin: 2; - bottomMargin: 2; - leftMargin: 2; - rightMargin: 2; - Type { - } - - QScrollArea { - } - } - } - } + } //QScrollArea ExtendedPane { id: extendedPane; -- GitLab