Qt 6.11 is out! See what's new in the release
blog
Hello
I need to make a Sidebar in qml with groups of data and should be able to hide and show the data when required. It should be something like
.
When I click the arrow the data should be shown. Are there any in-built QML components that I can use for this?
Thanks
@saitej Well then I think you will need to create your own custom component and use it as a delegate in ListView.
157