1QVBox(3qt)                                                          QVBox(3qt)
2
3
4

NAME

6       QVBox - Vertical geometry management of its child widgets
7

SYNOPSIS

9       #include <qvbox.h>
10
11       Inherits QHBox.
12
13   Public Members
14       QVBox ( QWidget * parent = 0, const char * name = 0, WFlags f = 0 )
15

DESCRIPTION

17       The QVBox widget provides vertical geometry management of its child
18       widgets.
19
20       All its child widgets will be placed vertically and sized according to
21       their sizeHint()s.
22
23       <center>
24                                   [Image Omitted]
25
26       </center>
27
28       See also QHBox, Widget Appearance and Style, Layout Management, and
29       Organizers.
30

MEMBER FUNCTION DOCUMENTATION

QVBox::QVBox ( QWidget * parent = 0, const char * name = 0, WFlags f = 0 )

33       Constructs a vbox widget called name with parent parent and widget
34       flags f.
35
36

SEE ALSO

38       http://doc.trolltech.com/qvbox.html
39       http://www.trolltech.com/faq/tech.html
40
42       Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com.  See the
43       license file included in the distribution for a complete license
44       statement.
45

AUTHOR

47       Generated automatically from the source code.
48

BUGS

50       If you find a bug in Qt, please report it as described in
51       http://doc.trolltech.com/bughowto.html.  Good bug reports help us to
52       help you. Thank you.
53
54       The definitive Qt documentation is provided in HTML format; it is
55       located at $QTDIR/doc/html and can be read using Qt Assistant or with a
56       web browser. This man page is provided as a convenience for those users
57       who prefer man pages, although this format is not officially supported
58       by Trolltech.
59
60       If you find errors in this manual page, please report them to qt-
61       bugs@trolltech.com.  Please include the name of the manual page
62       (qvbox.3qt) and the Qt version (3.3.8).
63
64
65
66Trolltech AS                    2 February 2007                     QVBox(3qt)
Impressum