The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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)
QList<QAbstractButton *> buttons()
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 - 2012 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