2010-04-13 11:37:57 +02:00
|
|
|
import Qt 4.7
|
2010-01-07 12:14:35 +01:00
|
|
|
import Bauhaus 1.0
|
|
|
|
|
|
|
|
|
|
QScrollArea {
|
|
|
|
|
widgetResizable: true;
|
|
|
|
|
styleSheetFile: ":/qmldesigner/scrollbar.css";
|
|
|
|
|
horizontalScrollBarPolicy: "Qt::ScrollBarAlwaysOff";
|
2010-02-05 15:42:31 +10:00
|
|
|
id: layoutPane;
|
2010-01-07 12:14:35 +01:00
|
|
|
visible: false;
|
2010-02-05 15:42:31 +10:00
|
|
|
content: properyEditorLayout;
|
2010-01-27 11:48:46 +01:00
|
|
|
QFrame {
|
2010-02-05 15:42:31 +10:00
|
|
|
id: properyEditorLayout;
|
2010-01-27 11:48:46 +01:00
|
|
|
layout: QVBoxLayout {
|
|
|
|
|
topMargin: 0;
|
|
|
|
|
bottomMargin: 0;
|
|
|
|
|
leftMargin: 0;
|
2010-02-25 16:48:20 +01:00
|
|
|
rightMargin: 0;
|
2010-04-23 11:22:44 +02:00
|
|
|
spacing: 0
|
|
|
|
|
|
|
|
|
|
Geometry {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
Layout {
|
2010-01-07 12:14:35 +01:00
|
|
|
id: layoutBox;
|
2010-02-26 15:36:27 +01:00
|
|
|
}
|
2010-01-07 12:14:35 +01:00
|
|
|
QScrollArea {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2010-01-27 11:48:46 +01:00
|
|
|
}
|