2023-04-18 14:14:46 +08:00
|
|
|
|
#ifndef IMPORTBNINPROGRAMDLG_H
|
|
|
|
|
#define IMPORTBNINPROGRAMDLG_H
|
|
|
|
|
|
|
|
|
|
#include <LoQClass/loqdialog.h>
|
|
|
|
|
|
|
|
|
|
namespace Ui {
|
|
|
|
|
class ImportBnInProgramDlg;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
class ImportBnInProgramDlg : public LoQDialog
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
explicit ImportBnInProgramDlg(QWidget *parent = nullptr);
|
|
|
|
|
~ImportBnInProgramDlg();
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
Ui::ImportBnInProgramDlg *ui;
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
#endif // IMPORTBNINPROGRAMDLG_H
|