diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/FontGroupBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/FontGroupBox.qml index 0414807eb46a961de4f8be48a75b58a7d6931546..1b58801f8d967b5bfca1d06eed31caed144cc421 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/FontGroupBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/FontGroupBox.qml @@ -5,7 +5,6 @@ GroupBox { id: fontGroupBox caption: qsTr("Font") property variant showStyle: false - layout: VerticalLayout { QWidget { @@ -38,19 +37,6 @@ GroupBox { FontStyleButtons {} - /*CheckBox { - text: qsTr("Bold") - backendValue: backendValues.font_bold - baseStateFlag: isBaseState; - checkable: true; - } - CheckBox { - text: qsTr("Italic") - backendValue: backendValues.font_italic - baseStateFlag: isBaseState; - checkable: true; - }*/ - } }