qt/ledset/ic_ui/doublelatcheffectwin.h
2023-09-15 10:59:00 +08:00

26 lines
886 B
C++

#ifndef DOUBLELATCHEFFECTWIN_H
#define DOUBLELATCHEFFECTWIN_H
#include <QObject>
#include <QWidget>
#include "expertwin.h"
#include <QLabel>
#include <QSpinBox>
#include <QComboBox>
#include <QCheckBox>
#include <QRadioButton>
class DoubleLatchEffectWin: public QWidget
{
public:
DoubleLatchEffectWin(ExpertWin *parent = nullptr);
ExpertWin *expertWin;
QSpinBox *spinLineNs,*spinLineWz,*spinLineXy,*spinPointsOnePort;
QComboBox *cbDCLKf,*cbDclkXw, *cbDclkZkb,*freshBeiLv,*cbGryLevel,*cbNoSign,*cbStb,*cbDE,*cbABC,*cbXiaoYinDianPing,*cbSTB,*cbSRowOut;
QLabel * m_ctrlFreshRate,*m_ctrlBrightEff,*m_ctrlMinOE;
QCheckBox * checkSyncXianKa,*checkJianLiang,*checkDoubleCopy,*checkDsignalAsCLk;
void changeValueByEffectControler();
void SetEffectControlerValueByClass();
void reSetcontrolerByIcType(QString strIcName);
};
#endif // DOUBLELATCHEFFECTWIN_H