init
This commit is contained in:
50
device/ui/smallareasparamwidget.h
Normal file
50
device/ui/smallareasparamwidget.h
Normal file
@@ -0,0 +1,50 @@
|
||||
#ifndef SMALLAREASPARAMWIDGET_H
|
||||
#define SMALLAREASPARAMWIDGET_H
|
||||
|
||||
#include <QFrame>
|
||||
|
||||
namespace Ui {
|
||||
class SmallAreasParamWidget;
|
||||
}
|
||||
|
||||
class SmallAreasParamWidget : public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit SmallAreasParamWidget(QWidget *parent = nullptr);
|
||||
~SmallAreasParamWidget();
|
||||
double XAxisCtPos;
|
||||
private slots:
|
||||
void on_dsbXiaoVel_valueChanged(double arg1);
|
||||
|
||||
void on_dsbGloblaPix_valueChanged(double arg1);
|
||||
|
||||
void on_dsbYOffset_N_valueChanged(double arg1);
|
||||
|
||||
void on_dsbXiaoInternal_valueChanged(double arg1);
|
||||
|
||||
void on_dsbYOffset_valueChanged(double arg1);
|
||||
|
||||
void on_dsbXiaoOffset_valueChanged(double arg1);
|
||||
|
||||
void on_dsbXiaoAccDec_valueChanged(double arg1);
|
||||
|
||||
void on_dsbYTanslate_valueChanged(double arg1);
|
||||
|
||||
void on_dsbXLeftOffset_valueChanged(double arg1);
|
||||
|
||||
void on_dsbXRightOffset_valueChanged(double arg1);
|
||||
|
||||
void on_dsbStartPos_valueChanged(double arg1);
|
||||
|
||||
void on_pbRecord_clicked();
|
||||
void setXAxisCtPos(double value);
|
||||
|
||||
void on_dsbStartPosRight_valueChanged(double arg1);
|
||||
|
||||
private:
|
||||
Ui::SmallAreasParamWidget *ui;
|
||||
};
|
||||
|
||||
#endif // SMALLAREASPARAMWIDGET_H
|
||||
Reference in New Issue
Block a user