DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
ui_mergedatadialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'mergedatadialog.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_MERGEDATADIALOG_H
10 #define UI_MERGEDATADIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QDialog>
17 #include <QtWidgets/QDoubleSpinBox>
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 #include <QtWidgets/QWidget>
29 
30 QT_BEGIN_NAMESPACE
31 
33 {
34 public:
35  QGridLayout *gridLayout;
36  QToolButton *browseIn;
37  QLabel *label_2;
38  QLineEdit *fileOut;
39  QLabel *label_3;
40  QDoubleSpinBox *distance;
41  QLabel *label;
42  QSpacerItem *verticalSpacer;
43  QHBoxLayout *horizontalLayout;
44  QPushButton *cancel;
45  QSpacerItem *horizontalSpacer;
46  QPushButton *ok;
47  QLineEdit *fileIn;
48  QGroupBox *groupBox;
49  QGridLayout *gridLayout_2;
50  QRadioButton *spaces;
51  QRadioButton *commas;
52  QRadioButton *semicolon;
53  QToolButton *browseOut;
55 
56  void setupUi(QDialog *MergeDataDialog)
57  {
58  if (MergeDataDialog->objectName().isEmpty())
59  MergeDataDialog->setObjectName(QStringLiteral("MergeDataDialog"));
60  MergeDataDialog->resize(433, 224);
61  gridLayout = new QGridLayout(MergeDataDialog);
62  gridLayout->setObjectName(QStringLiteral("gridLayout"));
63  browseIn = new QToolButton(MergeDataDialog);
64  browseIn->setObjectName(QStringLiteral("browseIn"));
65 
66  gridLayout->addWidget(browseIn, 0, 2, 1, 1);
67 
68  label_2 = new QLabel(MergeDataDialog);
69  label_2->setObjectName(QStringLiteral("label_2"));
70 
71  gridLayout->addWidget(label_2, 2, 0, 1, 1);
72 
73  fileOut = new QLineEdit(MergeDataDialog);
74  fileOut->setObjectName(QStringLiteral("fileOut"));
75 
76  gridLayout->addWidget(fileOut, 2, 1, 1, 1);
77 
78  label_3 = new QLabel(MergeDataDialog);
79  label_3->setObjectName(QStringLiteral("label_3"));
80 
81  gridLayout->addWidget(label_3, 3, 0, 1, 1);
82 
83  distance = new QDoubleSpinBox(MergeDataDialog);
84  distance->setObjectName(QStringLiteral("distance"));
85  distance->setMinimum(0.5);
86  distance->setMaximum(5000);
87  distance->setSingleStep(10);
88  distance->setValue(50);
89 
90  gridLayout->addWidget(distance, 3, 1, 1, 1);
91 
92  label = new QLabel(MergeDataDialog);
93  label->setObjectName(QStringLiteral("label"));
94 
95  gridLayout->addWidget(label, 0, 0, 1, 1);
96 
97  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
98 
99  gridLayout->addItem(verticalSpacer, 5, 1, 1, 1);
100 
101  horizontalLayout = new QHBoxLayout();
102  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
103  cancel = new QPushButton(MergeDataDialog);
104  cancel->setObjectName(QStringLiteral("cancel"));
105 
106  horizontalLayout->addWidget(cancel);
107 
108  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
109 
111 
112  ok = new QPushButton(MergeDataDialog);
113  ok->setObjectName(QStringLiteral("ok"));
114 
115  horizontalLayout->addWidget(ok);
116 
117 
118  gridLayout->addLayout(horizontalLayout, 6, 0, 1, 3);
119 
120  fileIn = new QLineEdit(MergeDataDialog);
121  fileIn->setObjectName(QStringLiteral("fileIn"));
122 
123  gridLayout->addWidget(fileIn, 0, 1, 1, 1);
124 
125  groupBox = new QGroupBox(MergeDataDialog);
126  groupBox->setObjectName(QStringLiteral("groupBox"));
127  gridLayout_2 = new QGridLayout(groupBox);
128  gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
129  spaces = new QRadioButton(groupBox);
130  spaces->setObjectName(QStringLiteral("spaces"));
131 
132  gridLayout_2->addWidget(spaces, 0, 0, 1, 1);
133 
134  commas = new QRadioButton(groupBox);
135  commas->setObjectName(QStringLiteral("commas"));
136 
137  gridLayout_2->addWidget(commas, 0, 1, 1, 1);
138 
139  semicolon = new QRadioButton(groupBox);
140  semicolon->setObjectName(QStringLiteral("semicolon"));
141  semicolon->setChecked(true);
142 
143  gridLayout_2->addWidget(semicolon, 0, 2, 1, 1);
144 
145 
146  gridLayout->addWidget(groupBox, 1, 0, 1, 3);
147 
148  browseOut = new QToolButton(MergeDataDialog);
149  browseOut->setObjectName(QStringLiteral("browseOut"));
150 
151  gridLayout->addWidget(browseOut, 2, 2, 1, 1);
152 
153  componentContainer = new QWidget(MergeDataDialog);
154  componentContainer->setObjectName(QStringLiteral("componentContainer"));
155 
156  gridLayout->addWidget(componentContainer, 4, 0, 1, 3);
157 
158 #ifndef QT_NO_SHORTCUT
159  label_2->setBuddy(fileOut);
160  label->setBuddy(fileIn);
161 #endif // QT_NO_SHORTCUT
162 
164  QObject::connect(cancel, SIGNAL(clicked()), MergeDataDialog, SLOT(reject()));
165 
166  ok->setDefault(true);
167 
168 
169  QMetaObject::connectSlotsByName(MergeDataDialog);
170  } // setupUi
171 
173  {
174  MergeDataDialog->setWindowTitle(QApplication::translate("MergeDataDialog", "Merge files", nullptr));
175  browseIn->setText(QApplication::translate("MergeDataDialog", "...", nullptr));
176  label_2->setText(QApplication::translate("MergeDataDialog", "Output data file", nullptr));
177  label_3->setText(QApplication::translate("MergeDataDialog", "Distance", nullptr));
178  distance->setSuffix(QApplication::translate("MergeDataDialog", " km", nullptr));
179  label->setText(QApplication::translate("MergeDataDialog", "Input data file", nullptr));
180  cancel->setText(QApplication::translate("MergeDataDialog", "Cancel", nullptr));
181  ok->setText(QApplication::translate("MergeDataDialog", "Ok", nullptr));
182  groupBox->setTitle(QApplication::translate("MergeDataDialog", "Fields separator", nullptr));
183  spaces->setText(QApplication::translate("MergeDataDialog", "Spaces \" \"", nullptr));
184  commas->setText(QApplication::translate("MergeDataDialog", "Commas \",\"", nullptr));
185  semicolon->setText(QApplication::translate("MergeDataDialog", "Semi-colon \";\"", nullptr));
186  browseOut->setText(QApplication::translate("MergeDataDialog", "...", nullptr));
187  } // retranslateUi
188 
189 };
190 
191 namespace Ui {
193 } // namespace Ui
194 
195 QT_END_NAMESPACE
196 
197 #endif // UI_MERGEDATADIALOG_H
QDoubleSpinBox * distance
Definition: ui_mergedatadialog.h:40
QLabel * label_2
Definition: ui_mergedatadialog.h:37
QHBoxLayout * horizontalLayout
Definition: ui_mergedatadialog.h:43
QSpacerItem * verticalSpacer
Definition: ui_mergedatadialog.h:42
void retranslateUi(QDialog *MergeDataDialog)
Definition: ui_mergedatadialog.h:172
Definition: dteditorwindow.h:32
QPushButton * cancel
Definition: ui_mergedatadialog.h:44
QGroupBox * groupBox
Definition: ui_mergedatadialog.h:48
QWidget * componentContainer
Definition: ui_mergedatadialog.h:54
QRadioButton * spaces
Definition: ui_mergedatadialog.h:50
Definition: ui_mergedatadialog.h:192
QToolButton * browseIn
Definition: ui_mergedatadialog.h:36
Definition: ui_mergedatadialog.h:32
void setupUi(QDialog *MergeDataDialog)
Definition: ui_mergedatadialog.h:56
QLabel * label
Definition: ui_mergedatadialog.h:41
QLineEdit * fileIn
Definition: ui_mergedatadialog.h:47
QToolButton * browseOut
Definition: ui_mergedatadialog.h:53
QRadioButton * semicolon
Definition: ui_mergedatadialog.h:52
QLineEdit * fileOut
Definition: ui_mergedatadialog.h:38
QPushButton * ok
Definition: ui_mergedatadialog.h:46
QLabel * label_3
Definition: ui_mergedatadialog.h:39
QSpacerItem * horizontalSpacer
Definition: ui_mergedatadialog.h:45
QRadioButton * commas
Definition: ui_mergedatadialog.h:51
QGridLayout * gridLayout_2
Definition: ui_mergedatadialog.h:49
Implements the functionalities for mergedatadialog.ui.
Definition: mergedatadialog.h:35
QGridLayout * gridLayout
Definition: ui_mergedatadialog.h:35