1 Star 0 Fork 0

明哥/bilang_modbus_2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
systemstatus.h 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
howie_wang 提交于 2018-08-30 15:21 . 多线程修改后,编译通过
#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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/mingge8886/bilang_modbus_2.git
git@gitee.com:mingge8886/bilang_modbus_2.git
mingge8886
bilang_modbus_2
bilang_modbus_2
master

搜索帮助