How to call this kind of UI?
Solved
General and Desktop
-
-
Hi
Well, it's basically just an expandable widget.
Sometimes they are called collapsable widgets/controls.You could be inspired by this
https://github.com/chrisaverage/burger-menu
Its will expand/collapse. -
the repo linked by @mrjj is probably well suited for your case
but for your information:
the actual name is "drawer menu".
In QWidgets there is no default widget with that behaviour, but QML does have that component ready to use.
1/3