[systemsettings] [Bug 472114] The sidebar doesn't show subcategories or it gets too small depending on window size
https://bugs.kde.org/show_bug.cgi?id=472114 Fushan Wen changed: What|Removed |Added Latest Commit||https://invent.kde.org/plas ||ma/systemsettings/-/commit/ ||75490ec7d1be51101dcbdd75857 ||82b399181a9dd Version Fixed In||6.0 Status|ASSIGNED|RESOLVED Resolution|--- |FIXED --- Comment #6 from Fushan Wen --- Git commit 75490ec7d1be51101dcbdd7585782b399181a9dd by Fushan Wen. Committed on 21/11/2023 at 10:04. Pushed by fusionfuture into branch 'master'. sidebar: fix subcategory width In Qt6 the root item of a QQuickWidget no longer persists for the life time of the widget, unless the root item is created outside the widget. See https://github.com/qt/qtdeclarative/commit/0d80dbd8c2cfc2a7d2a4d970b7acfc7fb5fb97a0 and https://github.com/qt/qtdeclarative/commit/69d61fecf2deee7510f5f2448614174683744d82 and https://bugreports.qt.io/browse/QTBUG-92820 FIXED-IN: 6.0 M +16 -10 app/sidebar/SidebarMode.cpp https://invent.kde.org/plasma/systemsettings/-/commit/75490ec7d1be51101dcbdd7585782b399181a9dd -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 472114] The sidebar doesn't show subcategories or it gets too small depending on window size
https://bugs.kde.org/show_bug.cgi?id=472114 Bug Janitor Service changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #5 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/plasma/systemsettings/-/merge_requests/270 -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 472114] The sidebar doesn't show subcategories or it gets too small depending on window size
https://bugs.kde.org/show_bug.cgi?id=472114 Fushan Wen changed: What|Removed |Added CC||[email protected] --- Comment #4 from Fushan Wen --- See also https://bugreports.qt.io/browse/QTBUG-92820?jql=text%20~%20%22qquickwidget%20signal%22 The problem exists in the connection. QQuickItem::implicitWidthChanged is never sent to the backend. ``` connect(d->quickWidget->rootObject(), &QQuickItem::implicitWidthChanged, this, [this]() { const int rootImplicitWidth = d->quickWidget->rootObject()->property("implicitWidth").toInt(); if (rootImplicitWidth != 0) { d->quickWidget->setFixedWidth(rootImplicitWidth); } else { d->quickWidget->setFixedWidth(240); } }); ``` -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 472114] The sidebar doesn't show subcategories or it gets too small depending on window size
https://bugs.kde.org/show_bug.cgi?id=472114 Nate Graham changed: What|Removed |Added CC||[email protected] --- Comment #3 from Nate Graham --- *** Bug 476828 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 472114] The sidebar doesn't show subcategories or it gets too small depending on window size
https://bugs.kde.org/show_bug.cgi?id=472114 João Figueiredo changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 472114] The sidebar doesn't show subcategories or it gets too small depending on window size
https://bugs.kde.org/show_bug.cgi?id=472114 Patrick Silva changed: What|Removed |Added CC||[email protected] ||m --- Comment #2 from Patrick Silva --- *** Bug 476926 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 472114] The sidebar doesn't show subcategories or it gets too small depending on window size
https://bugs.kde.org/show_bug.cgi?id=472114 Eric Armbruster changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 472114] The sidebar doesn't show subcategories or it gets too small depending on window size
https://bugs.kde.org/show_bug.cgi?id=472114 Patrick Silva changed: What|Removed |Added CC||[email protected] --- Comment #1 from Patrick Silva --- *** Bug 475321 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 472114] The sidebar doesn't show subcategories or it gets too small depending on window size
https://bugs.kde.org/show_bug.cgi?id=472114 Thiago Sueto changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 472114] The sidebar doesn't show subcategories or it gets too small depending on window size
https://bugs.kde.org/show_bug.cgi?id=472114 Nate Graham changed: What|Removed |Added CC||[email protected] Ever confirmed|0 |1 Status|REPORTED|CONFIRMED Severity|normal |major -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 472114] The sidebar doesn't show subcategories or it gets too small depending on window size
https://bugs.kde.org/show_bug.cgi?id=472114 Patrick Silva changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 472114] The sidebar doesn't show subcategories or it gets too small depending on window size
https://bugs.kde.org/show_bug.cgi?id=472114 [email protected] changed: What|Removed |Added Keywords||qt6 -- You are receiving this mail because: You are watching all bug changes.
