9 #ifndef UI_CREATESHORTESTPATHDIALOG_H 10 #define UI_CREATESHORTESTPATHDIALOG_H 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> 63 gridLayout_2->setObjectName(QStringLiteral(
"gridLayout_2"));
65 graphName->setObjectName(QStringLiteral(
"graphName"));
70 label->setObjectName(QStringLiteral(
"label"));
76 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
81 cancel->setObjectName(QStringLiteral(
"cancel"));
86 ok->setObjectName(QStringLiteral(
"ok"));
93 verticalSpacer =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
108 label_2->setObjectName(QStringLiteral(
"label_2"));
118 label_3->setObjectName(QStringLiteral(
"label_3"));
133 outFolder->setObjectName(QStringLiteral(
"outFolder"));
138 label_4->setObjectName(QStringLiteral(
"label_4"));
148 groupBox->setObjectName(QStringLiteral(
"groupBox"));
150 gridLayout->setObjectName(QStringLiteral(
"gridLayout"));
152 formatBinary->setObjectName(QStringLiteral(
"formatBinary"));
158 formatText->setObjectName(QStringLiteral(
"formatText"));
169 ok->setDefault(
true);
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));
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