Skip to content
Snippets Groups Projects
Commit a210978e authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: re design panes

This patch makes the important properties more
accessible.

Reviewed-by: Marco Bubke
parent 303a2106
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,8 @@ QScrollArea { ...@@ -16,9 +16,8 @@ QScrollArea {
leftMargin: 0; leftMargin: 0;
rightMargin: 0; rightMargin: 0;
spacing: 0; spacing: 0;
Visibility {} Transformation {}
Transformation {}
QScrollArea { QScrollArea {
} }
......
...@@ -13,10 +13,28 @@ PropertyFrame { ...@@ -13,10 +13,28 @@ PropertyFrame {
leftMargin: 0; leftMargin: 0;
rightMargin: 0; rightMargin: 0;
spacing: 0; spacing: 0;
Type {
}
Geometry {
}
Visibility {
}
HorizontalWhiteLine {
maximumHeight: 4;
styleSheet: "QLineEdit {border: 2px solid #707070; min-height: 0px; max-height: 0px;}";
}
Switches { Switches {
} }
HorizontalWhiteLine { HorizontalWhiteLine {
} }
ScrollArea { ScrollArea {
styleSheetFile: ":/qmldesigner/scrollbar.css"; styleSheetFile: ":/qmldesigner/scrollbar.css";
widgetResizable: true; widgetResizable: true;
...@@ -35,8 +53,6 @@ PropertyFrame { ...@@ -35,8 +53,6 @@ PropertyFrame {
leftMargin: 0; leftMargin: 0;
rightMargin: 0; rightMargin: 0;
spacing: 0; spacing: 0;
Type {
}
WidgetLoader { WidgetLoader {
id: specificsOne; id: specificsOne;
......
...@@ -15,10 +15,7 @@ QScrollArea { ...@@ -15,10 +15,7 @@ QScrollArea {
bottomMargin: 0; bottomMargin: 0;
leftMargin: 0; leftMargin: 0;
rightMargin: 0; rightMargin: 0;
spacing: 0 spacing: 0;
Geometry {
}
Layout { Layout {
id: layoutBox; id: layoutBox;
......
...@@ -35,8 +35,8 @@ QFrame { ...@@ -35,8 +35,8 @@ QFrame {
id: layoutMode; id: layoutMode;
checkable: true; checkable: true;
checked: false; checked: false;
toolTip: qsTr("layout and geometry"); toolTip: qsTr("layout");
text: qsTr("Geometry"); text: qsTr("Layout");
onClicked: { onClicked: {
extendedMode.checked = false; extendedMode.checked = false;
standardMode.checked = false; standardMode.checked = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment