https://bugs.kde.org/show_bug.cgi?id=365787
--- Comment #32 from Nate Graham <n...@kde.org> --- I'm not sure we need a tree view at all. Every user's groups can be represented by a flat one-dimensional list, right? In that case there's no need for the hierarchy offered by a tree view, and we can use the common QtQuick paradigm of a ListView inside a ScrollView, with the list delegates provided by Kirigami.BasicListItem. -- You are receiving this mail because: You are watching all bug changes.