qt/LedOK/player/posdlg.h

14 lines
193 B
C
Raw Permalink Normal View History

2023-04-18 14:14:46 +08:00
#ifndef POSDLG_H
#define POSDLG_H
#include <QDialog>
class PosDlg : public QDialog {
Q_OBJECT
public:
explicit PosDlg(QWidget *parent = nullptr);
};
#endif // POSDLG_H