author | bovi |
Sun, 15 Jan 2012 22:57:49 +0100 | |
changeset 6572 | 0d0af531c1c7 |
child 6577 | 9e49e6a8585b |
permissions | -rw-r--r-- |
6572 | 1 |
#ifndef QPUSHBUTTONWITHSOUND_H |
2 |
#define QPUSHBUTTONWITHSOUND_H |
|
3 |
||
4 |
#include <QPushButton> |
|
5 |
||
6 |
class QPushButtonWithSound : public QPushButton |
|
7 |
{ |
|
8 |
Q_OBJECT |
|
9 |
public: |
|
10 |
explicit QPushButtonWithSound(QWidget *parent = 0); |
|
11 |
||
12 |
signals: |
|
13 |
||
14 |
public slots: |
|
15 |
private slots: |
|
16 |
void buttonClicked(); |
|
17 |
||
18 |
}; |
|
19 |
||
20 |
#endif // QPUSHBUTTONWITHSOUND_H |