QTfrontend/ui/widget/qpushbuttonwithsound.h
author koda
Tue, 17 Jan 2012 23:36:15 +0100
changeset 6582 d32b5fde9ea6
parent 6572 0d0af531c1c7
child 6577 9e49e6a8585b
permissions -rw-r--r--
move the feedback button in a nicer position

#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