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

QmlDesigner.propertyEditor: smooth for Text

parent 7ba6fc88
No related merge requests found
......@@ -58,5 +58,19 @@ GroupBox {
AlignmentVerticalButtons { }
}
}
QWidget {
layout: HorizontalLayout {
Label {
text: qsTr("Aliasing")
}
CheckBox {
text: qsTr("Smooth")
backendValue: backendValues.smooth
baseStateFlag: isBaseState;
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