Abstract base class for standard push buttons.
More...
#include <bpspushbuttons.h>
List of all members.
Public Member Functions |
| | BpsPushButton (const QString &aLabel, QWidget *aParent=0) |
| | BpsPushButton (const QString &aIconName, const QString &aLabel, QWidget *aParent=0) |
Detailed Description
Abstract base class for standard push buttons.
Constructor & Destructor Documentation
| BpsPushButton::BpsPushButton |
( |
const QString & |
aLabel, |
|
|
QWidget * |
aParent = 0 |
|
) |
| |
- Parameters:
-
| [in] | aLabel | The custom text for the push button. |
| [in] | aParent | The parent widget. |
| BpsPushButton::BpsPushButton |
( |
const QString & |
aIconName, |
|
|
const QString & |
aLabel, |
|
|
QWidget * |
aParent = 0 |
|
) |
| |
- Parameters:
-
| [in] | aIconName | The icon name. |
| [in] | aLabel | The custom text for the push button. |
| [in] | aParent | The parent widget. |
The documentation for this class was generated from the following file: