[PyKDE] broken layout
Andreas Pakulat
apaku at gmx.de
Thu Dec 28 01:01:50 GMT 2006
On 27.12.06 18:02:35, Marcos Dione wrote:
> also, is it better to use layouts or boxes for this kinda work? I
> read that layouts should be used only for creating complex widgets.
> would it be better to replace them with boxes?
If you mean boxes as in QVBox and QHBox, there's not much difference.
After all a QVBox is just a QWidget subclass with a QVBoxLayout applied
to it (and some convenience functions). In the end all layouting in Qt
happen via QVBoxLayout, QHBoxLayout and QGridLayout.
Andreas
--
You're being followed. Cut out the hanky-panky for a few days.
More information about the PyQt
mailing list