QLayout Border
-
wrote on 14 Nov 2010, 15:08 last edited by
Hi,
When I use nested QLayouts, I have a problem because the added border messes up with the alignment of my widgets (see picture). Can I set this border to 0?
http://www.inf.ufrgs.br/~rgschneider/problem.png
Thank you,
Rosália -
wrote on 14 Nov 2010, 17:57 last edited by
You can set it with designer, click on the toplevle widget (for the toplevel layout) or the layout itself and change the layout{top,left,bottom,right}Margin properties in the property dock menu.
-
wrote on 14 Nov 2010, 18:58 last edited by
The margins are already 0. The problem is the very thin red border (see picture above), because for nested layouts it will not be that thin anymore.
-
wrote on 14 Nov 2010, 22:11 last edited by
You can adjust the laoyut's spacing too.
-
wrote on 14 Nov 2010, 23:21 last edited by
Please take a look at the picture, it is not the spacing and it is also not the margins. I want the layout not to have red borders. I assume it is not possible, I just wondered if anyone knows better.
-
wrote on 15 Nov 2010, 01:49 last edited by
Did you compile & run the program, or is that a screenshot from inside the designer? It look's like that screen shot is from inside the designer, like"this":http://labs.qt.nokia.com/wp-content/uploads/2007/07/eclipseintegrationuidesigner.png .
When you compiler and run your software, the red borders and the blue springy things should be gone.
-
wrote on 15 Nov 2010, 18:30 last edited by
In Qt Designer,
Go to Form menu >> Preview, or press Ctrl + R and it'd show you how it looks (this is just a quick preview of your ui file alone, not the final look & feel of your actual application)
1/7