[PyQt] List Widgets, adjustable

Christian chrisde88 at yahoo.de
Sun Apr 12 04:12:01 BST 2009


Do you mean something like a QSplitter?


A splitter lets the user control the size of child widgets by dragging 
the boundary between the children. Any number of widgets may be 
controlled by a single splitter.

Reference: http://doc.trolltech.com/4.5/qsplitter.html




Matt Smith schrieb:
> Okay, I've got two QListWidgets in a frame with an HBoxLayout.  I was
> looking for some suggestions to make the width of the two widgets
> adjust-able. 
>
> Ideally I would like to be able to grab the space between the widgets
> with the mouse and move it to adjust the way that the available space is
> distrubuted, ie one gets larger and the other gets smaller.
>
> thanks
> mbs
>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
>   



More information about the PyQt mailing list