Using Qt, I set up the main dialog with horizontal layout. This horizontal layout contains three vertical layouts. I really want all the controls in these layouts to stick directly against each other, but I can't get QT to remove all the extras and intervals.
I set the spacing and adding all layouts to 0, and I used CSS to clear all borders, indents and margins. I still can't get rid of the curse interval.
Here is an image of how it looks:
As far as I can tell, these widgets should be pushed against this red line.
source share