NAME
Qt::Gui::QAbstractButton
PUBLIC METHODS
- QAbstractButton(QWidget * parent)
- QAbstractButton(QWidget * parent = 0)
- ~QAbstractButton()
- void animateClick(int msec)
- void animateClick(int msec = 100)
- bool autoExclusive()
- bool autoRepeat()
- int autoRepeatDelay()
- int autoRepeatInterval()
- void click()
- QButtonGroup * group()
- QIcon icon()
- QSize iconSize()
- bool isCheckable()
- bool isChecked()
- bool isDown()
- void setAutoExclusive(bool arg0)
- void setAutoRepeat(bool arg0)
- void setAutoRepeatDelay(int arg0)
- void setAutoRepeatInterval(int arg0)
- void setCheckable(bool arg0)
- void setChecked(bool arg0)
- void setDown(bool arg0)
- void setIcon(const QIcon & icon)
- void setIconSize(const QSize & size)
- void setShortcut(const QKeySequence & key)
- void setText(const QString & text)
- QKeySequence shortcut()
- QString text()
- void toggle()
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.