forked from qt-creator/qt-creator
QmlDesigner: Fix expand all and collapse all in content library
(cherry picked from commit df622c9c3c
)
Fixes: QDS-8413
Change-Id: I98931c52f63bbbfd7a42e522a762d77b469df5da
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
d59e35af1a
commit
7383a311d7
@@ -61,6 +61,8 @@ HelperWidgets.ScrollView {
|
||||
expanded: bundleCategoryExpanded
|
||||
expandOnClick: false
|
||||
onToggleExpand: bundleCategoryExpanded = !bundleCategoryExpanded
|
||||
onExpand: bundleCategoryExpanded = true
|
||||
onCollapse: bundleCategoryExpanded = false
|
||||
|
||||
function expandSection() {
|
||||
bundleCategoryExpanded = true
|
||||
|
@@ -57,6 +57,8 @@ HelperWidgets.ScrollView {
|
||||
expanded: bundleCategoryExpanded
|
||||
expandOnClick: false
|
||||
onToggleExpand: bundleCategoryExpanded = !bundleCategoryExpanded
|
||||
onExpand: bundleCategoryExpanded = true
|
||||
onCollapse: bundleCategoryExpanded = false
|
||||
|
||||
function expandSection() {
|
||||
bundleCategoryExpanded = true
|
||||
|
Reference in New Issue
Block a user