5#ifndef CONFIGUREDIALOG_H
6#define CONFIGUREDIALOG_H
55 void warningShow(
bool checked);
57 QLabel *labelAskMV_{
nullptr};
58 QLabel *labelAskTemp_{
nullptr};
59 QLabel *labelSize_{
nullptr};
60 QLabel *label_SafeLimit_{
nullptr};
61 QLabel *label_IgnoreEnable_{
nullptr};
62 QLabel *label_IgnoreLower_{
nullptr};
63 QLabel *label_IgnoreUpper_{
nullptr};
64 QLabel *label_ETime_{
nullptr};
66 QSpinBox *spinBox_IntervalAskMV_{
nullptr};
67 QSpinBox *spinBox_IntervalAskTemp_{
nullptr};
68 QSpinBox *spinBox_Numbers_{
nullptr};
69 QDoubleSpinBox *spinBox_SafeLimit_{
nullptr};
70 QDoubleSpinBox *spinBox_IgnoreLower_{
nullptr};
71 QDoubleSpinBox *spinBox_IgnoreUpper_{
nullptr};
72 QTextBrowser *textBrowser_log_{
nullptr};
73 QCheckBox *checkBox_IgnoreEnable_{
nullptr};