#ifndef IMPORTDIALOG_H #define IMPORTDIALOG_H #include namespace Ui { class ImportDialog; } class ImportDialog : public QDialog { Q_OBJECT public: explicit ImportDialog(QWidget *parent = 0); ~ImportDialog(); private slots: void on_buttonBox_accepted(); void on_btnFile_clicked(); private: Ui::ImportDialog *ui; }; #endif // IMPORTDIALOG_H