forked from qt-creator/qt-creator
QmlDesigner.propertyEditor: re design panes
This patch makes the important properties more accessible. Reviewed-by: Marco Bubke
This commit is contained in:
@@ -16,9 +16,8 @@ QScrollArea {
|
||||
leftMargin: 0;
|
||||
rightMargin: 0;
|
||||
spacing: 0;
|
||||
|
||||
Visibility {}
|
||||
Transformation {}
|
||||
|
||||
Transformation {}
|
||||
|
||||
QScrollArea {
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -15,10 +15,7 @@ QScrollArea {
|
||||
bottomMargin: 0;
|
||||
leftMargin: 0;
|
||||
rightMargin: 0;
|
||||
spacing: 0
|
||||
|
||||
Geometry {
|
||||
}
|
||||
spacing: 0;
|
||||
|
||||
Layout {
|
||||
id: layoutBox;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user