diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml index c4d14d40073..227bf3ec489 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/FontSection.qml @@ -142,6 +142,18 @@ Section { } + Label { + text: qsTr("Font capitalization") + toolTip: qsTr("Sets the capitalization for the text.") + } + + ComboBox { + Layout.fillWidth: true + backendValue: backendValues.font_capitalization + model: ["MixedCase", "AllUppercase", "AllLowercase", "SmallCaps", "Capitalize"] + scope: "Font" + } + Label { text: qsTr("Font weight") toolTip: qsTr("Sets the font's weight.")