The QVBoxLayout class provides a vertical layout box More...
#include <qlayout.h>
Inherits QBoxLayout.
The contents are arranged top to bottom, they will stretch to fill the available space.
Warning: The current version does not support deletion of child widgets. If you need to remove widgets that are under geometry management, you have to delete the layout manager first.
Examples: layout/layout.cpp widgets/widgets.cpp
Creates a new top-level vertical box.
Creates a new vertical box. You have to add it to another layout before using it.
Destroys this box.
This file is part of the Qt toolkit, copyright © 1995-97 Troll Tech, all rights reserved.
It was generated from the following files: