stack overflow wont let me post images so heres the link:
This is my application. For this question, ignore the top part with the buttons.
I have a QScrollArea
Filled with many QGroupBoxes
Filled with a horizontal box layout of QLabel (on the left) and QGroupBox (on the right)
The right side is a vertical box layout of QPushButtons
Every single element, the scrollarea, both boxes, the labels, and the buttons all have their style sheets modified so padding is 0px and margin is 0px.
Why do i have all this extra space?
The scroll area has space on all sides until its inner elements (the blue boxes) start. Then those boxes have space until its inner elements (the white boxes) start.
Can someone tell me what is going on?