代码拉取完成,页面将自动刷新
#ifndef POTENTIOMETERLIMIT_H
#define POTENTIOMETERLIMIT_H
#include <QWidget>
#include <QRadioButton>
#include "datadictionary.h"
namespace Ui {
class PotentiometerLimit;
}
class PotentiometerLimit : public QWidget
{
Q_OBJECT
public:
explicit PotentiometerLimit(QWidget *parent = nullptr);
~PotentiometerLimit();
protected:
void showEvent(QShowEvent *event);
void hideEvent(QHideEvent *event);
private slots:
void DevParamDataChangeProcess(DevParamDataIndex_t index);
void MonitorRtDataChangeProcess(MonitorRtDataIndex_t index);
void on_RotationLL_returnPressed();
void on_RotationLLSig_returnPressed();
void on_RotationUL_returnPressed();
void on_RotationULSig_returnPressed();
void on_CableTorsion_returnPressed();
void on_CableTorsionEnable_clicked();
void on_CableTorsionUnable_clicked();
void on_LockButton_clicked();
private:
void SetSensorType(int Type);
void Display();
void AlarmEnableDisplay();
void SetAllAlias();
void SetQRadioButtonStyleSheet(QRadioButton *button,bool s);
void SetQRadioButtonStyleSheet();
template<class T>
void SetDevParamData(DevParamDataIndex_t Index,T Data);
void SetButtonSta(bool Sta, QRadioButton *EnableButton, QRadioButton *UnableBooton, bool UpdateFlg = true);
private:
Ui::PotentiometerLimit *ui;
DataDictionary *m_DataDictionary;
};
#endif // POTENTIOMETERLIMIT_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。