[Qt-interest] anyone written a wrapping Box layout?
Paul Miller
paul at fxtech.com
Fri Feb 10 15:24:45 CET 2012
On 2/10/2012 1:15 AM, Andre Somers wrote:
> Op 9-2-2012 21:43, Paul Miller schreef:
>> I need a box layout that wraps when the available space fills up.
>>
>> I have a VBoxLayout (used as a toolbar) that when fills the available
>> space, causes everything below it to push down/off screen. Instead, I
>> would just like child items to "wrap" to a second vertical column.
>>
>> Has anyone written such a layout?
>> _______________________________________________
>> Qt-interest mailing list
>> Qt-interest at qt.nokia.com
>> http://lists.qt.nokia.com/mailman/listinfo/qt-interest
> I think one of the layout examples does that.<searching...>
> Yes: take a look at the Flow Layout Example.
>
> André
Ah thanks André! Right in the docs, too!
More information about the Qt-interest-old
mailing list