#include <simpleiconpushbutton.h>
Inheritance diagram for SimpleIconPushButton:
Public Member Functions | |
| SimpleIconPushButton (QWidget *parent=0) | |
| SimpleIconPushButton (const QString &text, QWidget *parent=0) | |
| SimpleIconPushButton (const QIcon &icon, const QString &text, QWidget *parent=0) | |
| virtual | ~SimpleIconPushButton () |
Provides the same constructors as QPushButton.
| SimpleIconPushButton::SimpleIconPushButton | ( | QWidget * | parent = 0 |
) | [inline] |
| SimpleIconPushButton::SimpleIconPushButton | ( | const QString & | text, | |
| QWidget * | parent = 0 | |||
| ) | [inline] |
| SimpleIconPushButton::SimpleIconPushButton | ( | const QIcon & | icon, | |
| const QString & | text, | |||
| QWidget * | parent = 0 | |||
| ) | [inline] |
| virtual SimpleIconPushButton::~SimpleIconPushButton | ( | ) | [inline, virtual] |
1.5.2