servicehistorymain.h 525 Bytes
#ifndef SERVICEHISTORYMAIN_H
#define SERVICEHISTORYMAIN_H

#include <QMainWindow>

namespace Ui {
class serviceHistoryMain;
}

class serviceHistoryMain : public QMainWindow
{
    Q_OBJECT

public:
    explicit serviceHistoryMain(QWidget *parent = 0);
    ~serviceHistoryMain();

private slots:
    void on_btnUpperBunner_clicked();

    void on_btnSteamBunner_clicked();

    void on_btnLowerBunner_clicked();

    void on_btnErrorTotal_clicked();

private:
    Ui::serviceHistoryMain *ui;
};

#endif // SERVICEHISTORYMAIN_H