QTfrontend/ui/widget/qpushbuttonwithsound.h
changeset 6572 0d0af531c1c7
child 6577 9e49e6a8585b
equal deleted inserted replaced
6571:da5cfded818b 6572:0d0af531c1c7
       
     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