1QVGroupBox(3qt) QVGroupBox(3qt)
2
3
4
6 QVGroupBox - Organizes a group of widgets in a vertical column
7
9 #include <qvgroupbox.h>
10
11 Inherits QGroupBox.
12
13 Public Members
14 QVGroupBox ( QWidget * parent = 0, const char * name = 0 )
15 QVGroupBox ( const QString & title, QWidget * parent = 0, const char *
16 name = 0 )
17 ~QVGroupBox ()
18
20 The QVGroupBox widget organizes a group of widgets in a vertical
21 column.
22
23 QVGroupBox is a convenience class that offers a thin layer on top of
24 QGroupBox. Think of it as a QVBox that offers a frame with a title.
25
26 <center>
27 [Image Omitted]
28
29 </center>
30
31 See also QHGroupBox, Widget Appearance and Style, Layout Management,
32 and Organizers.
33
36 Constructs a vertical group box with no title.
37
38 The parent and name arguments are passed on to the QWidget constructor.
39
41 char * name = 0 )
42 Constructs a vertical group box with the title title.
43
44 The parent and name arguments are passed on to the QWidget constructor.
45
47 Destroys the vertical group box, deleting its child widgets.
48
49
51 http://doc.trolltech.com/qvgroupbox.html
52 http://www.trolltech.com/faq/tech.html
53
55 Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
56 license file included in the distribution for a complete license
57 statement.
58
60 Generated automatically from the source code.
61
63 If you find a bug in Qt, please report it as described in
64 http://doc.trolltech.com/bughowto.html. Good bug reports help us to
65 help you. Thank you.
66
67 The definitive Qt documentation is provided in HTML format; it is
68 located at $QTDIR/doc/html and can be read using Qt Assistant or with a
69 web browser. This man page is provided as a convenience for those users
70 who prefer man pages, although this format is not officially supported
71 by Trolltech.
72
73 If you find errors in this manual page, please report them to qt-
74 bugs@trolltech.com. Please include the name of the manual page
75 (qvgroupbox.3qt) and the Qt version (3.3.8).
76
77
78
79Trolltech AS 2 February 2007 QVGroupBox(3qt)