qt/ledset/brightwin.h

14 lines
197 B
C
Raw Normal View History

2022-08-25 18:43:03 +08:00
#ifndef BRIGHTWIN_H
#define BRIGHTWIN_H
#include "basewin.h"
class BrightWin : public BaseWin {
Q_OBJECT
public:
explicit BrightWin(QWidget *parent = nullptr);
};
#endif // BRIGHTWIN_H