Re: [PyQt] List Widgets, adjustable

2009-04-11 Thread Christian
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

[PyQt] List Widgets, adjustable

2009-04-11 Thread Matt Smith
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 distr