QVBoxLayout Class Reference


The QVBoxLayout class provides a vertical layout box More...

#include <qlayout.h>

Inherits QBoxLayout.

List of all member functions.

Public Members


Detailed Description

The QVBoxLayout class provides a vertical layout box

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


Member Function Documentation

QVBoxLayout::QVBoxLayout ( QWidget * parent, int border=0, int autoBorder = -1, const char * name=0 )

Creates a new top-level vertical box.

QVBoxLayout::QVBoxLayout ( int autoBorder = -1, const char * name=0 )

Creates a new vertical box. You have to add it to another layout before using it.

QVBoxLayout::~QVBoxLayout ()

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:


Generated at 17:19, 1997/09/30 for Qt version 1.30 by the webmaster at Troll Tech