[PyQt] resizing layouts
andre hotz
andre.hotz at piranha-bytes.com
Tue May 14 16:15:18 BST 2013
Hi all,
If have a quick question regarding qt layouts.
My application has 4 areas, defined by a 2x2 QGridLayout. Each area can
have single widgets and also sub layouts.
Now I want the user to be able to interactivly change the size of each
of the 4 areas by a handle.
Basically what a QSplitter does, but QSplitter seems only to work on
widgets, not on complete layouts.
Anyone has an idea to solve this?
Thanks,
Andre
More information about the PyQt
mailing list