QmlDesigner.propertyEditor: cleanup of ItemPane.qml

This commit is contained in:
Thomas Hartmann
2010-01-28 17:39:57 +01:00
parent 1c7ddfffc0
commit 238ca8dc38

View File

@@ -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;