TSI_Config/setpoint.h

23 lines
273 B
C
Raw Normal View History

2024-12-17 18:53:41 +08:00
#ifndef SETPOINT_H
#define SETPOINT_H
#include <QWidget>
namespace Ui {
class setpoint;
}
class setpoint : public QWidget
{
Q_OBJECT
public:
explicit setpoint(QWidget *parent = nullptr);
~setpoint();
private:
Ui::setpoint *ui;
};
#endif // SETPOINT_H