I have a QGroupBox inside a QSCrollArea.
Inside my groupbox i have a vertical layout with push buttons. How can i make these push buttons get bigger and take up all the room?
I have a QGroupBox inside a QSCrollArea.
Inside my groupbox i have a vertical layout with push buttons. How can i make these push buttons get bigger and take up all the room?
Buttons by default only expand horizontally. You'll need to change their sizing policy to also expand vertically, if you want them to fill all the space inside a vertical layout.