Qt-interest Archive, September 1998
Documentation and GridLayout
Message 1 in thread
Hi All!
I just discovered how to insert a gridlayout into another.
Whats the clue is to use another constructor without an parent
pointer. If you use the other constructor the thing crashes on closing
my dialog.
Has anybody an idea where to read about such things in the documentation
to
prevent searching such things next time?
Bye
Bernd
Message 2 in thread
Am 11. Sep 1998 um 12:22:26 +0200, schrieb Bernd Unger:
> I just discovered how to insert a gridlayout into another.
this kind of stuff is described in the qlayout-docu. at least
this is where I found it recently; and once you've seen the parent-less
constructor of _some_ layout-classes, you get the idea ...
by the way (speaking of qt1.33), for completeness' sake I missed
a addMultiCellLayout-method. Not that I really needed it, just for
completeness' sake ... Has it been added already ?