Files @ d163d536640e
Branch filter:

Location: tempo-plotter/customcheckablebutton.h

Hasan Yavuz ÖZDERYA
disabled keyboardTracking for numberOfSamples, this option causes plot data to be lost when you are increasing the number of samples
#ifndef CUSTOMCHECKABLEBUTTON_H
#define CUSTOMCHECKABLEBUTTON_H

#include <QPushButton>

class CustomCheckableButton : public QPushButton
{
    Q_OBJECT
public:
    explicit CustomCheckableButton(QWidget *parent = 0);

signals:

public slots:

private:
    void nextCheckState();

};

#endif // CUSTOMCHECKABLEBUTTON_H