Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Drop Menu to hide and show data
-
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
-
-
I have checked drawer. From what I understood It is swipe based and used for hiding and showing entire side bar. What I need is, a static side bar with the drop menus as shown in the image.
-
@saitej Well then I think you will need to create your own custom component and use it as a delegate in
ListView
.