DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
batchcreatedialog.h
Go to the documentation of this file.
1 #ifndef BATCHCREATEDIALOG_H
2 #define BATCHCREATEDIALOG_H
3 
4 #include <QDialog>
5 
6 namespace Ui {
8 }
9 
10 class BatchCreateDialog : public QDialog
11 {
12  Q_OBJECT
13 
14 public:
15  explicit BatchCreateDialog(QWidget *parent = 0);
17 
18  void setBaseName(QString b);
19 
20  QString getResultingName();
21 private slots:
22  void on_first_valueChanged(int arg1);
23 
24 private:
26 };
27 
28 #endif // BATCHCREATEDIALOG_H
Definition: batchcreatedialog.h:10
Definition: dteditorwindow.h:32
~BatchCreateDialog()
Definition: batchcreatedialog.cpp:11
Definition: ui_batchcreatedialog.h:105
void setBaseName(QString b)
Definition: batchcreatedialog.cpp:16
QString getResultingName()
Definition: batchcreatedialog.cpp:21
BatchCreateDialog(QWidget *parent=0)
Definition: batchcreatedialog.cpp:4