DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
ui_createshortestpathdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'createshortestpathdialog.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_CREATESHORTESTPATHDIALOG_H
10 #define UI_CREATESHORTESTPATHDIALOG_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/QGridLayout>
19 #include <QtWidgets/QGroupBox>
20 #include <QtWidgets/QHBoxLayout>
21 #include <QtWidgets/QHeaderView>
22 #include <QtWidgets/QLabel>
23 #include <QtWidgets/QLineEdit>
24 #include <QtWidgets/QPushButton>
25 #include <QtWidgets/QRadioButton>
26 #include <QtWidgets/QSpacerItem>
27 #include <QtWidgets/QToolButton>
28 
29 QT_BEGIN_NAMESPACE
30 
32 {
33 public:
34  QGridLayout *gridLayout_2;
35  QLineEdit *graphName;
36  QLabel *label;
37  QHBoxLayout *horizontalLayout;
38  QSpacerItem *horizontalSpacer;
39  QPushButton *cancel;
40  QPushButton *ok;
41  QSpacerItem *verticalSpacer;
42  QToolButton *browseShortestFolder;
43  QToolButton *browseRelevantFolder;
44  QLabel *label_2;
46  QLabel *label_3;
47  QToolButton *browseOutFolder;
48  QLineEdit *shortestFolder;
49  QLineEdit *outFolder;
50  QLabel *label_4;
51  QLineEdit *relevantFolder;
52  QGroupBox *groupBox;
53  QGridLayout *gridLayout;
54  QRadioButton *formatBinary;
55  QRadioButton *formatText;
56 
58  {
59  if (CreateShortestPathDialog->objectName().isEmpty())
60  CreateShortestPathDialog->setObjectName(QStringLiteral("CreateShortestPathDialog"));
61  CreateShortestPathDialog->resize(521, 285);
62  gridLayout_2 = new QGridLayout(CreateShortestPathDialog);
63  gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
64  graphName = new QLineEdit(CreateShortestPathDialog);
65  graphName->setObjectName(QStringLiteral("graphName"));
66 
67  gridLayout_2->addWidget(graphName, 0, 1, 1, 1);
68 
69  label = new QLabel(CreateShortestPathDialog);
70  label->setObjectName(QStringLiteral("label"));
71 
72  gridLayout_2->addWidget(label, 2, 0, 1, 1);
73 
74  horizontalLayout = new QHBoxLayout();
75  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
76  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
77 
79 
80  cancel = new QPushButton(CreateShortestPathDialog);
81  cancel->setObjectName(QStringLiteral("cancel"));
82 
83  horizontalLayout->addWidget(cancel);
84 
85  ok = new QPushButton(CreateShortestPathDialog);
86  ok->setObjectName(QStringLiteral("ok"));
87 
88  horizontalLayout->addWidget(ok);
89 
90 
91  gridLayout_2->addLayout(horizontalLayout, 7, 0, 1, 3);
92 
93  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
94 
95  gridLayout_2->addItem(verticalSpacer, 6, 0, 1, 1);
96 
98  browseShortestFolder->setObjectName(QStringLiteral("browseShortestFolder"));
99 
100  gridLayout_2->addWidget(browseShortestFolder, 2, 2, 1, 1);
101 
103  browseRelevantFolder->setObjectName(QStringLiteral("browseRelevantFolder"));
104 
105  gridLayout_2->addWidget(browseRelevantFolder, 4, 2, 1, 1);
106 
107  label_2 = new QLabel(CreateShortestPathDialog);
108  label_2->setObjectName(QStringLiteral("label_2"));
109 
110  gridLayout_2->addWidget(label_2, 4, 0, 1, 1);
111 
113  checkAllRelevantNodes->setObjectName(QStringLiteral("checkAllRelevantNodes"));
114 
115  gridLayout_2->addWidget(checkAllRelevantNodes, 3, 0, 1, 1);
116 
117  label_3 = new QLabel(CreateShortestPathDialog);
118  label_3->setObjectName(QStringLiteral("label_3"));
119 
120  gridLayout_2->addWidget(label_3, 0, 0, 1, 1);
121 
122  browseOutFolder = new QToolButton(CreateShortestPathDialog);
123  browseOutFolder->setObjectName(QStringLiteral("browseOutFolder"));
124 
125  gridLayout_2->addWidget(browseOutFolder, 1, 2, 1, 1);
126 
127  shortestFolder = new QLineEdit(CreateShortestPathDialog);
128  shortestFolder->setObjectName(QStringLiteral("shortestFolder"));
129 
130  gridLayout_2->addWidget(shortestFolder, 2, 1, 1, 1);
131 
132  outFolder = new QLineEdit(CreateShortestPathDialog);
133  outFolder->setObjectName(QStringLiteral("outFolder"));
134 
135  gridLayout_2->addWidget(outFolder, 1, 1, 1, 1);
136 
137  label_4 = new QLabel(CreateShortestPathDialog);
138  label_4->setObjectName(QStringLiteral("label_4"));
139 
140  gridLayout_2->addWidget(label_4, 1, 0, 1, 1);
141 
142  relevantFolder = new QLineEdit(CreateShortestPathDialog);
143  relevantFolder->setObjectName(QStringLiteral("relevantFolder"));
144 
145  gridLayout_2->addWidget(relevantFolder, 4, 1, 1, 1);
146 
147  groupBox = new QGroupBox(CreateShortestPathDialog);
148  groupBox->setObjectName(QStringLiteral("groupBox"));
149  gridLayout = new QGridLayout(groupBox);
150  gridLayout->setObjectName(QStringLiteral("gridLayout"));
151  formatBinary = new QRadioButton(groupBox);
152  formatBinary->setObjectName(QStringLiteral("formatBinary"));
153  formatBinary->setChecked(true);
154 
155  gridLayout->addWidget(formatBinary, 0, 0, 1, 1);
156 
157  formatText = new QRadioButton(groupBox);
158  formatText->setObjectName(QStringLiteral("formatText"));
159 
160  gridLayout->addWidget(formatText, 0, 1, 1, 1);
161 
162 
163  gridLayout_2->addWidget(groupBox, 5, 0, 1, 2);
164 
165 
167  QObject::connect(cancel, SIGNAL(clicked()), CreateShortestPathDialog, SLOT(reject()));
168 
169  ok->setDefault(true);
170 
171 
172  QMetaObject::connectSlotsByName(CreateShortestPathDialog);
173  } // setupUi
174 
176  {
177  CreateShortestPathDialog->setWindowTitle(QApplication::translate("CreateShortestPathDialog", "Create shortest path files", nullptr));
178  label->setText(QApplication::translate("CreateShortestPathDialog", "Shortest Path Folder", nullptr));
179  cancel->setText(QApplication::translate("CreateShortestPathDialog", "Cancel", nullptr));
180  ok->setText(QApplication::translate("CreateShortestPathDialog", "Ok", nullptr));
181  browseShortestFolder->setText(QApplication::translate("CreateShortestPathDialog", "...", nullptr));
182  browseRelevantFolder->setText(QApplication::translate("CreateShortestPathDialog", "...", nullptr));
183  label_2->setText(QApplication::translate("CreateShortestPathDialog", "Relevant nodes path:", nullptr));
184  checkAllRelevantNodes->setText(QApplication::translate("CreateShortestPathDialog", "All nodes are relevant", nullptr));
185  label_3->setText(QApplication::translate("CreateShortestPathDialog", "Graph name for export", nullptr));
186  browseOutFolder->setText(QApplication::translate("CreateShortestPathDialog", "...", nullptr));
187  label_4->setText(QApplication::translate("CreateShortestPathDialog", "Graph output folder", nullptr));
188  relevantFolder->setPlaceholderText(QApplication::translate("CreateShortestPathDialog", "vesselsspe_*_quarter*.dat", nullptr));
189  groupBox->setTitle(QApplication::translate("CreateShortestPathDialog", "File Format", nullptr));
190  formatBinary->setText(QApplication::translate("CreateShortestPathDialog", "Binary", nullptr));
191  formatText->setText(QApplication::translate("CreateShortestPathDialog", "Text (Legacy)", nullptr));
192  } // retranslateUi
193 
194 };
195 
196 namespace Ui {
198 } // namespace Ui
199 
200 QT_END_NAMESPACE
201 
202 #endif // UI_CREATESHORTESTPATHDIALOG_H
Definition: ui_createshortestpathdialog.h:31
QLineEdit * outFolder
Definition: ui_createshortestpathdialog.h:49
QRadioButton * formatText
Definition: ui_createshortestpathdialog.h:55
QCheckBox * checkAllRelevantNodes
Definition: ui_createshortestpathdialog.h:45
QGroupBox * groupBox
Definition: ui_createshortestpathdialog.h:52
QGridLayout * gridLayout
Definition: ui_createshortestpathdialog.h:53
QLabel * label
Definition: ui_createshortestpathdialog.h:36
QSpacerItem * verticalSpacer
Definition: ui_createshortestpathdialog.h:41
Definition: dteditorwindow.h:32
QLabel * label_2
Definition: ui_createshortestpathdialog.h:44
QToolButton * browseShortestFolder
Definition: ui_createshortestpathdialog.h:42
QToolButton * browseRelevantFolder
Definition: ui_createshortestpathdialog.h:43
QPushButton * cancel
Definition: ui_createshortestpathdialog.h:39
QSpacerItem * horizontalSpacer
Definition: ui_createshortestpathdialog.h:38
QHBoxLayout * horizontalLayout
Definition: ui_createshortestpathdialog.h:37
Definition: createshortestpathdialog.h:50
void retranslateUi(QDialog *CreateShortestPathDialog)
Definition: ui_createshortestpathdialog.h:175
QRadioButton * formatBinary
Definition: ui_createshortestpathdialog.h:54
QLineEdit * graphName
Definition: ui_createshortestpathdialog.h:35
QLineEdit * shortestFolder
Definition: ui_createshortestpathdialog.h:48
QGridLayout * gridLayout_2
Definition: ui_createshortestpathdialog.h:34
QLabel * label_4
Definition: ui_createshortestpathdialog.h:50
QToolButton * browseOutFolder
Definition: ui_createshortestpathdialog.h:47
Definition: ui_createshortestpathdialog.h:197
QLineEdit * relevantFolder
Definition: ui_createshortestpathdialog.h:51
void setupUi(QDialog *CreateShortestPathDialog)
Definition: ui_createshortestpathdialog.h:57
QLabel * label_3
Definition: ui_createshortestpathdialog.h:46
QPushButton * ok
Definition: ui_createshortestpathdialog.h:40