KDEUI
KVBox Class Reference
#include <kvbox.h>
Inheritance diagram for KVBox:
Public Member Functions | |
KVBox (QWidget *parent=0) | |
~KVBox () | |
Public Member Functions inherited from KHBox | |
KHBox (QWidget *parent=0) | |
~KHBox () | |
virtual QSize | minimumSizeHint () const |
void | setMargin (int margin) |
void | setSpacing (int space) |
void | setStretchFactor (QWidget *widget, int stretch) |
virtual QSize | sizeHint () const |
Additional Inherited Members | |
Protected Member Functions inherited from KHBox | |
KHBox (bool vertical, QWidget *parent) | |
virtual void | childEvent (QChildEvent *ev) |
Detailed Description
A container widget which arranges its children vertically.
When using a KVBox you don't need to create a layout nor to add the child widgets to it.
Both margin and spacing are initialized to 0. Use QVBoxLayout if you need standard layout margins.
- See also
- KHBox
Constructor & Destructor Documentation
|
explicit |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.