init
This commit is contained in:
25
device/ui/rstozerosetwidget.h
Normal file
25
device/ui/rstozerosetwidget.h
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef RSTOZEROSETWIDGET_H
|
||||
#define RSTOZEROSETWIDGET_H
|
||||
#include <QFrame>
|
||||
#include "ui_rstozerosetwidget.h"
|
||||
|
||||
class RSToZeroSetWidget:public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit RSToZeroSetWidget(QWidget* parent=nullptr);
|
||||
|
||||
private slots:
|
||||
void on_dsbZAAxisToZero1Vel_valueChanged(double value);
|
||||
void on_dsbZAAxisToZero2Vel_valueChanged(double value);
|
||||
void on_dsbZAAxisToZero3Vel_valueChanged(double value);
|
||||
|
||||
private:
|
||||
void loadSet();
|
||||
|
||||
private:
|
||||
Ui::RSToZeroSetWidget* ui;
|
||||
|
||||
};
|
||||
|
||||
#endif // RSTOZEROSETWIDGET_H
|
||||
Reference in New Issue
Block a user