KDEUI
KVBox Class Reference
A container widget which arranges its children vertically. More...
#include <kvbox.h>
Inheritance diagram for KVBox:

Public Member Functions | |
KVBox (QWidget *parent=0) | |
~KVBox () |
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
Definition at line 34 of file kvbox.h.
Constructor & Destructor Documentation
KVBox::KVBox | ( | QWidget * | parent = 0 |
) | [explicit] |
The documentation for this class was generated from the following files: