Q3VButtonGroup Class

The Q3VButtonGroup widget organizes button widgets in a vertical column. More...

Header: #include <Q3VButtonGroup>
Inherits: Q3ButtonGroup

Public Functions

Q3VButtonGroup(QWidget * parent = 0, const char * name = 0)
Q3VButtonGroup(const QString & title, QWidget * parent = 0, const char * name = 0)

Additional Inherited Members

Detailed Description

The Q3VButtonGroup widget organizes button widgets in a vertical column.

Q3VButtonGroup is a convenience class that offers a thin layer on top of Q3ButtonGroup. Think of it as a QVBoxWidget that offers a frame with a title and is specifically designed for buttons.

See also Q3HButtonGroup.

Member Function Documentation

Q3VButtonGroup::Q3VButtonGroup(QWidget * parent = 0, const char * name = 0)

Constructs a vertical button group with no title.

The parent and name arguments are passed on to the QWidget constructor.

Q3VButtonGroup::Q3VButtonGroup(const QString & title, QWidget * parent = 0, const char * name = 0)

Constructs a vertical button group with the title title.

The parent and name arguments are passed on to the QWidget constructor.

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.