20 #ifndef MULTIIMPORTDIALOG_H 21 #define MULTIIMPORTDIALOG_H 35 explicit MultiImportDialog(QWidget *parent, QSharedPointer<VespucciWorkspace> ws);
39 void on_rowSpinBox_valueChanged(
int arg1);
41 void on_colSpinBox_valueChanged(
int arg1);
43 void on_addFilesPushButton_clicked();
45 void on_buttonBox_accepted();
47 void on_buttonBox_rejected();
50 Ui::MultiImportDialog *ui;
51 QSharedPointer<VespucciWorkspace> workspace_;
55 #endif // MULTIIMPORTDIALOG_H