The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 * button(int id)
QAbstractButton * checkedButton()
int checkedId()
bool exclusive()
int id(QAbstractButton * button)
void removeButton(QAbstractButton * arg0)
void setExclusive(bool arg0)
void setId(QAbstractButton * button, int id)

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.

See http://dev.perl.org/licenses/artistic.html