QTfrontend/ui/widget/qpushbuttonwithsound.h
changeset 6577 9e49e6a8585b
parent 6572 0d0af531c1c7
child 6616 f77bb02b669f
equal deleted inserted replaced
6576:d998c378dac3 6577:9e49e6a8585b
     6 class QPushButtonWithSound : public QPushButton
     6 class QPushButtonWithSound : public QPushButton
     7 {
     7 {
     8     Q_OBJECT
     8     Q_OBJECT
     9 public:
     9 public:
    10     explicit QPushButtonWithSound(QWidget *parent = 0);
    10     explicit QPushButtonWithSound(QWidget *parent = 0);
    11 
    11     bool isSoundEnabled;
    12 signals:
    12 signals:
    13     
    13     
    14 public slots:
    14 public slots:
    15 private slots:
    15 private slots:
    16     void buttonClicked();
    16     void buttonClicked();