NAME

QLayout - Interface to the Qt QLayout, QBoxLayout and QGridLayout classes

SYNOPSIS

QLayout

use QLayout;

Inherits QObject.

Requires QMenuBar.

Member functions

activate, defaultBorder, freeze, mainWidget, setMenuBar

QBoxLayout

Inherits QLayout.

Member functions

new, addLayout, addSpacing, addStretch, addStrut, addWidget, direction

QGridLayout

Inherits QLayout.

Member functions

new, addLayout, addMultiCellWidget, addWidget, setColStretch, setRowStretch

DESCRIPTION

What you see is what you get.

EXPORTED

The %Direction hash is exported on behalf of QBoxLayout. It contains all of the constants within QBoxLayout.

The %Align hash is exported into the user's namespace. See QPainter(3) for info.

The QLayout::unlimited constant is not exported, but is available through $QLayout::unlimited.

AUTHOR

Ashley Winters <jql@accessone.com>