QTfrontend/ui/widget/qpushbuttonwithsound.h
author Xeli
Thu, 16 Feb 2012 21:32:19 +0100
changeset 6692 029c27660dd2
parent 6616 f77bb02b669f
child 6700 e04da46ee43c
permissions -rw-r--r--
move the aim buttons to be above the jump button

#ifndef QPUSHBUTTONWITHSOUND_H
#define QPUSHBUTTONWITHSOUND_H

#include <QPushButton>

class QPushButtonWithSound : public QPushButton
{
        Q_OBJECT
    public:
        explicit QPushButtonWithSound(QWidget *parent = 0);
        bool isSoundEnabled;
    signals:

    public slots:
    private slots:
        void buttonClicked();

};

#endif // QPUSHBUTTONWITHSOUND_H