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