DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
ui_savegraphdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'savegraphdialog.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_SAVEGRAPHDIALOG_H
10 #define UI_SAVEGRAPHDIALOG_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/QDialogButtonBox>
19 #include <QtWidgets/QGridLayout>
20 #include <QtWidgets/QGroupBox>
21 #include <QtWidgets/QHeaderView>
22 #include <QtWidgets/QLabel>
23 #include <QtWidgets/QLineEdit>
24 #include <QtWidgets/QSpacerItem>
25 #include <QtWidgets/QToolButton>
26 
27 QT_BEGIN_NAMESPACE
28 
30 {
31 public:
32  QGridLayout *gridLayout_3;
33  QLabel *label;
34  QLineEdit *graphName;
35  QLabel *label_2;
36  QLineEdit *outputFolder;
37  QToolButton *cmdBrowse;
38  QGroupBox *groupBox;
39  QGridLayout *gridLayout_2;
40  QCheckBox *optAreaCodes;
41  QCheckBox *optLandscape;
42  QCheckBox *optWind;
43  QCheckBox *optBenthosBio;
44  QCheckBox *optSST;
45  QCheckBox *optBenthosNb;
46  QCheckBox *optSalinity;
47  QCheckBox *optClosedPoly;
48  QGroupBox *groupBox_2;
49  QGridLayout *gridLayout;
50  QCheckBox *optCustomize;
51  QLabel *label_3;
52  QLineEdit *graphFileName;
53  QLabel *label_4;
54  QLineEdit *coordFileName;
55  QLabel *label_5;
56  QLineEdit *landscapeFileName;
57  QLabel *label_10;
58  QLineEdit *benthosFileName;
59  QLabel *label_11;
60  QLineEdit *benthosNbFileName;
61  QLabel *label_14;
62  QLineEdit *areaCodeFileName;
63  QLabel *label_13;
64  QLineEdit *windFileName;
65  QLabel *label_12;
66  QLineEdit *sstFileName;
67  QLabel *label_6;
68  QLineEdit *salinityFileName;
69  QLabel *label_7;
70  QLineEdit *closedPolyFilename;
71  QLabel *label_8;
73  QLabel *label_9;
75  QSpacerItem *verticalSpacer;
76  QDialogButtonBox *buttonBox;
77 
78  void setupUi(QDialog *SaveGraphDialog)
79  {
80  if (SaveGraphDialog->objectName().isEmpty())
81  SaveGraphDialog->setObjectName(QStringLiteral("SaveGraphDialog"));
82  SaveGraphDialog->resize(532, 614);
83  gridLayout_3 = new QGridLayout(SaveGraphDialog);
84  gridLayout_3->setObjectName(QStringLiteral("gridLayout_3"));
85  label = new QLabel(SaveGraphDialog);
86  label->setObjectName(QStringLiteral("label"));
87 
88  gridLayout_3->addWidget(label, 0, 0, 1, 1);
89 
90  graphName = new QLineEdit(SaveGraphDialog);
91  graphName->setObjectName(QStringLiteral("graphName"));
92 
93  gridLayout_3->addWidget(graphName, 0, 1, 1, 1);
94 
95  label_2 = new QLabel(SaveGraphDialog);
96  label_2->setObjectName(QStringLiteral("label_2"));
97 
98  gridLayout_3->addWidget(label_2, 1, 0, 1, 1);
99 
100  outputFolder = new QLineEdit(SaveGraphDialog);
101  outputFolder->setObjectName(QStringLiteral("outputFolder"));
102 
103  gridLayout_3->addWidget(outputFolder, 1, 1, 1, 1);
104 
105  cmdBrowse = new QToolButton(SaveGraphDialog);
106  cmdBrowse->setObjectName(QStringLiteral("cmdBrowse"));
107 
108  gridLayout_3->addWidget(cmdBrowse, 1, 2, 1, 1);
109 
110  groupBox = new QGroupBox(SaveGraphDialog);
111  groupBox->setObjectName(QStringLiteral("groupBox"));
112  gridLayout_2 = new QGridLayout(groupBox);
113  gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
114  optAreaCodes = new QCheckBox(groupBox);
115  optAreaCodes->setObjectName(QStringLiteral("optAreaCodes"));
116 
117  gridLayout_2->addWidget(optAreaCodes, 0, 0, 1, 1);
118 
119  optLandscape = new QCheckBox(groupBox);
120  optLandscape->setObjectName(QStringLiteral("optLandscape"));
121 
122  gridLayout_2->addWidget(optLandscape, 0, 1, 1, 1);
123 
124  optWind = new QCheckBox(groupBox);
125  optWind->setObjectName(QStringLiteral("optWind"));
126 
127  gridLayout_2->addWidget(optWind, 1, 0, 1, 1);
128 
129  optBenthosBio = new QCheckBox(groupBox);
130  optBenthosBio->setObjectName(QStringLiteral("optBenthosBio"));
131 
132  gridLayout_2->addWidget(optBenthosBio, 1, 1, 1, 1);
133 
134  optSST = new QCheckBox(groupBox);
135  optSST->setObjectName(QStringLiteral("optSST"));
136 
137  gridLayout_2->addWidget(optSST, 2, 0, 1, 1);
138 
139  optBenthosNb = new QCheckBox(groupBox);
140  optBenthosNb->setObjectName(QStringLiteral("optBenthosNb"));
141 
142  gridLayout_2->addWidget(optBenthosNb, 2, 1, 1, 1);
143 
144  optSalinity = new QCheckBox(groupBox);
145  optSalinity->setObjectName(QStringLiteral("optSalinity"));
146 
147  gridLayout_2->addWidget(optSalinity, 3, 0, 1, 1);
148 
149  optClosedPoly = new QCheckBox(groupBox);
150  optClosedPoly->setObjectName(QStringLiteral("optClosedPoly"));
151 
152  gridLayout_2->addWidget(optClosedPoly, 3, 1, 1, 1);
153 
154 
155  gridLayout_3->addWidget(groupBox, 2, 0, 1, 2);
156 
157  groupBox_2 = new QGroupBox(SaveGraphDialog);
158  groupBox_2->setObjectName(QStringLiteral("groupBox_2"));
159  gridLayout = new QGridLayout(groupBox_2);
160  gridLayout->setObjectName(QStringLiteral("gridLayout"));
161  optCustomize = new QCheckBox(groupBox_2);
162  optCustomize->setObjectName(QStringLiteral("optCustomize"));
163 
164  gridLayout->addWidget(optCustomize, 0, 0, 1, 1);
165 
166  label_3 = new QLabel(groupBox_2);
167  label_3->setObjectName(QStringLiteral("label_3"));
168 
169  gridLayout->addWidget(label_3, 1, 0, 1, 1);
170 
171  graphFileName = new QLineEdit(groupBox_2);
172  graphFileName->setObjectName(QStringLiteral("graphFileName"));
173 
174  gridLayout->addWidget(graphFileName, 1, 1, 1, 1);
175 
176  label_4 = new QLabel(groupBox_2);
177  label_4->setObjectName(QStringLiteral("label_4"));
178 
179  gridLayout->addWidget(label_4, 2, 0, 1, 1);
180 
181  coordFileName = new QLineEdit(groupBox_2);
182  coordFileName->setObjectName(QStringLiteral("coordFileName"));
183 
184  gridLayout->addWidget(coordFileName, 2, 1, 1, 1);
185 
186  label_5 = new QLabel(groupBox_2);
187  label_5->setObjectName(QStringLiteral("label_5"));
188 
189  gridLayout->addWidget(label_5, 3, 0, 1, 1);
190 
191  landscapeFileName = new QLineEdit(groupBox_2);
192  landscapeFileName->setObjectName(QStringLiteral("landscapeFileName"));
193 
194  gridLayout->addWidget(landscapeFileName, 3, 1, 1, 1);
195 
196  label_10 = new QLabel(groupBox_2);
197  label_10->setObjectName(QStringLiteral("label_10"));
198 
199  gridLayout->addWidget(label_10, 4, 0, 1, 1);
200 
201  benthosFileName = new QLineEdit(groupBox_2);
202  benthosFileName->setObjectName(QStringLiteral("benthosFileName"));
203 
204  gridLayout->addWidget(benthosFileName, 4, 1, 1, 1);
205 
206  label_11 = new QLabel(groupBox_2);
207  label_11->setObjectName(QStringLiteral("label_11"));
208 
209  gridLayout->addWidget(label_11, 5, 0, 1, 1);
210 
211  benthosNbFileName = new QLineEdit(groupBox_2);
212  benthosNbFileName->setObjectName(QStringLiteral("benthosNbFileName"));
213 
214  gridLayout->addWidget(benthosNbFileName, 5, 1, 1, 1);
215 
216  label_14 = new QLabel(groupBox_2);
217  label_14->setObjectName(QStringLiteral("label_14"));
218 
219  gridLayout->addWidget(label_14, 6, 0, 1, 1);
220 
221  areaCodeFileName = new QLineEdit(groupBox_2);
222  areaCodeFileName->setObjectName(QStringLiteral("areaCodeFileName"));
223 
224  gridLayout->addWidget(areaCodeFileName, 6, 1, 1, 1);
225 
226  label_13 = new QLabel(groupBox_2);
227  label_13->setObjectName(QStringLiteral("label_13"));
228 
229  gridLayout->addWidget(label_13, 7, 0, 1, 1);
230 
231  windFileName = new QLineEdit(groupBox_2);
232  windFileName->setObjectName(QStringLiteral("windFileName"));
233 
234  gridLayout->addWidget(windFileName, 7, 1, 1, 1);
235 
236  label_12 = new QLabel(groupBox_2);
237  label_12->setObjectName(QStringLiteral("label_12"));
238 
239  gridLayout->addWidget(label_12, 8, 0, 1, 1);
240 
241  sstFileName = new QLineEdit(groupBox_2);
242  sstFileName->setObjectName(QStringLiteral("sstFileName"));
243 
244  gridLayout->addWidget(sstFileName, 8, 1, 1, 1);
245 
246  label_6 = new QLabel(groupBox_2);
247  label_6->setObjectName(QStringLiteral("label_6"));
248 
249  gridLayout->addWidget(label_6, 9, 0, 1, 1);
250 
251  salinityFileName = new QLineEdit(groupBox_2);
252  salinityFileName->setObjectName(QStringLiteral("salinityFileName"));
253 
254  gridLayout->addWidget(salinityFileName, 9, 1, 1, 1);
255 
256  label_7 = new QLabel(groupBox_2);
257  label_7->setObjectName(QStringLiteral("label_7"));
258 
259  gridLayout->addWidget(label_7, 10, 0, 1, 1);
260 
261  closedPolyFilename = new QLineEdit(groupBox_2);
262  closedPolyFilename->setObjectName(QStringLiteral("closedPolyFilename"));
263 
264  gridLayout->addWidget(closedPolyFilename, 10, 1, 1, 1);
265 
266  label_8 = new QLabel(groupBox_2);
267  label_8->setObjectName(QStringLiteral("label_8"));
268 
269  gridLayout->addWidget(label_8, 11, 0, 1, 1);
270 
271  closedPolyFilename_Months = new QLineEdit(groupBox_2);
272  closedPolyFilename_Months->setObjectName(QStringLiteral("closedPolyFilename_Months"));
273 
274  gridLayout->addWidget(closedPolyFilename_Months, 11, 1, 1, 1);
275 
276  label_9 = new QLabel(groupBox_2);
277  label_9->setObjectName(QStringLiteral("label_9"));
278 
279  gridLayout->addWidget(label_9, 12, 0, 1, 1);
280 
281  closedPolyFilename_VesSize = new QLineEdit(groupBox_2);
282  closedPolyFilename_VesSize->setObjectName(QStringLiteral("closedPolyFilename_VesSize"));
283 
284  gridLayout->addWidget(closedPolyFilename_VesSize, 12, 1, 1, 1);
285 
286 
287  gridLayout_3->addWidget(groupBox_2, 3, 0, 1, 2);
288 
289  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
290 
291  gridLayout_3->addItem(verticalSpacer, 4, 0, 1, 1);
292 
293  buttonBox = new QDialogButtonBox(SaveGraphDialog);
294  buttonBox->setObjectName(QStringLiteral("buttonBox"));
295  buttonBox->setOrientation(Qt::Horizontal);
296  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
297 
298  gridLayout_3->addWidget(buttonBox, 6, 0, 1, 1);
299 
300 
302  QObject::connect(buttonBox, SIGNAL(accepted()), SaveGraphDialog, SLOT(accept()));
303  QObject::connect(buttonBox, SIGNAL(rejected()), SaveGraphDialog, SLOT(reject()));
304 
305  QMetaObject::connectSlotsByName(SaveGraphDialog);
306  } // setupUi
307 
309  {
310  SaveGraphDialog->setWindowTitle(QApplication::translate("SaveGraphDialog", "Dialog", nullptr));
311  label->setText(QApplication::translate("SaveGraphDialog", "Graph Name", nullptr));
312  label_2->setText(QApplication::translate("SaveGraphDialog", "Output folder", nullptr));
313  cmdBrowse->setText(QApplication::translate("SaveGraphDialog", "...", nullptr));
314  groupBox->setTitle(QApplication::translate("SaveGraphDialog", "Output options", nullptr));
315  optAreaCodes->setText(QApplication::translate("SaveGraphDialog", "Area codes file", nullptr));
316  optLandscape->setText(QApplication::translate("SaveGraphDialog", "Landscape file", nullptr));
317  optWind->setText(QApplication::translate("SaveGraphDialog", "Wind file", nullptr));
318  optBenthosBio->setText(QApplication::translate("SaveGraphDialog", "Benthos Biomass file", nullptr));
319  optSST->setText(QApplication::translate("SaveGraphDialog", "SST file", nullptr));
320  optBenthosNb->setText(QApplication::translate("SaveGraphDialog", "Benthos Number file", nullptr));
321  optSalinity->setText(QApplication::translate("SaveGraphDialog", "Salinity file", nullptr));
322  optClosedPoly->setText(QApplication::translate("SaveGraphDialog", "Closed polygons", nullptr));
323  groupBox_2->setTitle(QApplication::translate("SaveGraphDialog", "Output names", nullptr));
324  optCustomize->setText(QApplication::translate("SaveGraphDialog", "Customize", nullptr));
325  label_3->setText(QApplication::translate("SaveGraphDialog", "Graph File", nullptr));
326  label_4->setText(QApplication::translate("SaveGraphDialog", "Coordinates file", nullptr));
327  label_5->setText(QApplication::translate("SaveGraphDialog", "Landscape file", nullptr));
328  label_10->setText(QApplication::translate("SaveGraphDialog", "Benthos Total Bio. file", nullptr));
329  label_11->setText(QApplication::translate("SaveGraphDialog", "Benthos Total Nb. file", nullptr));
330  label_14->setText(QApplication::translate("SaveGraphDialog", "Area codes file", nullptr));
331  label_13->setText(QApplication::translate("SaveGraphDialog", "Wind file", nullptr));
332  label_12->setText(QApplication::translate("SaveGraphDialog", "SST file", nullptr));
333  label_6->setText(QApplication::translate("SaveGraphDialog", "Salinity file", nullptr));
334  label_7->setText(QApplication::translate("SaveGraphDialog", "Closed polygon files (Quarterly)", nullptr));
335  label_8->setText(QApplication::translate("SaveGraphDialog", "Closed polygon files (Monthly)", nullptr));
336  label_9->setText(QApplication::translate("SaveGraphDialog", "Closed polygon files (Ves Sizes)", nullptr));
337  } // retranslateUi
338 
339 };
340 
341 namespace Ui {
343 } // namespace Ui
344 
345 QT_END_NAMESPACE
346 
347 #endif // UI_SAVEGRAPHDIALOG_H
void retranslateUi(QDialog *SaveGraphDialog)
Definition: ui_savegraphdialog.h:308
QCheckBox * optCustomize
Definition: ui_savegraphdialog.h:50
QGroupBox * groupBox
Definition: ui_savegraphdialog.h:38
QLabel * label_6
Definition: ui_savegraphdialog.h:67
QLabel * label_3
Definition: ui_savegraphdialog.h:51
QLineEdit * graphName
Definition: ui_savegraphdialog.h:34
void setupUi(QDialog *SaveGraphDialog)
Definition: ui_savegraphdialog.h:78
QGridLayout * gridLayout_2
Definition: ui_savegraphdialog.h:39
Definition: dteditorwindow.h:32
QLineEdit * coordFileName
Definition: ui_savegraphdialog.h:54
QDialogButtonBox * buttonBox
Definition: ui_savegraphdialog.h:76
Definition: ui_savegraphdialog.h:29
QLabel * label_9
Definition: ui_savegraphdialog.h:73
QLabel * label_8
Definition: ui_savegraphdialog.h:71
QCheckBox * optLandscape
Definition: ui_savegraphdialog.h:41
QLabel * label_5
Definition: ui_savegraphdialog.h:55
QCheckBox * optSalinity
Definition: ui_savegraphdialog.h:46
QLineEdit * benthosFileName
Definition: ui_savegraphdialog.h:58
QLineEdit * areaCodeFileName
Definition: ui_savegraphdialog.h:62
QCheckBox * optWind
Definition: ui_savegraphdialog.h:42
QLineEdit * outputFolder
Definition: ui_savegraphdialog.h:36
QLineEdit * benthosNbFileName
Definition: ui_savegraphdialog.h:60
QCheckBox * optAreaCodes
Definition: ui_savegraphdialog.h:40
Definition: savegraphdialog.h:30
QLabel * label_13
Definition: ui_savegraphdialog.h:63
QSpacerItem * verticalSpacer
Definition: ui_savegraphdialog.h:75
Definition: ui_savegraphdialog.h:342
QLineEdit * windFileName
Definition: ui_savegraphdialog.h:64
QLabel * label_4
Definition: ui_savegraphdialog.h:53
QLabel * label_2
Definition: ui_savegraphdialog.h:35
QLabel * label_14
Definition: ui_savegraphdialog.h:61
QGroupBox * groupBox_2
Definition: ui_savegraphdialog.h:48
QCheckBox * optBenthosBio
Definition: ui_savegraphdialog.h:43
QCheckBox * optSST
Definition: ui_savegraphdialog.h:44
QLineEdit * closedPolyFilename_VesSize
Definition: ui_savegraphdialog.h:74
QLineEdit * landscapeFileName
Definition: ui_savegraphdialog.h:56
QLabel * label_12
Definition: ui_savegraphdialog.h:65
QCheckBox * optClosedPoly
Definition: ui_savegraphdialog.h:47
QLabel * label_7
Definition: ui_savegraphdialog.h:69
QToolButton * cmdBrowse
Definition: ui_savegraphdialog.h:37
QLineEdit * closedPolyFilename_Months
Definition: ui_savegraphdialog.h:72
QLabel * label
Definition: ui_savegraphdialog.h:33
QLabel * label_11
Definition: ui_savegraphdialog.h:59
QCheckBox * optBenthosNb
Definition: ui_savegraphdialog.h:45
QLineEdit * graphFileName
Definition: ui_savegraphdialog.h:52
QLineEdit * sstFileName
Definition: ui_savegraphdialog.h:66
QGridLayout * gridLayout
Definition: ui_savegraphdialog.h:49
QLabel * label_10
Definition: ui_savegraphdialog.h:57
QGridLayout * gridLayout_3
Definition: ui_savegraphdialog.h:32
QLineEdit * closedPolyFilename
Definition: ui_savegraphdialog.h:70
QLineEdit * salinityFileName
Definition: ui_savegraphdialog.h:68