代码拉取完成,页面将自动刷新
#ifndef FUNCTIONALTESTSETTING_H
#define FUNCTIONALTESTSETTING_H
#include <QWidget>
#include <QRadioButton>
#include "datadictionary.h"
#include "volumecontrol.h"
namespace Ui {
class FunctionalTestSetting;
}
class FunctionalTestSetting : public QWidget
{
Q_OBJECT
public:
explicit FunctionalTestSetting(QWidget *parent = nullptr);
~FunctionalTestSetting();
protected:
void showEvent(QShowEvent *event);
void hideEvent(QHideEvent *event);
private slots:
void on_QuiteButton_clicked();
void DevParamDataChangeProcess(DevParamDataIndex_t Index);
void MisDataChangeProcess(MisDataIndex_t Index);
void on_CarFontStart_clicked();
void on_CarFontStop_clicked();
void CarBackStartEnable(bool f);
void on_CarBackStart_clicked();
void on_CarBackStop_clicked();
void CarUpStartEnable(bool f);
void on_CarUpStart_clicked();
void on_CarUpStop_clicked();
void CarDownStartEnable(bool f);
void on_CarDownStart_clicked();
void on_CarDownStop_clicked();
void CarLeftStartEnable(bool f);
void on_CarLeftStart_clicked();
void on_CarLeftStop_clicked();
void CarRightStartEnable(bool f);
void on_CarRightStart_clicked();
void on_CarRightStop_clicked();
void on_DebugEntry_clicked();
void on_DebugExit_clicked();
void on_pushButton_3_clicked();
private:
void SetQRadioButtonStyleSheet(QRadioButton *button,bool s);
void SetQRadioButtonStyleSheet();
void Display();
void DebugEntryChecked(bool Sta);
void DebugExitChecked(bool Sta);
template< class T>
void SetDevParamData(DevParamDataIndex_t Index,T Data);
void CarFontStartEnable(bool f);
private:
Ui::FunctionalTestSetting *ui;
DataDictionary *m_DataDictionary;
};
#endif // FUNCTIONALTESTSETTING_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。