[Qt-interest] Emulating Qt-widget Box kind of layout
Sean Harmer
sean.harmer at maps-technology.com
Thu May 28 11:13:34 CEST 2009
On Wednesday 27 May 2009 12:25:09 Santhosh Y wrote:
> Hi
>
> I would like to implement a widget in which there are a set of items
> under one header.
>
> There are "n- number of headers" and in each there are "m-number of items"
>
> The widget should display this n-number of headers in a vertical layout
> and each header should
> display its status (whether it is in expanded OR collapsed state by "+"
> & "-" respectively.)
>
> If a header is in expanded state, it should show its item else not.
>
> This is exactly how the Qt-Designer "widget-box" looks like.
>
> How to implement it.
Why not look at the code for Qt Designer then? You have it all there.
Sean
More information about the Qt-interest-old
mailing list