On Thursday 03 June 2010 11:06:04 Lic. José M. Rodriguez Bacallao wrote: > no one? > > On Wed, Jun 2, 2010 at 9:24 AM, Lic. José M. Rodriguez Bacallao > > <[email protected]> wrote: > > what I mean is something like the first case, and yes, I know that I > > can nest several splitters but the problem is that I want that those > > splitters in the first case have a common handler to resize all > > splitted widgets at one time. Any suggestions? > > > > PS: sorry for my English, it's not so good. > >
You should be able to embed two horizontal splitters inside a verticle splitter. Keep the two horizontals in sync using a slot that reacts to either's splitterMoved signal. Then add a small center widget that allows resizing all 4 at once. Matt _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
