QmlDesigner.propertyEditor: re design panes

This patch makes the important properties more
accessible.

Reviewed-by: Marco Bubke
This commit is contained in:
Thomas Hartmann
2010-09-29 13:27:51 +02:00
parent 303a2106a6
commit a210978e9b
4 changed files with 23 additions and 11 deletions

View File

@@ -16,9 +16,8 @@ QScrollArea {
leftMargin: 0;
rightMargin: 0;
spacing: 0;
Visibility {}
Transformation {}
Transformation {}
QScrollArea {
}

View File

@@ -13,10 +13,28 @@ PropertyFrame {
leftMargin: 0;
rightMargin: 0;
spacing: 0;
Type {
}
Geometry {
}
Visibility {
}
HorizontalWhiteLine {
maximumHeight: 4;
styleSheet: "QLineEdit {border: 2px solid #707070; min-height: 0px; max-height: 0px;}";
}
Switches {
}
HorizontalWhiteLine {
}
ScrollArea {
styleSheetFile: ":/qmldesigner/scrollbar.css";
widgetResizable: true;
@@ -35,8 +53,6 @@ PropertyFrame {
leftMargin: 0;
rightMargin: 0;
spacing: 0;
Type {
}
WidgetLoader {
id: specificsOne;

View File

@@ -15,10 +15,7 @@ QScrollArea {
bottomMargin: 0;
leftMargin: 0;
rightMargin: 0;
spacing: 0
Geometry {
}
spacing: 0;
Layout {
id: layoutBox;

View File

@@ -35,8 +35,8 @@ QFrame {
id: layoutMode;
checkable: true;
checked: false;
toolTip: qsTr("layout and geometry");
text: qsTr("Geometry");
toolTip: qsTr("layout");
text: qsTr("Layout");
onClicked: {
extendedMode.checked = false;
standardMode.checked = false;