qt/ledset/expertsmartpointsetwin.h
2022-08-25 18:43:03 +08:00

13 lines
261 B
C++

#ifndef EXPERTSMARTPOINTSETWIN_H
#define EXPERTSMARTPOINTSETWIN_H
#include "basewin.h"
class ExpertSmartPointSetWin : public BaseWin {
Q_OBJECT
public:
explicit ExpertSmartPointSetWin(QWidget *parent = nullptr);
};
#endif // EXPERTSMARTPOINTSETWIN_H