Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
The TQHBox widget provides horizontal geometry management for its child widgets. More...
#include <qhbox.h>
Inherits TQFrame.
Inherited by TQVBox.
All the horizontal box's child widgets will be placed alongside each other and sized according to their sizeHint()s.
Use setMargin() to add space around the edges, and use setSpacing() to add space between the widgets. Use setStretchFactor() if you want the widgets to be different sizes in proportion to one another. (See Layouts for more information on stretch factors.)
See also TQHBoxLayout, TQVBox, TQGrid, Widget Appearance and Style, Layout Management, and Organizers.
This constructor is provided for the TQVBox class. You should never need to use it directly.
The parent, name and widget flags, f, are passed to the TQFrame constructor.
Examples: i18n/mywidget.cpp, listboxcombo/listboxcombo.cpp, qdir/qdir.cpp, tabdialog/tabdialog.cpp, wizard/wizard.cpp, and xform/xform.cpp.
See also TQBoxLayout::setStretchFactor() and Layouts.
This file is part of the TQt toolkit. Copyright © 1995-2007 Trolltech. All Rights Reserved.
Copyright © 2007 Trolltech | Trademarks | TQt 3.3.8
|