init
This commit is contained in:
55
device/ui/generalsetwidget.h
Normal file
55
device/ui/generalsetwidget.h
Normal file
@@ -0,0 +1,55 @@
|
||||
#ifndef GENERALSETWIDGET_H
|
||||
#define GENERALSETWIDGET_H
|
||||
#include "ui_generalsetwidget.h"
|
||||
#include "RMS_Dll_global.h"
|
||||
#include "rms_dll.h"
|
||||
class GeneralSetWidget:public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit GeneralSetWidget(QWidget* parent=nullptr);
|
||||
|
||||
public slots:
|
||||
void on_leIP_IPChanged(QString value);
|
||||
void on_sbPort_valueChanged(int value);
|
||||
void on_dsbZAAxisSafePos_valueChanged(double value);
|
||||
void on_dsbZAAxisSafeVel_valueChanged(double value);
|
||||
void cmbSetParam_currentTextChanged(const QString &value);
|
||||
|
||||
private slots:
|
||||
void on_dsbPanFindHeight_valueChanged(double value);
|
||||
//void on_chkPID_clicked();
|
||||
|
||||
void on_pbLaserCnn_clicked();
|
||||
|
||||
void on_pbLaserClose_clicked();
|
||||
|
||||
|
||||
void on_pbLaserSet2_clicked();
|
||||
|
||||
void on_dsbFindEdageOffset_valueChanged(double arg1);
|
||||
|
||||
// void on_dsbPixelSize_valueChanged(double arg1);
|
||||
|
||||
void on_dsbGlobalCameraOffset_valueChanged(double arg1);
|
||||
|
||||
|
||||
void on_pbSetPP_clicked();
|
||||
void show_Q_PP();
|
||||
void on_show_image_clicked();
|
||||
|
||||
void on_dsbPP_M_valueChanged(double arg1);
|
||||
|
||||
void on_dsbPP_O_valueChanged(double arg1);
|
||||
|
||||
void on_oneDot_clicked();
|
||||
|
||||
void on_Empty_clicked();
|
||||
|
||||
private:
|
||||
void loadSet();
|
||||
private:
|
||||
Ui::GeneralSetWidget* ui;
|
||||
};
|
||||
|
||||
#endif // GENERALSETWIDGET_H
|
||||
Reference in New Issue
Block a user