TSI_Config/pointname_relay.h

23 lines
324 B
C
Raw Permalink Normal View History

2025-12-08 17:16:57 +08:00
#ifndef POINTNAME_RELAY_H
#define POINTNAME_RELAY_H
#include <QWidget>
namespace Ui {
class PointNameRelay;
}
class PointNameRelay : public QWidget
{
Q_OBJECT
public:
explicit PointNameRelay(QWidget *parent = nullptr);
~PointNameRelay();
private:
Ui::PointNameRelay *ui;
};
#endif // POINTNAME_RELAY_H