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

14 lines
172 B
C++

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