BatteryMonitor/appproto_english.h

31 lines
692 B
C++

#ifndef APPPROTO_ENGLISH_H
#define APPPROTO_ENGLISH_H
#include <QObject>
class Appproto_English : public QObject
{
Q_OBJECT
public:
explicit Appproto_English(QObject *parent = nullptr);
~Appproto_English();
void init();
public:
int itemCount = 0;
int itemCount_balance = 0;
int itemCount_DIDO = 0;
int itemCount_SOX = 0;
int itemCount_other = 0;
int itemCount_alert_value = 0;
int itemCount_alert_delay = 0;
int itemCount_alert_release_value = 0;
int itemCount_alert_release_delay = 0;
int itemCount_alert_dropcurr_rate = 0;
int itemCount_alert_solve_measure = 0;
};
#endif // APPPROTO_ENGLISH_H