
Originally Posted by
lipos123
Hello kathir.s,
1. For the top part, you can use a Qlabel and write inside it the application's name.
2. For the scroll part, you must insert a QScrollArea and put inside it all the lists and widgets that should appear inside this scroll area.
3. As for the navigation at the bottom, you must create 3,4... buttons. And when you click on a button, you hide all the widgets inside the QScrollArea and show the necessary widgets.
I think this is a simple way to achieve your goal.
Best regards.
Lipos123