DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
ui_scenariodialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'scenariodialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.10.0
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_SCENARIODIALOG_H
10 #define UI_SCENARIODIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QCheckBox>
17 #include <QtWidgets/QDialog>
18 #include <QtWidgets/QDoubleSpinBox>
19 #include <QtWidgets/QGridLayout>
20 #include <QtWidgets/QGroupBox>
21 #include <QtWidgets/QHBoxLayout>
22 #include <QtWidgets/QHeaderView>
23 #include <QtWidgets/QLabel>
24 #include <QtWidgets/QLineEdit>
25 #include <QtWidgets/QPushButton>
26 #include <QtWidgets/QSpacerItem>
27 #include <QtWidgets/QSpinBox>
28 #include <QtWidgets/QToolButton>
29 
30 QT_BEGIN_NAMESPACE
31 
33 {
34 public:
35  QGridLayout *gridLayout;
36  QLabel *label;
37  QLineEdit *scenarioPath;
38  QGroupBox *group_dyn_alloc_sce;
39  QGroupBox *group_dyn_pop_sce;
40  QLabel *label_3;
41  QLineEdit *biol_sce;
42  QLabel *label_11;
43  QLineEdit *fleet_sce;
44  QLabel *label_9;
45  QSpinBox *freqDoGrowth;
46  QLabel *label_10;
47  QSpinBox *freqDispatchThePop;
48  QToolButton *graphBrowse;
49  QLabel *label_4;
50  QSpinBox *agraph;
51  QLabel *label_8;
52  QSpinBox *nrowcoord;
53  QLabel *label_5;
54  QSpinBox *nrowgraph;
55  QLabel *label_6;
56  QSpinBox *aport;
57  QLabel *label_7;
58  QDoubleSpinBox *gridres;
59  QGroupBox *groupBox_2;
60  QGridLayout *gridLayout_3;
61  QCheckBox *individualQuotas;
62  QGroupBox *groupBox;
63  QGridLayout *gridLayout_2;
67  QLineEdit *dt_go_fishing;
69  QPushButton *dt_browse_go_fishing;
72  QLineEdit *dt_choose_ground;
73  QLineEdit *dt_start_fishing;
74  QLineEdit *dt_change_ground;
75  QLineEdit *dt_stop_fishing;
76  QLineEdit *dt_change_port;
80  QPushButton *dt_browse_stop_fishing;
81  QPushButton *dt_browse_change_port;
82  QSpacerItem *verticalSpacer;
83  QCheckBox *useDTree;
84  QCheckBox *checkAllStocks;
85  QHBoxLayout *horizontalLayout;
86  QPushButton *rename;
87  QSpacerItem *horizontalSpacer;
88  QPushButton *cancel;
89  QPushButton *apply;
90 
91  void setupUi(QDialog *ScenarioDialog)
92  {
93  if (ScenarioDialog->objectName().isEmpty())
94  ScenarioDialog->setObjectName(QStringLiteral("ScenarioDialog"));
95  ScenarioDialog->resize(635, 663);
96  gridLayout = new QGridLayout(ScenarioDialog);
97  gridLayout->setObjectName(QStringLiteral("gridLayout"));
98  label = new QLabel(ScenarioDialog);
99  label->setObjectName(QStringLiteral("label"));
100 
101  gridLayout->addWidget(label, 0, 0, 1, 1);
102 
103  scenarioPath = new QLineEdit(ScenarioDialog);
104  scenarioPath->setObjectName(QStringLiteral("scenarioPath"));
105 
106  gridLayout->addWidget(scenarioPath, 0, 1, 1, 1);
107 
108  group_dyn_alloc_sce = new QGroupBox(ScenarioDialog);
109  group_dyn_alloc_sce->setObjectName(QStringLiteral("group_dyn_alloc_sce"));
110 
111  gridLayout->addWidget(group_dyn_alloc_sce, 1, 0, 1, 3);
112 
113  group_dyn_pop_sce = new QGroupBox(ScenarioDialog);
114  group_dyn_pop_sce->setObjectName(QStringLiteral("group_dyn_pop_sce"));
115 
116  gridLayout->addWidget(group_dyn_pop_sce, 2, 0, 1, 3);
117 
118  label_3 = new QLabel(ScenarioDialog);
119  label_3->setObjectName(QStringLiteral("label_3"));
120 
121  gridLayout->addWidget(label_3, 3, 0, 1, 1);
122 
123  biol_sce = new QLineEdit(ScenarioDialog);
124  biol_sce->setObjectName(QStringLiteral("biol_sce"));
125 
126  gridLayout->addWidget(biol_sce, 3, 1, 1, 1);
127 
128  label_11 = new QLabel(ScenarioDialog);
129  label_11->setObjectName(QStringLiteral("label_11"));
130 
131  gridLayout->addWidget(label_11, 4, 0, 1, 1);
132 
133  fleet_sce = new QLineEdit(ScenarioDialog);
134  fleet_sce->setObjectName(QStringLiteral("fleet_sce"));
135 
136  gridLayout->addWidget(fleet_sce, 4, 1, 1, 1);
137 
138  label_9 = new QLabel(ScenarioDialog);
139  label_9->setObjectName(QStringLiteral("label_9"));
140 
141  gridLayout->addWidget(label_9, 5, 0, 1, 1);
142 
143  freqDoGrowth = new QSpinBox(ScenarioDialog);
144  freqDoGrowth->setObjectName(QStringLiteral("freqDoGrowth"));
145  freqDoGrowth->setMaximum(100000);
146 
147  gridLayout->addWidget(freqDoGrowth, 5, 1, 1, 1);
148 
149  label_10 = new QLabel(ScenarioDialog);
150  label_10->setObjectName(QStringLiteral("label_10"));
151 
152  gridLayout->addWidget(label_10, 6, 0, 1, 1);
153 
154  freqDispatchThePop = new QSpinBox(ScenarioDialog);
155  freqDispatchThePop->setObjectName(QStringLiteral("freqDispatchThePop"));
156  freqDispatchThePop->setMaximum(100000);
157 
158  gridLayout->addWidget(freqDispatchThePop, 6, 1, 1, 1);
159 
160  graphBrowse = new QToolButton(ScenarioDialog);
161  graphBrowse->setObjectName(QStringLiteral("graphBrowse"));
162 
163  gridLayout->addWidget(graphBrowse, 6, 2, 1, 1);
164 
165  label_4 = new QLabel(ScenarioDialog);
166  label_4->setObjectName(QStringLiteral("label_4"));
167 
168  gridLayout->addWidget(label_4, 7, 0, 1, 1);
169 
170  agraph = new QSpinBox(ScenarioDialog);
171  agraph->setObjectName(QStringLiteral("agraph"));
172  agraph->setMaximum(100000);
173 
174  gridLayout->addWidget(agraph, 7, 1, 1, 1);
175 
176  label_8 = new QLabel(ScenarioDialog);
177  label_8->setObjectName(QStringLiteral("label_8"));
178 
179  gridLayout->addWidget(label_8, 8, 0, 1, 1);
180 
181  nrowcoord = new QSpinBox(ScenarioDialog);
182  nrowcoord->setObjectName(QStringLiteral("nrowcoord"));
183  nrowcoord->setMaximum(1000000);
184 
185  gridLayout->addWidget(nrowcoord, 8, 1, 1, 1);
186 
187  label_5 = new QLabel(ScenarioDialog);
188  label_5->setObjectName(QStringLiteral("label_5"));
189 
190  gridLayout->addWidget(label_5, 9, 0, 1, 1);
191 
192  nrowgraph = new QSpinBox(ScenarioDialog);
193  nrowgraph->setObjectName(QStringLiteral("nrowgraph"));
194  nrowgraph->setMaximum(1000000);
195 
196  gridLayout->addWidget(nrowgraph, 9, 1, 1, 1);
197 
198  label_6 = new QLabel(ScenarioDialog);
199  label_6->setObjectName(QStringLiteral("label_6"));
200 
201  gridLayout->addWidget(label_6, 10, 0, 1, 1);
202 
203  aport = new QSpinBox(ScenarioDialog);
204  aport->setObjectName(QStringLiteral("aport"));
205  aport->setMaximum(100000);
206 
207  gridLayout->addWidget(aport, 10, 1, 1, 1);
208 
209  label_7 = new QLabel(ScenarioDialog);
210  label_7->setObjectName(QStringLiteral("label_7"));
211 
212  gridLayout->addWidget(label_7, 11, 0, 1, 1);
213 
214  gridres = new QDoubleSpinBox(ScenarioDialog);
215  gridres->setObjectName(QStringLiteral("gridres"));
216  gridres->setMaximum(10000);
217  gridres->setSingleStep(0.5);
218 
219  gridLayout->addWidget(gridres, 11, 1, 1, 1);
220 
221  groupBox_2 = new QGroupBox(ScenarioDialog);
222  groupBox_2->setObjectName(QStringLiteral("groupBox_2"));
223  gridLayout_3 = new QGridLayout(groupBox_2);
224  gridLayout_3->setObjectName(QStringLiteral("gridLayout_3"));
225  individualQuotas = new QCheckBox(groupBox_2);
226  individualQuotas->setObjectName(QStringLiteral("individualQuotas"));
227 
228  gridLayout_3->addWidget(individualQuotas, 0, 0, 1, 1);
229 
230  groupBox = new QGroupBox(groupBox_2);
231  groupBox->setObjectName(QStringLiteral("groupBox"));
232  gridLayout_2 = new QGridLayout(groupBox);
233  gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
234  dt_enable_stop_fishing = new QCheckBox(groupBox);
235  dt_enable_stop_fishing->setObjectName(QStringLiteral("dt_enable_stop_fishing"));
236 
237  gridLayout_2->addWidget(dt_enable_stop_fishing, 4, 0, 1, 1);
238 
239  dt_enable_go_fishing = new QCheckBox(groupBox);
240  dt_enable_go_fishing->setObjectName(QStringLiteral("dt_enable_go_fishing"));
241 
242  gridLayout_2->addWidget(dt_enable_go_fishing, 0, 0, 1, 1);
243 
244  dt_enable_start_fishing = new QCheckBox(groupBox);
245  dt_enable_start_fishing->setObjectName(QStringLiteral("dt_enable_start_fishing"));
246 
247  gridLayout_2->addWidget(dt_enable_start_fishing, 2, 0, 1, 1);
248 
249  dt_go_fishing = new QLineEdit(groupBox);
250  dt_go_fishing->setObjectName(QStringLiteral("dt_go_fishing"));
251 
252  gridLayout_2->addWidget(dt_go_fishing, 0, 1, 1, 1);
253 
254  dt_enable_choose_ground = new QCheckBox(groupBox);
255  dt_enable_choose_ground->setObjectName(QStringLiteral("dt_enable_choose_ground"));
256 
257  gridLayout_2->addWidget(dt_enable_choose_ground, 1, 0, 1, 1);
258 
259  dt_browse_go_fishing = new QPushButton(groupBox);
260  dt_browse_go_fishing->setObjectName(QStringLiteral("dt_browse_go_fishing"));
261 
262  gridLayout_2->addWidget(dt_browse_go_fishing, 0, 2, 1, 1);
263 
264  dt_enable_change_ground = new QCheckBox(groupBox);
265  dt_enable_change_ground->setObjectName(QStringLiteral("dt_enable_change_ground"));
266 
267  gridLayout_2->addWidget(dt_enable_change_ground, 3, 0, 1, 1);
268 
269  dt_enable_change_port = new QCheckBox(groupBox);
270  dt_enable_change_port->setObjectName(QStringLiteral("dt_enable_change_port"));
271 
272  gridLayout_2->addWidget(dt_enable_change_port, 5, 0, 1, 1);
273 
274  dt_choose_ground = new QLineEdit(groupBox);
275  dt_choose_ground->setObjectName(QStringLiteral("dt_choose_ground"));
276 
277  gridLayout_2->addWidget(dt_choose_ground, 1, 1, 1, 1);
278 
279  dt_start_fishing = new QLineEdit(groupBox);
280  dt_start_fishing->setObjectName(QStringLiteral("dt_start_fishing"));
281 
282  gridLayout_2->addWidget(dt_start_fishing, 2, 1, 1, 1);
283 
284  dt_change_ground = new QLineEdit(groupBox);
285  dt_change_ground->setObjectName(QStringLiteral("dt_change_ground"));
286 
287  gridLayout_2->addWidget(dt_change_ground, 3, 1, 1, 1);
288 
289  dt_stop_fishing = new QLineEdit(groupBox);
290  dt_stop_fishing->setObjectName(QStringLiteral("dt_stop_fishing"));
291 
292  gridLayout_2->addWidget(dt_stop_fishing, 4, 1, 1, 1);
293 
294  dt_change_port = new QLineEdit(groupBox);
295  dt_change_port->setObjectName(QStringLiteral("dt_change_port"));
296 
297  gridLayout_2->addWidget(dt_change_port, 5, 1, 1, 1);
298 
299  dt_browse_choose_ground = new QPushButton(groupBox);
300  dt_browse_choose_ground->setObjectName(QStringLiteral("dt_browse_choose_ground"));
301 
302  gridLayout_2->addWidget(dt_browse_choose_ground, 1, 2, 1, 1);
303 
304  dt_browse_start_fishing = new QPushButton(groupBox);
305  dt_browse_start_fishing->setObjectName(QStringLiteral("dt_browse_start_fishing"));
306 
307  gridLayout_2->addWidget(dt_browse_start_fishing, 2, 2, 1, 1);
308 
309  dt_browse_change_ground = new QPushButton(groupBox);
310  dt_browse_change_ground->setObjectName(QStringLiteral("dt_browse_change_ground"));
311 
312  gridLayout_2->addWidget(dt_browse_change_ground, 3, 2, 1, 1);
313 
314  dt_browse_stop_fishing = new QPushButton(groupBox);
315  dt_browse_stop_fishing->setObjectName(QStringLiteral("dt_browse_stop_fishing"));
316 
317  gridLayout_2->addWidget(dt_browse_stop_fishing, 4, 2, 1, 1);
318 
319  dt_browse_change_port = new QPushButton(groupBox);
320  dt_browse_change_port->setObjectName(QStringLiteral("dt_browse_change_port"));
321 
322  gridLayout_2->addWidget(dt_browse_change_port, 5, 2, 1, 1);
323 
324  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
325 
326  gridLayout_2->addItem(verticalSpacer, 6, 0, 1, 1);
327 
328 
329  gridLayout_3->addWidget(groupBox, 3, 0, 1, 1);
330 
331  useDTree = new QCheckBox(groupBox_2);
332  useDTree->setObjectName(QStringLiteral("useDTree"));
333 
334  gridLayout_3->addWidget(useDTree, 2, 0, 1, 1);
335 
336  checkAllStocks = new QCheckBox(groupBox_2);
337  checkAllStocks->setObjectName(QStringLiteral("checkAllStocks"));
338 
339  gridLayout_3->addWidget(checkAllStocks, 1, 0, 1, 1);
340 
341 
342  gridLayout->addWidget(groupBox_2, 12, 0, 1, 2);
343 
344  horizontalLayout = new QHBoxLayout();
345  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
346  rename = new QPushButton(ScenarioDialog);
347  rename->setObjectName(QStringLiteral("rename"));
348 
349  horizontalLayout->addWidget(rename);
350 
351  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
352 
354 
355  cancel = new QPushButton(ScenarioDialog);
356  cancel->setObjectName(QStringLiteral("cancel"));
357 
358  horizontalLayout->addWidget(cancel);
359 
360  apply = new QPushButton(ScenarioDialog);
361  apply->setObjectName(QStringLiteral("apply"));
362 
363  horizontalLayout->addWidget(apply);
364 
365 
366  gridLayout->addLayout(horizontalLayout, 13, 0, 1, 2);
367 
368  QWidget::setTabOrder(biol_sce, nrowcoord);
369  QWidget::setTabOrder(nrowcoord, nrowgraph);
370  QWidget::setTabOrder(nrowgraph, aport);
371  QWidget::setTabOrder(aport, gridres);
372 
374  QObject::connect(cancel, SIGNAL(clicked()), ScenarioDialog, SLOT(reject()));
375 
376  QMetaObject::connectSlotsByName(ScenarioDialog);
377  } // setupUi
378 
380  {
381  ScenarioDialog->setWindowTitle(QApplication::translate("ScenarioDialog", "Scenario", nullptr));
382  label->setText(QApplication::translate("ScenarioDialog", "Scenario file:", nullptr));
383  scenarioPath->setPlaceholderText(QApplication::translate("ScenarioDialog", ".../simusspe_testexample/baseline.dat", nullptr));
384  group_dyn_alloc_sce->setTitle(QApplication::translate("ScenarioDialog", "Dyn Alloc Sce", nullptr));
385  group_dyn_pop_sce->setTitle(QApplication::translate("ScenarioDialog", "Dyn Pop Sce", nullptr));
386  label_3->setText(QApplication::translate("ScenarioDialog", "Bio Static Sce", nullptr));
387  label_11->setText(QApplication::translate("ScenarioDialog", "Fleet Static Sce", nullptr));
388  label_9->setText(QApplication::translate("ScenarioDialog", "Freq do growth", nullptr));
389  label_10->setText(QApplication::translate("ScenarioDialog", "Freq dispatch", nullptr));
390  graphBrowse->setText(QApplication::translate("ScenarioDialog", "...", nullptr));
391  label_4->setText(QApplication::translate("ScenarioDialog", "AGraph", nullptr));
392  label_8->setText(QApplication::translate("ScenarioDialog", "N Row Coord", nullptr));
393  label_5->setText(QApplication::translate("ScenarioDialog", "N Row Graph", nullptr));
394  label_6->setText(QApplication::translate("ScenarioDialog", "A Port", nullptr));
395  label_7->setText(QApplication::translate("ScenarioDialog", "Grid Resolution", nullptr));
396  gridres->setSuffix(QApplication::translate("ScenarioDialog", " km", nullptr));
397  groupBox_2->setTitle(QApplication::translate("ScenarioDialog", "Options", nullptr));
398  individualQuotas->setText(QApplication::translate("ScenarioDialog", "Individual Quotas", nullptr));
399  groupBox->setTitle(QApplication::translate("ScenarioDialog", "Decision Trees", nullptr));
400  dt_enable_stop_fishing->setText(QApplication::translate("ScenarioDialog", "Use Stop Fishing", nullptr));
401  dt_enable_go_fishing->setText(QApplication::translate("ScenarioDialog", "Use Go Fishing", nullptr));
402  dt_enable_start_fishing->setText(QApplication::translate("ScenarioDialog", "Use Start Fishing", nullptr));
403  dt_enable_choose_ground->setText(QApplication::translate("ScenarioDialog", "Use Choose Ground", nullptr));
404  dt_browse_go_fishing->setText(QApplication::translate("ScenarioDialog", "Browse", nullptr));
405  dt_enable_change_ground->setText(QApplication::translate("ScenarioDialog", "Use Change Ground", nullptr));
406  dt_enable_change_port->setText(QApplication::translate("ScenarioDialog", "Use Change Port", nullptr));
407  dt_browse_choose_ground->setText(QApplication::translate("ScenarioDialog", "Browse", nullptr));
408  dt_browse_start_fishing->setText(QApplication::translate("ScenarioDialog", "Browse", nullptr));
409  dt_browse_change_ground->setText(QApplication::translate("ScenarioDialog", "Browse", nullptr));
410  dt_browse_stop_fishing->setText(QApplication::translate("ScenarioDialog", "Browse", nullptr));
411  dt_browse_change_port->setText(QApplication::translate("ScenarioDialog", "Browse", nullptr));
412  useDTree->setText(QApplication::translate("ScenarioDialog", "Use DTrees", nullptr));
413  checkAllStocks->setText(QApplication::translate("ScenarioDialog", "Check All Stocks Bef. Going", nullptr));
414  rename->setText(QApplication::translate("ScenarioDialog", "Rename...", nullptr));
415  cancel->setText(QApplication::translate("ScenarioDialog", "Cancel", nullptr));
416  apply->setText(QApplication::translate("ScenarioDialog", "Save and Close", nullptr));
417  } // retranslateUi
418 
419 };
420 
421 namespace Ui {
423 } // namespace Ui
424 
425 QT_END_NAMESPACE
426 
427 #endif // UI_SCENARIODIALOG_H
QLabel * label_5
Definition: ui_scenariodialog.h:53
QPushButton * cancel
Definition: ui_scenariodialog.h:88
QCheckBox * individualQuotas
Definition: ui_scenariodialog.h:61
QPushButton * dt_browse_choose_ground
Definition: ui_scenariodialog.h:77
QLineEdit * dt_start_fishing
Definition: ui_scenariodialog.h:73
QHBoxLayout * horizontalLayout
Definition: ui_scenariodialog.h:85
QSpacerItem * horizontalSpacer
Definition: ui_scenariodialog.h:87
QLineEdit * dt_go_fishing
Definition: ui_scenariodialog.h:67
QLabel * label_4
Definition: ui_scenariodialog.h:49
QSpinBox * nrowcoord
Definition: ui_scenariodialog.h:52
QCheckBox * dt_enable_go_fishing
Definition: ui_scenariodialog.h:65
QPushButton * dt_browse_change_port
Definition: ui_scenariodialog.h:81
QLineEdit * dt_stop_fishing
Definition: ui_scenariodialog.h:75
Definition: ui_scenariodialog.h:422
Definition: dteditorwindow.h:32
QCheckBox * dt_enable_start_fishing
Definition: ui_scenariodialog.h:66
QSpinBox * nrowgraph
Definition: ui_scenariodialog.h:54
QLabel * label_10
Definition: ui_scenariodialog.h:46
QLabel * label_7
Definition: ui_scenariodialog.h:57
QGridLayout * gridLayout
Definition: ui_scenariodialog.h:35
QGroupBox * group_dyn_pop_sce
Definition: ui_scenariodialog.h:39
QCheckBox * useDTree
Definition: ui_scenariodialog.h:83
QGroupBox * groupBox
Definition: ui_scenariodialog.h:62
QLabel * label
Definition: ui_scenariodialog.h:36
QGroupBox * group_dyn_alloc_sce
Definition: ui_scenariodialog.h:38
QSpinBox * freqDispatchThePop
Definition: ui_scenariodialog.h:47
void retranslateUi(QDialog *ScenarioDialog)
Definition: ui_scenariodialog.h:379
QLabel * label_3
Definition: ui_scenariodialog.h:40
QLineEdit * biol_sce
Definition: ui_scenariodialog.h:41
QDoubleSpinBox * gridres
Definition: ui_scenariodialog.h:58
QPushButton * rename
Definition: ui_scenariodialog.h:86
QPushButton * dt_browse_change_ground
Definition: ui_scenariodialog.h:79
QLabel * label_6
Definition: ui_scenariodialog.h:55
QGridLayout * gridLayout_2
Definition: ui_scenariodialog.h:63
QCheckBox * checkAllStocks
Definition: ui_scenariodialog.h:84
QLineEdit * dt_change_ground
Definition: ui_scenariodialog.h:74
QLabel * label_8
Definition: ui_scenariodialog.h:51
QLineEdit * scenarioPath
Definition: ui_scenariodialog.h:37
QPushButton * dt_browse_start_fishing
Definition: ui_scenariodialog.h:78
QGroupBox * groupBox_2
Definition: ui_scenariodialog.h:59
QPushButton * dt_browse_go_fishing
Definition: ui_scenariodialog.h:69
Definition: scenariodialog.h:56
QCheckBox * dt_enable_stop_fishing
Definition: ui_scenariodialog.h:64
QSpinBox * freqDoGrowth
Definition: ui_scenariodialog.h:45
QLineEdit * fleet_sce
Definition: ui_scenariodialog.h:43
Definition: ui_scenariodialog.h:32
QLineEdit * dt_change_port
Definition: ui_scenariodialog.h:76
QToolButton * graphBrowse
Definition: ui_scenariodialog.h:48
QSpinBox * aport
Definition: ui_scenariodialog.h:56
QSpinBox * agraph
Definition: ui_scenariodialog.h:50
QCheckBox * dt_enable_change_port
Definition: ui_scenariodialog.h:71
QSpacerItem * verticalSpacer
Definition: ui_scenariodialog.h:82
QCheckBox * dt_enable_change_ground
Definition: ui_scenariodialog.h:70
QPushButton * dt_browse_stop_fishing
Definition: ui_scenariodialog.h:80
QGridLayout * gridLayout_3
Definition: ui_scenariodialog.h:60
QCheckBox * dt_enable_choose_ground
Definition: ui_scenariodialog.h:68
QLineEdit * dt_choose_ground
Definition: ui_scenariodialog.h:72
QLabel * label_11
Definition: ui_scenariodialog.h:42
QPushButton * apply
Definition: ui_scenariodialog.h:89
void setupUi(QDialog *ScenarioDialog)
Definition: ui_scenariodialog.h:91
QLabel * label_9
Definition: ui_scenariodialog.h:44