#ifndef IMPORTBNINPROGRAMDLG_H #define IMPORTBNINPROGRAMDLG_H #include namespace Ui { class ImportBnInProgramDlg; } class ImportBnInProgramDlg : public LoQDialog { Q_OBJECT public: explicit ImportBnInProgramDlg(QWidget *parent = nullptr); ~ImportBnInProgramDlg(); private: Ui::ImportBnInProgramDlg *ui; }; #endif // IMPORTBNINPROGRAMDLG_H