|
|
This class represents one widget inside the one KContainerLayout.
KContainerLayoutItem (QWidget *w,bool e=FALSE,bool f=FALSE,int p=0) |
Creates one KContIem
Parameters:
w | The widget associated with this KContainerLayoutItem |
e | Expand will make the widget to use all space alocated to it |
f | Fill will make the widget be sized to ocupy all the space allocated to it. Only makes sense with expand = TRUE |
p | Padding is the size the widget will use as borders on both sides of the space allocated to it. |