DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
ui_vesseleditormainwindow.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'vesseleditormainwindow.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_VESSELEDITORMAINWINDOW_H
10 #define UI_VESSELEDITORMAINWINDOW_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QFrame>
17 #include <QtWidgets/QGridLayout>
18 #include <QtWidgets/QGroupBox>
19 #include <QtWidgets/QHBoxLayout>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QLabel>
22 #include <QtWidgets/QLineEdit>
23 #include <QtWidgets/QListView>
24 #include <QtWidgets/QMainWindow>
25 #include <QtWidgets/QPushButton>
26 #include <QtWidgets/QSpacerItem>
27 #include <QtWidgets/QStatusBar>
28 #include <QtWidgets/QTabWidget>
29 #include <QtWidgets/QVBoxLayout>
30 #include <QtWidgets/QWidget>
31 #include <csvspecspage.h>
32 #include "QMapControl.h"
33 #include "runscriptspage.h"
34 
35 QT_BEGIN_NAMESPACE
36 
38 {
39 public:
44  QWidget *centralwidget;
45  QHBoxLayout *horizontalLayout_4;
46  QTabWidget *tabWidget;
47  QWidget *tabPaths;
48  QVBoxLayout *verticalLayout_4;
49  QGroupBox *groupBox_2;
50  QGridLayout *gridLayout;
51  QLabel *label_3;
52  QLineEdit *applicationName;
53  QPushButton *browseGISPath;
54  QLineEdit *gisPath;
55  QLabel *label_9;
56  QLabel *label_5;
57  QLineEdit *iGraph;
58  QLabel *label_8;
59  QPushButton *browseInputPath;
60  QLineEdit *inputPath;
61  QPushButton *browseBasePath;
62  QLabel *label_4;
63  QLineEdit *scriptsPath;
64  QSpacerItem *verticalSpacer_2;
65  QHBoxLayout *horizontalLayout_3;
66  QPushButton *configRScript;
67  QSpacerItem *horizontalSpacer;
68  QWidget *tabPopSpecs;
69  QVBoxLayout *verticalLayout_5;
70  QTabWidget *popSpecsTab;
71  QWidget *tabPopSpecs1;
72  QVBoxLayout *verticalLayout_6;
74  QWidget *tabPopSpecs2;
75  QVBoxLayout *verticalLayout_7;
77  QWidget *tabPopSpecs3;
78  QVBoxLayout *verticalLayout_8;
80  QWidget *tabPopShapefiles;
81  QGridLayout *gridLayout_2;
82  QListView *popShapefilesList;
83  QFrame *frame;
84  QVBoxLayout *verticalLayout_17;
85  qmapcontrol::QMapControl *popShapefilesMap;
86  QLabel *popMapCoord;
88  QWidget *tabPopScripts;
89  QVBoxLayout *verticalLayout_9;
91  QWidget *tabVessels;
92  QVBoxLayout *verticalLayout_2;
94  QWidget *tabVesselsSpecs;
95  QVBoxLayout *verticalLayout_10;
97  QWidget *tabVesselsSpecs2;
98  QVBoxLayout *verticalLayout_11;
101  QVBoxLayout *verticalLayout_29;
104  QVBoxLayout *verticalLayout_30;
107  QGridLayout *gridLayout_3;
109  QFrame *frame_2;
110  QVBoxLayout *verticalLayout_19;
111  qmapcontrol::QMapControl *vesselsShapefileMap;
115  QVBoxLayout *verticalLayout_3;
117  QWidget *tabHarboursSpec;
118  QVBoxLayout *verticalLayout_26;
119  QTabWidget *tabHarboursContainer;
121  QVBoxLayout *verticalLayout_12;
124  QVBoxLayout *verticalLayout_27;
127  QVBoxLayout *verticalLayout_13;
130  QVBoxLayout *verticalLayout_14;
133  QVBoxLayout *verticalLayout_15;
136  QVBoxLayout *verticalLayout_16;
139  QVBoxLayout *verticalLayout_18;
142  QVBoxLayout *verticalLayout_20;
145  QVBoxLayout *verticalLayout_21;
151  QWidget *tabFirmSpecs;
155  QWidget *tabBenthosSpecs;
156  QVBoxLayout *verticalLayout_23;
157  QTabWidget *tabBenthosSubpages;
159  QVBoxLayout *verticalLayout_25;
162  QVBoxLayout *verticalLayout;
173  QGridLayout *gridLayout_4;
175  QFrame *frame_3;
176  QVBoxLayout *verticalLayout_28;
177  qmapcontrol::QMapControl *benthosShapefilesMap;
180  QVBoxLayout *verticalLayout_24;
182  QWidget *tabSimuScript;
183  QVBoxLayout *verticalLayout_22;
185  QStatusBar *statusbar;
186 
187  void setupUi(QMainWindow *VesselEditorMainWindow)
188  {
189  if (VesselEditorMainWindow->objectName().isEmpty())
190  VesselEditorMainWindow->setObjectName(QStringLiteral("VesselEditorMainWindow"));
191  VesselEditorMainWindow->resize(852, 616);
193  action_Load_Vessels_Spec->setObjectName(QStringLiteral("action_Load_Vessels_Spec"));
195  actionSave_Vessels_Spec->setObjectName(QStringLiteral("actionSave_Vessels_Spec"));
197  actionRscript_location->setObjectName(QStringLiteral("actionRscript_location"));
199  actionScripts_location->setObjectName(QStringLiteral("actionScripts_location"));
200  centralwidget = new QWidget(VesselEditorMainWindow);
201  centralwidget->setObjectName(QStringLiteral("centralwidget"));
202  horizontalLayout_4 = new QHBoxLayout(centralwidget);
203  horizontalLayout_4->setObjectName(QStringLiteral("horizontalLayout_4"));
204  tabWidget = new QTabWidget(centralwidget);
205  tabWidget->setObjectName(QStringLiteral("tabWidget"));
206  tabPaths = new QWidget();
207  tabPaths->setObjectName(QStringLiteral("tabPaths"));
208  verticalLayout_4 = new QVBoxLayout(tabPaths);
209  verticalLayout_4->setObjectName(QStringLiteral("verticalLayout_4"));
210  groupBox_2 = new QGroupBox(tabPaths);
211  groupBox_2->setObjectName(QStringLiteral("groupBox_2"));
212  gridLayout = new QGridLayout(groupBox_2);
213  gridLayout->setObjectName(QStringLiteral("gridLayout"));
214  label_3 = new QLabel(groupBox_2);
215  label_3->setObjectName(QStringLiteral("label_3"));
216 
217  gridLayout->addWidget(label_3, 2, 0, 1, 1);
218 
219  applicationName = new QLineEdit(groupBox_2);
220  applicationName->setObjectName(QStringLiteral("applicationName"));
221 
222  gridLayout->addWidget(applicationName, 2, 1, 1, 1);
223 
224  browseGISPath = new QPushButton(groupBox_2);
225  browseGISPath->setObjectName(QStringLiteral("browseGISPath"));
226 
227  gridLayout->addWidget(browseGISPath, 8, 3, 1, 1);
228 
229  gisPath = new QLineEdit(groupBox_2);
230  gisPath->setObjectName(QStringLiteral("gisPath"));
231 
232  gridLayout->addWidget(gisPath, 8, 1, 1, 1);
233 
234  label_9 = new QLabel(groupBox_2);
235  label_9->setObjectName(QStringLiteral("label_9"));
236 
237  gridLayout->addWidget(label_9, 4, 0, 1, 1);
238 
239  label_5 = new QLabel(groupBox_2);
240  label_5->setObjectName(QStringLiteral("label_5"));
241 
242  gridLayout->addWidget(label_5, 10, 0, 1, 1);
243 
244  iGraph = new QLineEdit(groupBox_2);
245  iGraph->setObjectName(QStringLiteral("iGraph"));
246 
247  gridLayout->addWidget(iGraph, 10, 1, 1, 1);
248 
249  label_8 = new QLabel(groupBox_2);
250  label_8->setObjectName(QStringLiteral("label_8"));
251 
252  gridLayout->addWidget(label_8, 8, 0, 1, 1);
253 
254  browseInputPath = new QPushButton(groupBox_2);
255  browseInputPath->setObjectName(QStringLiteral("browseInputPath"));
256 
257  gridLayout->addWidget(browseInputPath, 4, 3, 1, 1);
258 
259  inputPath = new QLineEdit(groupBox_2);
260  inputPath->setObjectName(QStringLiteral("inputPath"));
261 
262  gridLayout->addWidget(inputPath, 4, 1, 1, 1);
263 
264  browseBasePath = new QPushButton(groupBox_2);
265  browseBasePath->setObjectName(QStringLiteral("browseBasePath"));
266 
267  gridLayout->addWidget(browseBasePath, 0, 3, 1, 1);
268 
269  label_4 = new QLabel(groupBox_2);
270  label_4->setObjectName(QStringLiteral("label_4"));
271 
272  gridLayout->addWidget(label_4, 0, 0, 1, 1);
273 
274  scriptsPath = new QLineEdit(groupBox_2);
275  scriptsPath->setObjectName(QStringLiteral("scriptsPath"));
276 
277  gridLayout->addWidget(scriptsPath, 0, 1, 1, 1);
278 
279 
280  verticalLayout_4->addWidget(groupBox_2);
281 
282  verticalSpacer_2 = new QSpacerItem(20, 346, QSizePolicy::Minimum, QSizePolicy::Expanding);
283 
285 
286  horizontalLayout_3 = new QHBoxLayout();
287  horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
288  configRScript = new QPushButton(tabPaths);
289  configRScript->setObjectName(QStringLiteral("configRScript"));
290 
291  horizontalLayout_3->addWidget(configRScript);
292 
293  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
294 
296 
297 
299 
300  tabWidget->addTab(tabPaths, QString());
301  tabPopSpecs = new QWidget();
302  tabPopSpecs->setObjectName(QStringLiteral("tabPopSpecs"));
303  verticalLayout_5 = new QVBoxLayout(tabPopSpecs);
304  verticalLayout_5->setObjectName(QStringLiteral("verticalLayout_5"));
305  popSpecsTab = new QTabWidget(tabPopSpecs);
306  popSpecsTab->setObjectName(QStringLiteral("popSpecsTab"));
307  tabPopSpecs1 = new QWidget();
308  tabPopSpecs1->setObjectName(QStringLiteral("tabPopSpecs1"));
309  verticalLayout_6 = new QVBoxLayout(tabPopSpecs1);
310  verticalLayout_6->setObjectName(QStringLiteral("verticalLayout_6"));
312  popSpecs1->setObjectName(QStringLiteral("popSpecs1"));
313 
314  verticalLayout_6->addWidget(popSpecs1);
315 
316  popSpecsTab->addTab(tabPopSpecs1, QString());
317  tabPopSpecs2 = new QWidget();
318  tabPopSpecs2->setObjectName(QStringLiteral("tabPopSpecs2"));
319  verticalLayout_7 = new QVBoxLayout(tabPopSpecs2);
320  verticalLayout_7->setObjectName(QStringLiteral("verticalLayout_7"));
322  popSpecs2->setObjectName(QStringLiteral("popSpecs2"));
323 
324  verticalLayout_7->addWidget(popSpecs2);
325 
326  popSpecsTab->addTab(tabPopSpecs2, QString());
327  tabPopSpecs3 = new QWidget();
328  tabPopSpecs3->setObjectName(QStringLiteral("tabPopSpecs3"));
329  verticalLayout_8 = new QVBoxLayout(tabPopSpecs3);
330  verticalLayout_8->setObjectName(QStringLiteral("verticalLayout_8"));
332  popSpecs3->setObjectName(QStringLiteral("popSpecs3"));
333 
334  verticalLayout_8->addWidget(popSpecs3);
335 
336  popSpecsTab->addTab(tabPopSpecs3, QString());
337  tabPopShapefiles = new QWidget();
338  tabPopShapefiles->setObjectName(QStringLiteral("tabPopShapefiles"));
339  gridLayout_2 = new QGridLayout(tabPopShapefiles);
340  gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
341  popShapefilesList = new QListView(tabPopShapefiles);
342  popShapefilesList->setObjectName(QStringLiteral("popShapefilesList"));
343 
344  gridLayout_2->addWidget(popShapefilesList, 0, 0, 1, 1);
345 
346  frame = new QFrame(tabPopShapefiles);
347  frame->setObjectName(QStringLiteral("frame"));
348  frame->setFrameShape(QFrame::StyledPanel);
349  frame->setFrameShadow(QFrame::Raised);
350  verticalLayout_17 = new QVBoxLayout(frame);
351  verticalLayout_17->setObjectName(QStringLiteral("verticalLayout_17"));
352  popShapefilesMap = new qmapcontrol::QMapControl(frame);
353  popShapefilesMap->setObjectName(QStringLiteral("popShapefilesMap"));
354 
356 
357  popMapCoord = new QLabel(frame);
358  popMapCoord->setObjectName(QStringLiteral("popMapCoord"));
359 
360  verticalLayout_17->addWidget(popMapCoord);
361 
362  verticalLayout_17->setStretch(0, 1);
363 
364  gridLayout_2->addWidget(frame, 0, 1, 1, 1);
365 
366  popShapefilesPath = new QLabel(tabPopShapefiles);
367  popShapefilesPath->setObjectName(QStringLiteral("popShapefilesPath"));
368 
369  gridLayout_2->addWidget(popShapefilesPath, 1, 0, 1, 2);
370 
371  gridLayout_2->setColumnStretch(0, 1);
372  gridLayout_2->setColumnStretch(1, 1);
373  popSpecsTab->addTab(tabPopShapefiles, QString());
374 
375  verticalLayout_5->addWidget(popSpecsTab);
376 
377  tabWidget->addTab(tabPopSpecs, QString());
378  tabPopScripts = new QWidget();
379  tabPopScripts->setObjectName(QStringLiteral("tabPopScripts"));
380  verticalLayout_9 = new QVBoxLayout(tabPopScripts);
381  verticalLayout_9->setObjectName(QStringLiteral("verticalLayout_9"));
383  popScriptsPage->setObjectName(QStringLiteral("popScriptsPage"));
384 
385  verticalLayout_9->addWidget(popScriptsPage);
386 
387  tabWidget->addTab(tabPopScripts, QString());
388  tabVessels = new QWidget();
389  tabVessels->setObjectName(QStringLiteral("tabVessels"));
390  verticalLayout_2 = new QVBoxLayout(tabVessels);
391  verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
392  tabVesselsSpecsTabWidget = new QTabWidget(tabVessels);
393  tabVesselsSpecsTabWidget->setObjectName(QStringLiteral("tabVesselsSpecsTabWidget"));
394  tabVesselsSpecs = new QWidget();
395  tabVesselsSpecs->setObjectName(QStringLiteral("tabVesselsSpecs"));
396  verticalLayout_10 = new QVBoxLayout(tabVesselsSpecs);
397  verticalLayout_10->setObjectName(QStringLiteral("verticalLayout_10"));
399  vesselsCsvPage->setObjectName(QStringLiteral("vesselsCsvPage"));
400 
401  verticalLayout_10->addWidget(vesselsCsvPage);
402 
403  tabVesselsSpecsTabWidget->addTab(tabVesselsSpecs, QString());
404  tabVesselsSpecs2 = new QWidget();
405  tabVesselsSpecs2->setObjectName(QStringLiteral("tabVesselsSpecs2"));
406  verticalLayout_11 = new QVBoxLayout(tabVesselsSpecs2);
407  verticalLayout_11->setObjectName(QStringLiteral("verticalLayout_11"));
409  vesselsCsvPage_2->setObjectName(QStringLiteral("vesselsCsvPage_2"));
410 
412 
413  tabVesselsSpecsTabWidget->addTab(tabVesselsSpecs2, QString());
414  tabVesselsSpecs3 = new QWidget();
415  tabVesselsSpecs3->setObjectName(QStringLiteral("tabVesselsSpecs3"));
416  verticalLayout_29 = new QVBoxLayout(tabVesselsSpecs3);
417  verticalLayout_29->setObjectName(QStringLiteral("verticalLayout_29"));
419  vesselsCsvPage_3->setObjectName(QStringLiteral("vesselsCsvPage_3"));
420 
422 
423  tabVesselsSpecsTabWidget->addTab(tabVesselsSpecs3, QString());
424  tabVesselsSpecs4 = new QWidget();
425  tabVesselsSpecs4->setObjectName(QStringLiteral("tabVesselsSpecs4"));
426  verticalLayout_30 = new QVBoxLayout(tabVesselsSpecs4);
427  verticalLayout_30->setObjectName(QStringLiteral("verticalLayout_30"));
429  vesselsCsvPage_4->setObjectName(QStringLiteral("vesselsCsvPage_4"));
430 
432 
433  tabVesselsSpecsTabWidget->addTab(tabVesselsSpecs4, QString());
434  tabVesselsShapefiles = new QWidget();
435  tabVesselsShapefiles->setObjectName(QStringLiteral("tabVesselsShapefiles"));
436  gridLayout_3 = new QGridLayout(tabVesselsShapefiles);
437  gridLayout_3->setObjectName(QStringLiteral("gridLayout_3"));
439  vesselsShapefileList->setObjectName(QStringLiteral("vesselsShapefileList"));
440 
441  gridLayout_3->addWidget(vesselsShapefileList, 0, 0, 1, 1);
442 
443  frame_2 = new QFrame(tabVesselsShapefiles);
444  frame_2->setObjectName(QStringLiteral("frame_2"));
445  frame_2->setFrameShape(QFrame::StyledPanel);
446  frame_2->setFrameShadow(QFrame::Raised);
447  verticalLayout_19 = new QVBoxLayout(frame_2);
448  verticalLayout_19->setObjectName(QStringLiteral("verticalLayout_19"));
449  vesselsShapefileMap = new qmapcontrol::QMapControl(frame_2);
450  vesselsShapefileMap->setObjectName(QStringLiteral("vesselsShapefileMap"));
451 
453 
454  vesselsMapCoord = new QLabel(frame_2);
455  vesselsMapCoord->setObjectName(QStringLiteral("vesselsMapCoord"));
456 
458 
459  verticalLayout_19->setStretch(0, 1);
460 
461  gridLayout_3->addWidget(frame_2, 0, 1, 1, 1);
462 
464  vesselsShapefilePath->setObjectName(QStringLiteral("vesselsShapefilePath"));
465 
466  gridLayout_3->addWidget(vesselsShapefilePath, 1, 0, 1, 2);
467 
468  gridLayout_3->setColumnStretch(0, 1);
469  gridLayout_3->setColumnStretch(1, 1);
471 
473 
474  tabWidget->addTab(tabVessels, QString());
475  tabVesselsScript = new QWidget();
476  tabVesselsScript->setObjectName(QStringLiteral("tabVesselsScript"));
477  verticalLayout_3 = new QVBoxLayout(tabVesselsScript);
478  verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
480  vesselsScriptsPage->setObjectName(QStringLiteral("vesselsScriptsPage"));
481 
483 
484  tabWidget->addTab(tabVesselsScript, QString());
485  tabHarboursSpec = new QWidget();
486  tabHarboursSpec->setObjectName(QStringLiteral("tabHarboursSpec"));
487  verticalLayout_26 = new QVBoxLayout(tabHarboursSpec);
488  verticalLayout_26->setObjectName(QStringLiteral("verticalLayout_26"));
489  tabHarboursContainer = new QTabWidget(tabHarboursSpec);
490  tabHarboursContainer->setObjectName(QStringLiteral("tabHarboursContainer"));
491  tabHarboursSpecSubpage1 = new QWidget();
492  tabHarboursSpecSubpage1->setObjectName(QStringLiteral("tabHarboursSpecSubpage1"));
493  verticalLayout_12 = new QVBoxLayout(tabHarboursSpecSubpage1);
494  verticalLayout_12->setObjectName(QStringLiteral("verticalLayout_12"));
496  harbourCsvPage->setObjectName(QStringLiteral("harbourCsvPage"));
497 
498  verticalLayout_12->addWidget(harbourCsvPage);
499 
500  tabHarboursContainer->addTab(tabHarboursSpecSubpage1, QString());
501  tabHarboursSpecSubpage2 = new QWidget();
502  tabHarboursSpecSubpage2->setObjectName(QStringLiteral("tabHarboursSpecSubpage2"));
503  verticalLayout_27 = new QVBoxLayout(tabHarboursSpecSubpage2);
504  verticalLayout_27->setObjectName(QStringLiteral("verticalLayout_27"));
506  harbourCsvPage2->setObjectName(QStringLiteral("harbourCsvPage2"));
507 
509 
510  tabHarboursContainer->addTab(tabHarboursSpecSubpage2, QString());
511 
513 
514  tabWidget->addTab(tabHarboursSpec, QString());
515  tabHarboursScripts = new QWidget();
516  tabHarboursScripts->setObjectName(QStringLiteral("tabHarboursScripts"));
517  verticalLayout_13 = new QVBoxLayout(tabHarboursScripts);
518  verticalLayout_13->setObjectName(QStringLiteral("verticalLayout_13"));
520  harboursScriptsPage->setObjectName(QStringLiteral("harboursScriptsPage"));
521 
523 
524  tabWidget->addTab(tabHarboursScripts, QString());
525  tabShippingSpecs = new QWidget();
526  tabShippingSpecs->setObjectName(QStringLiteral("tabShippingSpecs"));
527  verticalLayout_14 = new QVBoxLayout(tabShippingSpecs);
528  verticalLayout_14->setObjectName(QStringLiteral("verticalLayout_14"));
530  tabShippingSpecsContainer->setObjectName(QStringLiteral("tabShippingSpecsContainer"));
531  tabShippingSpecsPage1 = new QWidget();
532  tabShippingSpecsPage1->setObjectName(QStringLiteral("tabShippingSpecsPage1"));
533  verticalLayout_15 = new QVBoxLayout(tabShippingSpecsPage1);
534  verticalLayout_15->setObjectName(QStringLiteral("verticalLayout_15"));
536  ShippingCsvPage1->setObjectName(QStringLiteral("ShippingCsvPage1"));
537 
539 
541  tabShippingSpecsPage2 = new QWidget();
542  tabShippingSpecsPage2->setObjectName(QStringLiteral("tabShippingSpecsPage2"));
543  verticalLayout_16 = new QVBoxLayout(tabShippingSpecsPage2);
544  verticalLayout_16->setObjectName(QStringLiteral("verticalLayout_16"));
546  ShippingCsvPage2->setObjectName(QStringLiteral("ShippingCsvPage2"));
547 
549 
551 
553 
554  tabWidget->addTab(tabShippingSpecs, QString());
555  tabShippingScripts = new QWidget();
556  tabShippingScripts->setObjectName(QStringLiteral("tabShippingScripts"));
557  verticalLayout_18 = new QVBoxLayout(tabShippingScripts);
558  verticalLayout_18->setObjectName(QStringLiteral("verticalLayout_18"));
560  shippingsScriptsPage->setObjectName(QStringLiteral("shippingsScriptsPage"));
561 
563 
564  tabWidget->addTab(tabShippingScripts, QString());
565  tabFishfarmSpecs = new QWidget();
566  tabFishfarmSpecs->setObjectName(QStringLiteral("tabFishfarmSpecs"));
567  verticalLayout_20 = new QVBoxLayout(tabFishfarmSpecs);
568  verticalLayout_20->setObjectName(QStringLiteral("verticalLayout_20"));
570  fishfarmsCsvPage->setObjectName(QStringLiteral("fishfarmsCsvPage"));
571 
573 
574  tabWidget->addTab(tabFishfarmSpecs, QString());
575  tabFishfarmsScriptsPage = new QWidget();
576  tabFishfarmsScriptsPage->setObjectName(QStringLiteral("tabFishfarmsScriptsPage"));
577  verticalLayout_21 = new QVBoxLayout(tabFishfarmsScriptsPage);
578  verticalLayout_21->setObjectName(QStringLiteral("verticalLayout_21"));
580  fishfarmsScriptsPage->setObjectName(QStringLiteral("fishfarmsScriptsPage"));
581 
583 
584  tabWidget->addTab(tabFishfarmsScriptsPage, QString());
585  tabWindmillSpecs = new QWidget();
586  tabWindmillSpecs->setObjectName(QStringLiteral("tabWindmillSpecs"));
588  windmillsCsvPage->setObjectName(QStringLiteral("windmillsCsvPage"));
589  windmillsCsvPage->setGeometry(QRect(9, 13, 1041, 661));
590  tabWidget->addTab(tabWindmillSpecs, QString());
591  tabWindmillsScriptsPage = new QWidget();
592  tabWindmillsScriptsPage->setObjectName(QStringLiteral("tabWindmillsScriptsPage"));
594  windmillsScriptsPage->setObjectName(QStringLiteral("windmillsScriptsPage"));
595  windmillsScriptsPage->setGeometry(QRect(9, 13, 1221, 641));
596  tabWidget->addTab(tabWindmillsScriptsPage, QString());
597  tabFirmSpecs = new QWidget();
598  tabFirmSpecs->setObjectName(QStringLiteral("tabFirmSpecs"));
600  firmsCsvPage->setObjectName(QStringLiteral("firmsCsvPage"));
601  firmsCsvPage->setGeometry(QRect(10, 10, 1001, 591));
602  tabWidget->addTab(tabFirmSpecs, QString());
603  tabFirmsScriptsPage = new QWidget();
604  tabFirmsScriptsPage->setObjectName(QStringLiteral("tabFirmsScriptsPage"));
606  firmsScriptsPage->setObjectName(QStringLiteral("firmsScriptsPage"));
607  firmsScriptsPage->setGeometry(QRect(10, 10, 821, 421));
608  tabWidget->addTab(tabFirmsScriptsPage, QString());
609  tabBenthosSpecs = new QWidget();
610  tabBenthosSpecs->setObjectName(QStringLiteral("tabBenthosSpecs"));
611  verticalLayout_23 = new QVBoxLayout(tabBenthosSpecs);
612  verticalLayout_23->setObjectName(QStringLiteral("verticalLayout_23"));
613  tabBenthosSubpages = new QTabWidget(tabBenthosSpecs);
614  tabBenthosSubpages->setObjectName(QStringLiteral("tabBenthosSubpages"));
615  tabBenthosSpecsSubpage = new QWidget();
616  tabBenthosSpecsSubpage->setObjectName(QStringLiteral("tabBenthosSpecsSubpage"));
617  verticalLayout_25 = new QVBoxLayout(tabBenthosSpecsSubpage);
618  verticalLayout_25->setObjectName(QStringLiteral("verticalLayout_25"));
620  benthosCsvPage1->setObjectName(QStringLiteral("benthosCsvPage1"));
621 
623 
624  tabBenthosSubpages->addTab(tabBenthosSpecsSubpage, QString());
625  tabBenthosSpecsSubpage2 = new QWidget();
626  tabBenthosSpecsSubpage2->setObjectName(QStringLiteral("tabBenthosSpecsSubpage2"));
627  verticalLayout = new QVBoxLayout(tabBenthosSpecsSubpage2);
628  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
630  benthosCsvPage2->setObjectName(QStringLiteral("benthosCsvPage2"));
631 
632  verticalLayout->addWidget(benthosCsvPage2);
633 
634  tabBenthosSubpages->addTab(tabBenthosSpecsSubpage2, QString());
635  tabBenthosSpecsSubpage3 = new QWidget();
636  tabBenthosSpecsSubpage3->setObjectName(QStringLiteral("tabBenthosSpecsSubpage3"));
638  benthosCsvPage3->setObjectName(QStringLiteral("benthosCsvPage3"));
639  benthosCsvPage3->setGeometry(QRect(0, 10, 786, 490));
640  tabBenthosSubpages->addTab(tabBenthosSpecsSubpage3, QString());
641  tabBenthosSpecsSubpage4 = new QWidget();
642  tabBenthosSpecsSubpage4->setObjectName(QStringLiteral("tabBenthosSpecsSubpage4"));
644  benthosCsvPage4->setObjectName(QStringLiteral("benthosCsvPage4"));
645  benthosCsvPage4->setGeometry(QRect(0, 0, 786, 490));
646  tabBenthosSubpages->addTab(tabBenthosSpecsSubpage4, QString());
647  tabBenthosSpecsSubpage5 = new QWidget();
648  tabBenthosSpecsSubpage5->setObjectName(QStringLiteral("tabBenthosSpecsSubpage5"));
650  benthosCsvPage5->setObjectName(QStringLiteral("benthosCsvPage5"));
651  benthosCsvPage5->setGeometry(QRect(0, 0, 786, 490));
652  tabBenthosSubpages->addTab(tabBenthosSpecsSubpage5, QString());
653  tabBenthosSpecsSubpage6 = new QWidget();
654  tabBenthosSpecsSubpage6->setObjectName(QStringLiteral("tabBenthosSpecsSubpage6"));
656  benthosCsvPage6->setObjectName(QStringLiteral("benthosCsvPage6"));
657  benthosCsvPage6->setGeometry(QRect(10, 10, 786, 490));
658  tabBenthosSubpages->addTab(tabBenthosSpecsSubpage6, QString());
659  tabBenthosShapefileSubpage = new QWidget();
660  tabBenthosShapefileSubpage->setObjectName(QStringLiteral("tabBenthosShapefileSubpage"));
661  gridLayout_4 = new QGridLayout(tabBenthosShapefileSubpage);
662  gridLayout_4->setObjectName(QStringLiteral("gridLayout_4"));
664  benthosShapefilesList->setObjectName(QStringLiteral("benthosShapefilesList"));
665 
666  gridLayout_4->addWidget(benthosShapefilesList, 0, 0, 1, 1);
667 
668  frame_3 = new QFrame(tabBenthosShapefileSubpage);
669  frame_3->setObjectName(QStringLiteral("frame_3"));
670  frame_3->setFrameShape(QFrame::StyledPanel);
671  frame_3->setFrameShadow(QFrame::Raised);
672  verticalLayout_28 = new QVBoxLayout(frame_3);
673  verticalLayout_28->setObjectName(QStringLiteral("verticalLayout_28"));
674  benthosShapefilesMap = new qmapcontrol::QMapControl(frame_3);
675  benthosShapefilesMap->setObjectName(QStringLiteral("benthosShapefilesMap"));
676 
678 
679  benthosMapCoords = new QLabel(frame_3);
680  benthosMapCoords->setObjectName(QStringLiteral("benthosMapCoords"));
681 
683 
684  verticalLayout_28->setStretch(0, 1);
685 
686  gridLayout_4->addWidget(frame_3, 0, 1, 1, 1);
687 
688  gridLayout_4->setColumnStretch(0, 1);
689  gridLayout_4->setColumnStretch(1, 1);
691 
693 
694  tabWidget->addTab(tabBenthosSpecs, QString());
695  tabBenthosScriptsPage = new QWidget();
696  tabBenthosScriptsPage->setObjectName(QStringLiteral("tabBenthosScriptsPage"));
697  verticalLayout_24 = new QVBoxLayout(tabBenthosScriptsPage);
698  verticalLayout_24->setObjectName(QStringLiteral("verticalLayout_24"));
700  benthosScriptsPage->setObjectName(QStringLiteral("benthosScriptsPage"));
701 
703 
704  tabWidget->addTab(tabBenthosScriptsPage, QString());
705  tabSimuScript = new QWidget();
706  tabSimuScript->setObjectName(QStringLiteral("tabSimuScript"));
707  verticalLayout_22 = new QVBoxLayout(tabSimuScript);
708  verticalLayout_22->setObjectName(QStringLiteral("verticalLayout_22"));
710  simuScriptsPage->setObjectName(QStringLiteral("simuScriptsPage"));
711 
713 
714  tabWidget->addTab(tabSimuScript, QString());
715 
716  horizontalLayout_4->addWidget(tabWidget);
717 
718  VesselEditorMainWindow->setCentralWidget(centralwidget);
719  statusbar = new QStatusBar(VesselEditorMainWindow);
720  statusbar->setObjectName(QStringLiteral("statusbar"));
721  VesselEditorMainWindow->setStatusBar(statusbar);
722 
724 
725  tabWidget->setCurrentIndex(15);
726  popSpecsTab->setCurrentIndex(1);
727  tabVesselsSpecsTabWidget->setCurrentIndex(3);
728  tabHarboursContainer->setCurrentIndex(0);
729  tabShippingSpecsContainer->setCurrentIndex(0);
730  tabBenthosSubpages->setCurrentIndex(5);
731 
732 
733  QMetaObject::connectSlotsByName(VesselEditorMainWindow);
734  } // setupUi
735 
737  {
738  VesselEditorMainWindow->setWindowTitle(QApplication::translate("VesselEditorMainWindow", "Objects Editor", nullptr));
739  action_Load_Vessels_Spec->setText(QApplication::translate("VesselEditorMainWindow", "&Load Vessels Spec...", nullptr));
740  actionSave_Vessels_Spec->setText(QApplication::translate("VesselEditorMainWindow", "Save Vessels Spec...", nullptr));
741  actionRscript_location->setText(QApplication::translate("VesselEditorMainWindow", "Rscript executable location...", nullptr));
742  actionScripts_location->setText(QApplication::translate("VesselEditorMainWindow", "Scripts Selection...", nullptr));
743 #ifndef QT_NO_TOOLTIP
744  actionScripts_location->setToolTip(QApplication::translate("VesselEditorMainWindow", "Customize the scripts selection.", nullptr));
745 #endif // QT_NO_TOOLTIP
746  groupBox_2->setTitle(QString());
747  label_3->setText(QApplication::translate("VesselEditorMainWindow", "Application Name", nullptr));
748  browseGISPath->setText(QApplication::translate("VesselEditorMainWindow", "Browse...", nullptr));
749  label_9->setText(QApplication::translate("VesselEditorMainWindow", "Application Path", nullptr));
750  label_5->setText(QApplication::translate("VesselEditorMainWindow", "iGraph Parameter value", nullptr));
751  label_8->setText(QApplication::translate("VesselEditorMainWindow", "Raw Data Path", nullptr));
752  browseInputPath->setText(QApplication::translate("VesselEditorMainWindow", "Browse...", nullptr));
753  browseBasePath->setText(QApplication::translate("VesselEditorMainWindow", "Browse...", nullptr));
754  label_4->setText(QApplication::translate("VesselEditorMainWindow", "Scripts base path", nullptr));
755  configRScript->setText(QApplication::translate("VesselEditorMainWindow", "Config RScript...", nullptr));
756  tabWidget->setTabText(tabWidget->indexOf(tabPaths), QApplication::translate("VesselEditorMainWindow", "Paths", nullptr));
757  popSpecsTab->setTabText(popSpecsTab->indexOf(tabPopSpecs1), QApplication::translate("VesselEditorMainWindow", "Specs 1", nullptr));
758  popSpecsTab->setTabText(popSpecsTab->indexOf(tabPopSpecs2), QApplication::translate("VesselEditorMainWindow", "Specs 2", nullptr));
759  popSpecsTab->setTabText(popSpecsTab->indexOf(tabPopSpecs3), QApplication::translate("VesselEditorMainWindow", "Specs 3", nullptr));
760  popMapCoord->setText(QApplication::translate("VesselEditorMainWindow", "TextLabel", nullptr));
761  popShapefilesPath->setText(QApplication::translate("VesselEditorMainWindow", "shapefiles path:", nullptr));
762  popSpecsTab->setTabText(popSpecsTab->indexOf(tabPopShapefiles), QApplication::translate("VesselEditorMainWindow", "Shapefiles", nullptr));
763  tabWidget->setTabText(tabWidget->indexOf(tabPopSpecs), QApplication::translate("VesselEditorMainWindow", "Populations Specifications", nullptr));
764  tabWidget->setTabText(tabWidget->indexOf(tabPopScripts), QApplication::translate("VesselEditorMainWindow", "Populations Scripts", nullptr));
765  tabVesselsSpecsTabWidget->setTabText(tabVesselsSpecsTabWidget->indexOf(tabVesselsSpecs), QApplication::translate("VesselEditorMainWindow", "Specs 1", nullptr));
766  tabVesselsSpecsTabWidget->setTabText(tabVesselsSpecsTabWidget->indexOf(tabVesselsSpecs2), QApplication::translate("VesselEditorMainWindow", "Specs 2", nullptr));
767  tabVesselsSpecsTabWidget->setTabText(tabVesselsSpecsTabWidget->indexOf(tabVesselsSpecs3), QApplication::translate("VesselEditorMainWindow", "Specs 3", nullptr));
768  tabVesselsSpecsTabWidget->setTabText(tabVesselsSpecsTabWidget->indexOf(tabVesselsSpecs4), QApplication::translate("VesselEditorMainWindow", "Specs 4", nullptr));
769  vesselsMapCoord->setText(QApplication::translate("VesselEditorMainWindow", "TextLabel", nullptr));
770  vesselsShapefilePath->setText(QApplication::translate("VesselEditorMainWindow", "Shapefiles Path", nullptr));
771  tabVesselsSpecsTabWidget->setTabText(tabVesselsSpecsTabWidget->indexOf(tabVesselsShapefiles), QApplication::translate("VesselEditorMainWindow", "Shapefiles", nullptr));
772  tabWidget->setTabText(tabWidget->indexOf(tabVessels), QApplication::translate("VesselEditorMainWindow", "Vessels Specifications", nullptr));
773  tabWidget->setTabText(tabWidget->indexOf(tabVesselsScript), QApplication::translate("VesselEditorMainWindow", "Vessels Scripts", nullptr));
774  tabHarboursContainer->setTabText(tabHarboursContainer->indexOf(tabHarboursSpecSubpage1), QApplication::translate("VesselEditorMainWindow", "Specs 1", nullptr));
775  tabHarboursContainer->setTabText(tabHarboursContainer->indexOf(tabHarboursSpecSubpage2), QApplication::translate("VesselEditorMainWindow", "Specs 2", nullptr));
776  tabWidget->setTabText(tabWidget->indexOf(tabHarboursSpec), QApplication::translate("VesselEditorMainWindow", "Harbours Specifications", nullptr));
777  tabWidget->setTabText(tabWidget->indexOf(tabHarboursScripts), QApplication::translate("VesselEditorMainWindow", "Harbours Scripts", nullptr));
778  tabShippingSpecsContainer->setTabText(tabShippingSpecsContainer->indexOf(tabShippingSpecsPage1), QApplication::translate("VesselEditorMainWindow", "Specs 1", nullptr));
779  tabShippingSpecsContainer->setTabText(tabShippingSpecsContainer->indexOf(tabShippingSpecsPage2), QApplication::translate("VesselEditorMainWindow", "Specs 2", nullptr));
780  tabWidget->setTabText(tabWidget->indexOf(tabShippingSpecs), QApplication::translate("VesselEditorMainWindow", "Shippings Specifications", nullptr));
781  tabWidget->setTabText(tabWidget->indexOf(tabShippingScripts), QApplication::translate("VesselEditorMainWindow", "Shippings Scripts", nullptr));
782  tabWidget->setTabText(tabWidget->indexOf(tabFishfarmSpecs), QApplication::translate("VesselEditorMainWindow", "Fishfarms specifications", nullptr));
783  tabWidget->setTabText(tabWidget->indexOf(tabFishfarmsScriptsPage), QApplication::translate("VesselEditorMainWindow", "Fishfarms Scripts", nullptr));
784  tabWidget->setTabText(tabWidget->indexOf(tabWindmillSpecs), QApplication::translate("VesselEditorMainWindow", "Windmills Specfications", nullptr));
785  tabWidget->setTabText(tabWidget->indexOf(tabWindmillsScriptsPage), QApplication::translate("VesselEditorMainWindow", "Windmills Scripts", nullptr));
786  tabWidget->setTabText(tabWidget->indexOf(tabFirmSpecs), QApplication::translate("VesselEditorMainWindow", "Firms Specifications", nullptr));
787  tabWidget->setTabText(tabWidget->indexOf(tabFirmsScriptsPage), QApplication::translate("VesselEditorMainWindow", "Firms Scripts", nullptr));
788  tabBenthosSubpages->setTabText(tabBenthosSubpages->indexOf(tabBenthosSpecsSubpage), QApplication::translate("VesselEditorMainWindow", "Specs", nullptr));
789  tabBenthosSubpages->setTabText(tabBenthosSubpages->indexOf(tabBenthosSpecsSubpage2), QApplication::translate("VesselEditorMainWindow", "Specs 2", nullptr));
790  tabBenthosSubpages->setTabText(tabBenthosSubpages->indexOf(tabBenthosSpecsSubpage3), QApplication::translate("VesselEditorMainWindow", "Specs 3", nullptr));
791  tabBenthosSubpages->setTabText(tabBenthosSubpages->indexOf(tabBenthosSpecsSubpage4), QApplication::translate("VesselEditorMainWindow", "Specs 4", nullptr));
792  tabBenthosSubpages->setTabText(tabBenthosSubpages->indexOf(tabBenthosSpecsSubpage5), QApplication::translate("VesselEditorMainWindow", "Specs 5", nullptr));
793 #ifndef QT_NO_ACCESSIBILITY
794  tabBenthosSpecsSubpage6->setAccessibleName(QApplication::translate("VesselEditorMainWindow", "Specs 6", nullptr));
795 #endif // QT_NO_ACCESSIBILITY
796  tabBenthosSubpages->setTabText(tabBenthosSubpages->indexOf(tabBenthosSpecsSubpage6), QApplication::translate("VesselEditorMainWindow", "Specs 6", nullptr));
797  benthosMapCoords->setText(QApplication::translate("VesselEditorMainWindow", "TextLabel", nullptr));
798  tabBenthosSubpages->setTabText(tabBenthosSubpages->indexOf(tabBenthosShapefileSubpage), QApplication::translate("VesselEditorMainWindow", "Shapefiles", nullptr));
799  tabWidget->setTabText(tabWidget->indexOf(tabBenthosSpecs), QApplication::translate("VesselEditorMainWindow", "Benthos Specifications", nullptr));
800  tabWidget->setTabText(tabWidget->indexOf(tabBenthosScriptsPage), QApplication::translate("VesselEditorMainWindow", "Benthos Scripts", nullptr));
801  tabWidget->setTabText(tabWidget->indexOf(tabSimuScript), QApplication::translate("VesselEditorMainWindow", "Simu Config", nullptr));
802  } // retranslateUi
803 
804 };
805 
806 namespace Ui {
808 } // namespace Ui
809 
810 QT_END_NAMESPACE
811 
812 #endif // UI_VESSELEDITORMAINWINDOW_H
QVBoxLayout * verticalLayout
Definition: ui_vesseleditormainwindow.h:162
RunScriptsPage * harboursScriptsPage
Definition: ui_vesseleditormainwindow.h:128
QLabel * popShapefilesPath
Definition: ui_vesseleditormainwindow.h:87
CsvSpecsPage * vesselsCsvPage_2
Definition: ui_vesseleditormainwindow.h:99
QVBoxLayout * verticalLayout_14
Definition: ui_vesseleditormainwindow.h:130
QWidget * tabPopShapefiles
Definition: ui_vesseleditormainwindow.h:80
qmapcontrol::QMapControl * vesselsShapefileMap
Definition: ui_vesseleditormainwindow.h:111
QListView * popShapefilesList
Definition: ui_vesseleditormainwindow.h:82
CsvSpecsPage * vesselsCsvPage_4
Definition: ui_vesseleditormainwindow.h:105
RunScriptsPage * shippingsScriptsPage
Definition: ui_vesseleditormainwindow.h:140
QWidget * tabPopSpecs1
Definition: ui_vesseleditormainwindow.h:71
QWidget * tabPopScripts
Definition: ui_vesseleditormainwindow.h:88
QVBoxLayout * verticalLayout_17
Definition: ui_vesseleditormainwindow.h:84
QWidget * tabFishfarmSpecs
Definition: ui_vesseleditormainwindow.h:141
QWidget * tabHarboursSpecSubpage2
Definition: ui_vesseleditormainwindow.h:123
CsvSpecsPage * popSpecs3
Definition: ui_vesseleditormainwindow.h:79
QLineEdit * gisPath
Definition: ui_vesseleditormainwindow.h:54
QWidget * tabVesselsSpecs2
Definition: ui_vesseleditormainwindow.h:97
QVBoxLayout * verticalLayout_5
Definition: ui_vesseleditormainwindow.h:69
QTabWidget * tabHarboursContainer
Definition: ui_vesseleditormainwindow.h:119
QLineEdit * inputPath
Definition: ui_vesseleditormainwindow.h:60
QWidget * tabPaths
Definition: ui_vesseleditormainwindow.h:47
QPushButton * browseInputPath
Definition: ui_vesseleditormainwindow.h:59
QVBoxLayout * verticalLayout_23
Definition: ui_vesseleditormainwindow.h:156
RunScriptsPage * firmsScriptsPage
Definition: ui_vesseleditormainwindow.h:154
QVBoxLayout * verticalLayout_21
Definition: ui_vesseleditormainwindow.h:145
Definition: runscriptspage.h:19
qmapcontrol::QMapControl * popShapefilesMap
Definition: ui_vesseleditormainwindow.h:85
QWidget * tabBenthosShapefileSubpage
Definition: ui_vesseleditormainwindow.h:172
Definition: vesseleditormainwindow.h:21
QWidget * tabVesselsShapefiles
Definition: ui_vesseleditormainwindow.h:106
QAction * actionScripts_location
Definition: ui_vesseleditormainwindow.h:43
QWidget * tabPopSpecs3
Definition: ui_vesseleditormainwindow.h:77
Definition: dteditorwindow.h:32
QLabel * vesselsShapefilePath
Definition: ui_vesseleditormainwindow.h:113
QVBoxLayout * verticalLayout_4
Definition: ui_vesseleditormainwindow.h:48
QVBoxLayout * verticalLayout_22
Definition: ui_vesseleditormainwindow.h:183
QFrame * frame
Definition: ui_vesseleditormainwindow.h:83
Definition: csvspecspage.h:22
CsvSpecsPage * firmsCsvPage
Definition: ui_vesseleditormainwindow.h:152
QVBoxLayout * verticalLayout_12
Definition: ui_vesseleditormainwindow.h:121
CsvSpecsPage * popSpecs1
Definition: ui_vesseleditormainwindow.h:73
CsvSpecsPage * popSpecs2
Definition: ui_vesseleditormainwindow.h:76
QWidget * tabFirmsScriptsPage
Definition: ui_vesseleditormainwindow.h:153
QWidget * tabHarboursSpec
Definition: ui_vesseleditormainwindow.h:117
QWidget * tabBenthosSpecsSubpage
Definition: ui_vesseleditormainwindow.h:158
QWidget * tabHarboursScripts
Definition: ui_vesseleditormainwindow.h:126
QAction * action_Load_Vessels_Spec
Definition: ui_vesseleditormainwindow.h:40
CsvSpecsPage * ShippingCsvPage1
Definition: ui_vesseleditormainwindow.h:134
Definition: ui_vesseleditormainwindow.h:807
QWidget * tabShippingSpecs
Definition: ui_vesseleditormainwindow.h:129
QVBoxLayout * verticalLayout_26
Definition: ui_vesseleditormainwindow.h:118
QWidget * tabPopSpecs2
Definition: ui_vesseleditormainwindow.h:74
QHBoxLayout * horizontalLayout_3
Definition: ui_vesseleditormainwindow.h:65
QTabWidget * tabWidget
Definition: ui_vesseleditormainwindow.h:46
QVBoxLayout * verticalLayout_10
Definition: ui_vesseleditormainwindow.h:95
QPushButton * browseBasePath
Definition: ui_vesseleditormainwindow.h:61
QWidget * tabVesselsSpecs3
Definition: ui_vesseleditormainwindow.h:100
QWidget * tabBenthosSpecsSubpage6
Definition: ui_vesseleditormainwindow.h:170
QWidget * tabBenthosSpecsSubpage5
Definition: ui_vesseleditormainwindow.h:168
void retranslateUi(QMainWindow *VesselEditorMainWindow)
Definition: ui_vesseleditormainwindow.h:736
QFrame * frame_2
Definition: ui_vesseleditormainwindow.h:109
QSpacerItem * horizontalSpacer
Definition: ui_vesseleditormainwindow.h:67
QVBoxLayout * verticalLayout_16
Definition: ui_vesseleditormainwindow.h:136
QLineEdit * scriptsPath
Definition: ui_vesseleditormainwindow.h:63
QWidget * tabWindmillsScriptsPage
Definition: ui_vesseleditormainwindow.h:149
qmapcontrol::QMapControl * benthosShapefilesMap
Definition: ui_vesseleditormainwindow.h:177
QVBoxLayout * verticalLayout_29
Definition: ui_vesseleditormainwindow.h:101
QVBoxLayout * verticalLayout_20
Definition: ui_vesseleditormainwindow.h:142
QVBoxLayout * verticalLayout_3
Definition: ui_vesseleditormainwindow.h:115
QTabWidget * tabBenthosSubpages
Definition: ui_vesseleditormainwindow.h:157
QLabel * label_9
Definition: ui_vesseleditormainwindow.h:55
QListView * benthosShapefilesList
Definition: ui_vesseleditormainwindow.h:174
RunScriptsPage * simuScriptsPage
Definition: ui_vesseleditormainwindow.h:184
CsvSpecsPage * harbourCsvPage
Definition: ui_vesseleditormainwindow.h:122
QPushButton * browseGISPath
Definition: ui_vesseleditormainwindow.h:53
QFrame * frame_3
Definition: ui_vesseleditormainwindow.h:175
QLabel * benthosMapCoords
Definition: ui_vesseleditormainwindow.h:178
QTabWidget * tabVesselsSpecsTabWidget
Definition: ui_vesseleditormainwindow.h:93
CsvSpecsPage * harbourCsvPage2
Definition: ui_vesseleditormainwindow.h:125
QLabel * label_4
Definition: ui_vesseleditormainwindow.h:62
CsvSpecsPage * fishfarmsCsvPage
Definition: ui_vesseleditormainwindow.h:143
QWidget * tabBenthosScriptsPage
Definition: ui_vesseleditormainwindow.h:179
QTabWidget * popSpecsTab
Definition: ui_vesseleditormainwindow.h:70
RunScriptsPage * benthosScriptsPage
Definition: ui_vesseleditormainwindow.h:181
QWidget * tabShippingSpecsPage1
Definition: ui_vesseleditormainwindow.h:132
QWidget * tabBenthosSpecsSubpage3
Definition: ui_vesseleditormainwindow.h:164
CsvSpecsPage * benthosCsvPage6
Definition: ui_vesseleditormainwindow.h:171
CsvSpecsPage * benthosCsvPage1
Definition: ui_vesseleditormainwindow.h:160
QVBoxLayout * verticalLayout_8
Definition: ui_vesseleditormainwindow.h:78
QWidget * tabBenthosSpecs
Definition: ui_vesseleditormainwindow.h:155
QWidget * tabBenthosSpecsSubpage4
Definition: ui_vesseleditormainwindow.h:166
QWidget * tabWindmillSpecs
Definition: ui_vesseleditormainwindow.h:147
QLineEdit * applicationName
Definition: ui_vesseleditormainwindow.h:52
CsvSpecsPage * benthosCsvPage3
Definition: ui_vesseleditormainwindow.h:165
QGridLayout * gridLayout
Definition: ui_vesseleditormainwindow.h:50
CsvSpecsPage * benthosCsvPage5
Definition: ui_vesseleditormainwindow.h:169
QLineEdit * iGraph
Definition: ui_vesseleditormainwindow.h:57
QWidget * tabVesselsSpecs
Definition: ui_vesseleditormainwindow.h:94
RunScriptsPage * vesselsScriptsPage
Definition: ui_vesseleditormainwindow.h:116
CsvSpecsPage * benthosCsvPage4
Definition: ui_vesseleditormainwindow.h:167
QVBoxLayout * verticalLayout_18
Definition: ui_vesseleditormainwindow.h:139
QWidget * tabVesselsScript
Definition: ui_vesseleditormainwindow.h:114
QAction * actionSave_Vessels_Spec
Definition: ui_vesseleditormainwindow.h:41
QVBoxLayout * verticalLayout_24
Definition: ui_vesseleditormainwindow.h:180
Definition: ui_vesseleditormainwindow.h:37
QVBoxLayout * verticalLayout_11
Definition: ui_vesseleditormainwindow.h:98
QWidget * tabHarboursSpecSubpage1
Definition: ui_vesseleditormainwindow.h:120
QLabel * label_3
Definition: ui_vesseleditormainwindow.h:51
QWidget * tabFishfarmsScriptsPage
Definition: ui_vesseleditormainwindow.h:144
QWidget * tabShippingSpecsPage2
Definition: ui_vesseleditormainwindow.h:135
QVBoxLayout * verticalLayout_27
Definition: ui_vesseleditormainwindow.h:124
QLabel * vesselsMapCoord
Definition: ui_vesseleditormainwindow.h:112
QStatusBar * statusbar
Definition: ui_vesseleditormainwindow.h:185
QGridLayout * gridLayout_4
Definition: ui_vesseleditormainwindow.h:173
QListView * vesselsShapefileList
Definition: ui_vesseleditormainwindow.h:108
QVBoxLayout * verticalLayout_25
Definition: ui_vesseleditormainwindow.h:159
QVBoxLayout * verticalLayout_7
Definition: ui_vesseleditormainwindow.h:75
CsvSpecsPage * benthosCsvPage2
Definition: ui_vesseleditormainwindow.h:163
QLabel * label_8
Definition: ui_vesseleditormainwindow.h:58
QGridLayout * gridLayout_2
Definition: ui_vesseleditormainwindow.h:81
RunScriptsPage * fishfarmsScriptsPage
Definition: ui_vesseleditormainwindow.h:146
QGroupBox * groupBox_2
Definition: ui_vesseleditormainwindow.h:49
QVBoxLayout * verticalLayout_13
Definition: ui_vesseleditormainwindow.h:127
CsvSpecsPage * windmillsCsvPage
Definition: ui_vesseleditormainwindow.h:148
QLabel * popMapCoord
Definition: ui_vesseleditormainwindow.h:86
CsvSpecsPage * vesselsCsvPage
Definition: ui_vesseleditormainwindow.h:96
QVBoxLayout * verticalLayout_9
Definition: ui_vesseleditormainwindow.h:89
QVBoxLayout * verticalLayout_2
Definition: ui_vesseleditormainwindow.h:92
QLabel * label_5
Definition: ui_vesseleditormainwindow.h:56
QWidget * centralwidget
Definition: ui_vesseleditormainwindow.h:44
QVBoxLayout * verticalLayout_28
Definition: ui_vesseleditormainwindow.h:176
CsvSpecsPage * ShippingCsvPage2
Definition: ui_vesseleditormainwindow.h:137
QVBoxLayout * verticalLayout_30
Definition: ui_vesseleditormainwindow.h:104
QHBoxLayout * horizontalLayout_4
Definition: ui_vesseleditormainwindow.h:45
QWidget * tabShippingScripts
Definition: ui_vesseleditormainwindow.h:138
RunScriptsPage * windmillsScriptsPage
Definition: ui_vesseleditormainwindow.h:150
QWidget * tabBenthosSpecsSubpage2
Definition: ui_vesseleditormainwindow.h:161
QWidget * tabFirmSpecs
Definition: ui_vesseleditormainwindow.h:151
QSpacerItem * verticalSpacer_2
Definition: ui_vesseleditormainwindow.h:64
QWidget * tabVesselsSpecs4
Definition: ui_vesseleditormainwindow.h:103
QWidget * tabPopSpecs
Definition: ui_vesseleditormainwindow.h:68
QAction * actionRscript_location
Definition: ui_vesseleditormainwindow.h:42
void setupUi(QMainWindow *VesselEditorMainWindow)
Definition: ui_vesseleditormainwindow.h:187
QWidget * tabSimuScript
Definition: ui_vesseleditormainwindow.h:182
QVBoxLayout * verticalLayout_19
Definition: ui_vesseleditormainwindow.h:110
QVBoxLayout * verticalLayout_15
Definition: ui_vesseleditormainwindow.h:133
QVBoxLayout * verticalLayout_6
Definition: ui_vesseleditormainwindow.h:72
RunScriptsPage * popScriptsPage
Definition: ui_vesseleditormainwindow.h:90
QWidget * tabVessels
Definition: ui_vesseleditormainwindow.h:91
QPushButton * configRScript
Definition: ui_vesseleditormainwindow.h:66
QGridLayout * gridLayout_3
Definition: ui_vesseleditormainwindow.h:107
CsvSpecsPage * vesselsCsvPage_3
Definition: ui_vesseleditormainwindow.h:102
QTabWidget * tabShippingSpecsContainer
Definition: ui_vesseleditormainwindow.h:131