How to move the scrollbar at the bottom of a QScrollBar?
-
I've been trying to create a widget that contains a QScrollBar with buttons inside. My idea is to add atleast 10 buttons and if there isn't too much space to see all the buttons, the user can scroll left and right to see all the buttons. However, the scroll area is always on the right side, never at the bottom. Here's a demonstration of what I'm designing:
I'm using QtDesigner, so I'd like to hear any tips on to solve this.
-
I've been trying to create a widget that contains a QScrollBar with buttons inside. My idea is to add atleast 10 buttons and if there isn't too much space to see all the buttons, the user can scroll left and right to see all the buttons. However, the scroll area is always on the right side, never at the bottom. Here's a demonstration of what I'm designing:
I'm using QtDesigner, so I'd like to hear any tips on to solve this.