[Qt-interest] How to make a dialogue box with scroll bars?
Till Oliver Knoll
till.oliver.knoll at gmail.com
Fri Mar 25 11:19:31 CET 2011
Am 24.03.2011 um 13:07 schrieb Robert Wood <robert.wood at apostrophe.co.uk>:
> Many thanks again. :~) Designer is actually pretty complex in its own
> right, I find a lot of the layout stuff really hard to get right.
>
Au contraire! Layouts in Qt are very easy and intuitive! And Qt Designer makes them intuitive and even easier to apply: simply select the widgets you want to layout (or the container widget), choose a suitable layout (the intuitive "Grid layout" covers most of my needs), et voilà!
Add "spacers" as needed and you get your desired layout in no time!
If you have used "Card Layouts", "NorthEastSouthWest" layouts, "Gridbag" layouts and tried to figure out their proper parameters, you know what I am talking about! And I have yet to find a good GUI designer for Java which is free, performant, intuitive and most importantly, does not touch my OWN code in any way!
Cheers, Oliver
More information about the Qt-interest-old
mailing list