forked from qt-creator/qt-creator
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:
committed by
Tim Jenssen
parent
fa376883f0
commit
390bf9743c
@@ -166,7 +166,7 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
HelperWidgets.Section {
|
||||
id: predefinedSection
|
||||
caption: qsTr("Predefined Categories")
|
||||
@@ -412,6 +412,7 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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.")
|
||||
|
Reference in New Issue
Block a user