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

14 lines
173 B
C++

#ifndef MAINWIN_H
#define MAINWIN_H
#include "basewin.h"
class MainWin : public BaseWin {
Q_OBJECT
public:
MainWin();
QWidget *win{0};
};
#endif // MAINWIN_H