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. > > On Tue, Jun 1, 2010 at 5:06 PM, Andreas Pakulat <[email protected]> wrote: >> On 01.06.10 15:41:01, Lic. José M. Rodriguez Bacallao wrote: >>> hi folks, does anyone know where to get a four way splitter that I can >>> use with PyQt4? >> >> You mean this: >> >> Widget A | Widget B >> ------------------- >> Widget C | Widget D >> >> Thats doable by nesting splitters, i.e. create one and put a splitter >> into the top-area and two widgets to that. >> >> Or if you want >> >> A | B | C | D >> >> Then just use QSplitter::addWidget() 4 times in a row. >> >> If you want something else you'll have to explain a bit more what you >> want. >> >> Andreas >> >> -- >> You will gain money by a fattening action. >> _______________________________________________ >> PyQt mailing list [email protected] >> http://www.riverbankcomputing.com/mailman/listinfo/pyqt >> > > > > -- > Lic. José M. Rodriguez Bacallao > Centro de Biofisica Medica > ----------------------------------------------------------------- > Todos somos muy ignorantes, lo que ocurre es que no todos ignoramos lo mismo. > > Recuerda: El arca de Noe fue construida por aficionados, el titanic > por profesionales > ----------------------------------------------------------------- >
-- Lic. José M. Rodriguez Bacallao Centro de Biofisica Medica ----------------------------------------------------------------- Todos somos muy ignorantes, lo que ocurre es que no todos ignoramos lo mismo. Recuerda: El arca de Noe fue construida por aficionados, el titanic por profesionales ----------------------------------------------------------------- _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
