qt/ledset/expertboxlayoutwin.h

18 lines
332 B
C
Raw Normal View History

2023-04-18 18:21:34 +08:00
#ifndef EXPERTBOXLAYOUTWIN_H
#define EXPERTBOXLAYOUTWIN_H
#include "basewin.h"
#include <QLabel>
#include <QSpinBox>
#include <QComboBox>
class ExpertBoxLayoutWin : public BaseWin {
Q_OBJECT
public:
explicit ExpertBoxLayoutWin(QWidget *parent = 0);
2023-07-28 14:48:41 +08:00
double rate{1};
QWidget *box;
2023-04-18 18:21:34 +08:00
};
#endif // EXPERTBOXLAYOUTWIN_H