The QHBox widget performs geometry management on its children More...
#include <qhbox.h>
Inherits QFrame.
Inherited by QVBox.
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.
Examples: xform/xform.cpp i18n/main.cpp
Constructs an hbox widget with parent parent and name name
[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.
[virtual protected]
Reimplemented for internal reasons; the API is not affected.
Reimplemented from QFrame.
Sets the spacing between children to space.
Examples: xform/xform.cpp
Sets the stretch factor of w to stretch.
See also QBoxLayout::setStretchFactor().
Examples: xform/xform.cpp
[virtual]
Reimplemented for internal reasons; the API is not affected.
Reimplemented from QWidget.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2000 Trolltech, all rights reserved.
Copyright © 2000 Trolltech | Trademarks | Qt version 2.2.1
|