QGrid Class Reference
The QGrid widget performs geometry management on its children.
More...
#include <qgrid.h>
Inherits QFrame.
List of all member functions.
Public Members
- enum Direction { Horizontal, Vertical }
- QGrid ( int n, QWidget * parent = 0, const char * name = 0, WFlags f = 0 )
- QGrid ( int n, Direction dir, QWidget * parent = 0, const char * name = 0, WFlags f = 0 )
- void setSpacing ( int space )
Detailed Description
The QGrid widget performs geometry management on its children
The number of rows or columns is defined in the constructor. All its
children will be placed and sized according to their sizeHint() and
sizePolicy() return values.
Use setMargin() to add space around the edge, and use setSpacing() to
add space between the widgets.
For more general control over grid layout, including multi-column and
multi-row widgets, use the QGridLayout class directly.
See also QVBox, and, and QHBox.
Member Function Documentation
QGrid::QGrid ( int n, QWidget * parent = 0, const char * name = 0, WFlags f = 0 )
Constructs a grid widget with parent parent and name name.
n specifies the number of columns.
QGrid::QGrid ( int n, Direction dir, QWidget * parent = 0, const char * name = 0, WFlags f = 0 )
Constructs a grid widget with parent parent and name name. If dir is
Horizontal, n specifies the number of columns. If dir is Vertical,
n specifies the number of rows.
void QGrid::setSpacing ( int space )
Sets the spacing between children to space.
This file is part of the Qtopia platform,
copyright © 1995-2005
Trolltech, all rights reserved.
| Copyright © 2005 Trolltech
| Trademarks
| Qtopia version 2.2.0
|