QHBox Class Reference
The QHBox widget performs geometry management on its children.
More...
#include <qhbox.h>
Inherits QFrame.
Inherited by QVBox, CategorySelect, TimeZoneSelector, and QPEDateTimeEdit.
List of all member functions.
Public Members
- QHBox ( QWidget * parent = 0, const char * name = 0, WFlags f = 0, bool allowLines = TRUE )
- void setSpacing ( int space )
- bool setStretchFactor ( QWidget * w, int stretch )
Protected Members
- QHBox ( bool horizontal, QWidget * parent = 0, const char * name = 0, WFlags f = 0, bool allowLines = TRUE )
Detailed Description
The QHBox widget performs geometry management on its children
All its children will be placed beside each other and sized
according to their sizeHint()s.
Use setMargin() to add space around the edge, and use setSpacing() to
add space between the widgets.
See also QVBox, and, and QGrid.
Member Function Documentation
QHBox::QHBox ( QWidget * parent = 0, const char * name = 0, WFlags f = 0, bool allowLines = TRUE )
Constructs an hbox widget with parent parent and name name
QHBox::QHBox ( bool horizontal, QWidget * parent = 0, const char * name = 0, WFlags f = 0, bool allowLines = TRUE ) [protected]
Constructs a horizontal hbox if horizontal is TRUE, otherwise
constructs a vertical hbox (also known as a vbox).
This constructor is provided for the QVBox class. You should never need
to use it directly.
void QHBox::setSpacing ( int space )
Sets the spacing between children to space.
bool QHBox::setStretchFactor ( QWidget * w, int stretch )
Sets the stretch factor of w to stretch.
See also QBoxLayout::setStretchFactor().
This file is part of the Qtopia platform,
copyright © 1995-2005
Trolltech, all rights reserved.
| Copyright © 2005 Trolltech
| Trademarks
| Qtopia version 2.2.0
|