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