QT Question - What are all these extra spaces for ? (pic provided)
Posted
by mea
on Stack Overflow
See other posts from Stack Overflow
or by mea
Published on 2010-05-21T04:58:45Z
Indexed on
2010/05/21
5:00 UTC
Read the original article
Hit count: 165
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?
© Stack Overflow or respective owner