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