NAME
Qt::Gui::QButtonGroup
PUBLIC METHODS
- QButtonGroup(QObject * parent)
- QButtonGroup(QObject * parent = 0)
- ~QButtonGroup()
- void addButton(QAbstractButton * arg0)
- void addButton(QAbstractButton * arg0, int id)
- QAbstractButton * checkedButton()
- int checkedId()
- bool exclusive()
- void removeButton(QAbstractButton * arg0)
- void setExclusive(bool arg0)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.