QmlDesigner.propertyEditor: some qml fixes

This commit is contained in:
Thomas Hartmann
2010-04-01 15:54:48 +02:00
parent a33654108a
commit 8b0d9ce198
2 changed files with 3 additions and 2 deletions

View File

@@ -70,8 +70,9 @@ QWidget { //This is a special doubleSpinBox that does color coding for states
id: label;
font.bold: true;
alignment: doubleSpinBox.alignRight ? "Qt::AlignRight | Qt::AlignVCenter" : "Qt::AlignLeft | Qt::AlignVCenter";
fixedWidth: 68
fixedWidth: 76
visible: doubleSpinBox.text != "";
toolTip: text
}
QDoubleSpinBox {

View File

@@ -23,7 +23,7 @@ GroupBox {
}
CheckBox {
id: clipCheckBox;
text: qsTr("Clip Content")
text: qsTr("Clip")
backendValue: backendValues.clip;
baseStateFlag: isBaseState;
checkable: true;