diff --git a/share/qtcreator/qmldesigner/insight/Main.qml b/share/qtcreator/qmldesigner/insight/Main.qml index 1abad0050f5..14a69ce80f4 100644 --- a/share/qtcreator/qmldesigner/insight/Main.qml +++ b/share/qtcreator/qmldesigner/insight/Main.qml @@ -166,7 +166,7 @@ Rectangle { } } } - +/* HelperWidgets.Section { id: predefinedSection caption: qsTr("Predefined Categories") @@ -412,6 +412,7 @@ Rectangle { } } } +*/ } } } diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/InsightSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/InsightSection.qml index b23f8ff95d3..77482bd8488 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/InsightSection.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/InsightSection.qml @@ -23,6 +23,7 @@ Section { } SectionLayout { +/* PropertyLabel { text: qsTr("Category") } SecondColumnLayout { @@ -84,7 +85,7 @@ Section { ExpandingSpacer {} } - +*/ PropertyLabel { text: qsTr("Object name") tooltip: qsTr("Sets the object name of the component.")