QmlDesigner: Hide categories in Qt Insight view

The configuration file of Qt Insight changed its form which means
predefined categories were dropped and events took over. The insight
view needs to be improved in that matter. For the upcoming release we
hide categories all together in order to not create confusion.

Task-number: QDS-11443
Change-Id: Ia5faa8574d4c856c8a8ee341f74dc97094fc6cee
Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
(cherry picked from commit 64b50adbf6)
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Henning Gruendl
2023-11-30 10:46:49 +01:00
committed by Tim Jenssen
parent fa376883f0
commit 390bf9743c
2 changed files with 4 additions and 2 deletions

View File

@@ -166,7 +166,7 @@ Rectangle {
}
}
}
/*
HelperWidgets.Section {
id: predefinedSection
caption: qsTr("Predefined Categories")
@@ -412,6 +412,7 @@ Rectangle {
}
}
}
*/
}
}
}

View File

@@ -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.")