NAME
Qt::Gui::QActionGroup
PUBLIC METHODS
- QActionGroup(QObject * parent)
- ~QActionGroup()
- QAction * addAction(QAction * a)
- QAction * addAction(const QString & text)
- QAction * addAction(const QIcon & icon, const QString & text)
- QAction * checkedAction()
- bool isEnabled()
- bool isExclusive()
- bool isVisible()
- void removeAction(QAction * a)
- void setDisabled(bool b)
- void setEnabled(bool arg0)
- void setExclusive(bool arg0)
- void setVisible(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.