changeset 6572 | 0d0af531c1c7 |
child 6577 | 9e49e6a8585b |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/QTfrontend/ui/widget/qpushbuttonwithsound.h Sun Jan 15 22:57:49 2012 +0100 @@ -0,0 +1,20 @@ +#ifndef QPUSHBUTTONWITHSOUND_H +#define QPUSHBUTTONWITHSOUND_H + +#include <QPushButton> + +class QPushButtonWithSound : public QPushButton +{ + Q_OBJECT +public: + explicit QPushButtonWithSound(QWidget *parent = 0); + +signals: + +public slots: +private slots: + void buttonClicked(); + +}; + +#endif // QPUSHBUTTONWITHSOUND_H