Q3HBox Class ReferenceThe Q3HBox widget provides horizontal geometry management for its child widgets. More... #include <Q3HBox> This class is part of the Qt 3 support library. It is provided to keep old source code working. We strongly advise against using it in new code. See Porting to Qt 4 for more information. Inherits: Q3Frame. Inherited by: Q3VBox. Public Functions
Reimplemented Public Functions
Protected Functions
Reimplemented Protected Functions
Additional Inherited Members
Detailed DescriptionThe Q3HBox widget provides horizontal geometry management for its child widgets. 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 QHBoxLayout, Q3VBox, and Q3Grid. Member Function Documentation
|