qt/ledset/mainwin.h

14 lines
173 B
C
Raw Normal View History

2022-08-25 18:43:03 +08:00
#ifndef MAINWIN_H
#define MAINWIN_H
#include "basewin.h"
class MainWin : public BaseWin {
Q_OBJECT
public:
MainWin();
QWidget *win{0};
};
#endif // MAINWIN_H