forked from qt-creator/qt-creator
QmlDesigner.propertyEditor: smooth for Text
This commit is contained in:
@@ -58,5 +58,19 @@ GroupBox {
|
||||
AlignmentVerticalButtons { }
|
||||
}
|
||||
}
|
||||
QWidget {
|
||||
layout: HorizontalLayout {
|
||||
Label {
|
||||
text: qsTr("Aliasing")
|
||||
}
|
||||
|
||||
CheckBox {
|
||||
text: qsTr("Smooth")
|
||||
backendValue: backendValues.smooth
|
||||
baseStateFlag: isBaseState;
|
||||
checkable: true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user