代码拉取完成,页面将自动刷新
#ifndef SYSTEMSTATUS_H
#define SYSTEMSTATUS_H
#include <QMainWindow>
#include <qtimer.h>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QTextBrowser>
#include "mymessagehandlethread.h"
namespace Ui {
class SystemStatus;
}
class SystemStatus : public QMainWindow
{
Q_OBJECT
public:
explicit SystemStatus(QWidget *parent = 0);
~SystemStatus();
unsigned char status;
QTimer *timer;
void UpdateSwitchStatus(void);
QPushButton *HowieButton;
QPushButton *PauseButton;
QPushButton *StopButton;
QPushButton *LoopButton;
QPushButton *ColdButton;
QPushButton *HeatButton;
QPushButton *StirButton;
QTextBrowser *CurrentTemp;
QTextBrowser *SettingTemp;
QLabel *label_current_num;
QLabel *label_current_sector;
QLabel *label_target_temp;
QLabel *label_xielv;
QLabel *label_setting_time;
QLabel *label_sector_time;
QLabel *label_total_time;
QLabel *label_loop_status;
QLabel *label_cold_status;
QLabel *label_heat_status;
QLabel *label_stir_status;
private slots:
void on_pushButton_3_clicked();
void on_pushButton_4_clicked();
void on_pushButton_5_clicked();
void closeEvent(QCloseEvent *event);
private:
Ui::SystemStatus *ui;
MyMessageHandleThread *thread;
};
#endif // SYSTEMSTATUS_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。