NAME

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

SYNOPSIS

QLayout

use QLayout;

Inherits QObject.

Requires QMenuBar.

Member functions

activate, defaultBorder, freeze, 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 $SingleLine $DontClip $ExpandTabs $ShowPrefix $WordBreak $GrayText $DontPrint constants are exported. See QPainter(3) for info.

AUTHOR

Ashley Winters <jql@accessone.com>