qt/ledset/expertwin.h
gangphon d5199b1d91 ledset更新显示屏连接
ledok增加taxihub报错
2022-08-30 23:07:13 +08:00

16 lines
263 B
C++

#ifndef EXPERTWIN_H
#define EXPERTWIN_H
#include "basewin.h"
class ExpertWin : public BaseWin {
Q_OBJECT
public:
explicit ExpertWin(QWidget *parent = nullptr);
int screenWidth{1280}, screenHeight{720};
double rate{1};
};
#endif // EXPERTWIN_H