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

QmlDesigner.propertyEditor: some qml fixes

parent a3365410
No related branches found
No related tags found
No related merge requests found
...@@ -70,8 +70,9 @@ QWidget { //This is a special doubleSpinBox that does color coding for states ...@@ -70,8 +70,9 @@ QWidget { //This is a special doubleSpinBox that does color coding for states
id: label; id: label;
font.bold: true; font.bold: true;
alignment: doubleSpinBox.alignRight ? "Qt::AlignRight | Qt::AlignVCenter" : "Qt::AlignLeft | Qt::AlignVCenter"; alignment: doubleSpinBox.alignRight ? "Qt::AlignRight | Qt::AlignVCenter" : "Qt::AlignLeft | Qt::AlignVCenter";
fixedWidth: 68 fixedWidth: 76
visible: doubleSpinBox.text != ""; visible: doubleSpinBox.text != "";
toolTip: text
} }
QDoubleSpinBox { QDoubleSpinBox {
......
...@@ -23,7 +23,7 @@ GroupBox { ...@@ -23,7 +23,7 @@ GroupBox {
} }
CheckBox { CheckBox {
id: clipCheckBox; id: clipCheckBox;
text: qsTr("Clip Content") text: qsTr("Clip")
backendValue: backendValues.clip; backendValue: backendValues.clip;
baseStateFlag: isBaseState; baseStateFlag: isBaseState;
checkable: true; checkable: true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment