DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
ui_shapefileoperationdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'shapefileoperationdialog.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_SHAPEFILEOPERATIONDIALOG_H
10 #define UI_SHAPEFILEOPERATIONDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QComboBox>
17 #include <QtWidgets/QDialog>
18 #include <QtWidgets/QDialogButtonBox>
19 #include <QtWidgets/QGridLayout>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QLineEdit>
22 #include <QtWidgets/QRadioButton>
23 #include <QtWidgets/QSpacerItem>
24 #include <QtWidgets/QToolButton>
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QGridLayout *gridLayout;
32  QDialogButtonBox *buttonBox;
33  QComboBox *selectShapefile;
34  QRadioButton *radioImportShapefile;
35  QLineEdit *shapefilePath;
36  QRadioButton *radioSelectShapefile;
37  QToolButton *cmdBrowse;
38  QSpacerItem *verticalSpacer;
39 
41  {
42  if (ShapefileOperationDialog->objectName().isEmpty())
43  ShapefileOperationDialog->setObjectName(QStringLiteral("ShapefileOperationDialog"));
44  ShapefileOperationDialog->resize(400, 197);
45  gridLayout = new QGridLayout(ShapefileOperationDialog);
46  gridLayout->setObjectName(QStringLiteral("gridLayout"));
47  buttonBox = new QDialogButtonBox(ShapefileOperationDialog);
48  buttonBox->setObjectName(QStringLiteral("buttonBox"));
49  buttonBox->setOrientation(Qt::Horizontal);
50  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
51 
52  gridLayout->addWidget(buttonBox, 3, 0, 1, 3);
53 
55  selectShapefile->setObjectName(QStringLiteral("selectShapefile"));
56 
57  gridLayout->addWidget(selectShapefile, 0, 1, 1, 2);
58 
60  radioImportShapefile->setObjectName(QStringLiteral("radioImportShapefile"));
61 
62  gridLayout->addWidget(radioImportShapefile, 1, 0, 1, 1);
63 
64  shapefilePath = new QLineEdit(ShapefileOperationDialog);
65  shapefilePath->setObjectName(QStringLiteral("shapefilePath"));
66 
67  gridLayout->addWidget(shapefilePath, 1, 1, 1, 1);
68 
70  radioSelectShapefile->setObjectName(QStringLiteral("radioSelectShapefile"));
71  radioSelectShapefile->setChecked(true);
72 
73  gridLayout->addWidget(radioSelectShapefile, 0, 0, 1, 1);
74 
75  cmdBrowse = new QToolButton(ShapefileOperationDialog);
76  cmdBrowse->setObjectName(QStringLiteral("cmdBrowse"));
77 
78  gridLayout->addWidget(cmdBrowse, 1, 2, 1, 1);
79 
80  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
81 
82  gridLayout->addItem(verticalSpacer, 2, 0, 1, 1);
83 
84 
86  QObject::connect(buttonBox, SIGNAL(accepted()), ShapefileOperationDialog, SLOT(accept()));
87  QObject::connect(buttonBox, SIGNAL(rejected()), ShapefileOperationDialog, SLOT(reject()));
88 
89  QMetaObject::connectSlotsByName(ShapefileOperationDialog);
90  } // setupUi
91 
93  {
94  ShapefileOperationDialog->setWindowTitle(QApplication::translate("ShapefileOperationDialog", "Shapefile", nullptr));
95  radioImportShapefile->setText(QApplication::translate("ShapefileOperationDialog", "Import from file", nullptr));
96  radioSelectShapefile->setText(QApplication::translate("ShapefileOperationDialog", "Select imported WGS84 shapefile", nullptr));
97  cmdBrowse->setText(QApplication::translate("ShapefileOperationDialog", "...", nullptr));
98  } // retranslateUi
99 
100 };
101 
102 namespace Ui {
104 } // namespace Ui
105 
106 QT_END_NAMESPACE
107 
108 #endif // UI_SHAPEFILEOPERATIONDIALOG_H
Definition: ui_shapefileoperationdialog.h:28
void retranslateUi(QDialog *ShapefileOperationDialog)
Definition: ui_shapefileoperationdialog.h:92
QComboBox * selectShapefile
Definition: ui_shapefileoperationdialog.h:33
QLineEdit * shapefilePath
Definition: ui_shapefileoperationdialog.h:35
Definition: dteditorwindow.h:32
QToolButton * cmdBrowse
Definition: ui_shapefileoperationdialog.h:37
void setupUi(QDialog *ShapefileOperationDialog)
Definition: ui_shapefileoperationdialog.h:40
QSpacerItem * verticalSpacer
Definition: ui_shapefileoperationdialog.h:38
Definition: ui_shapefileoperationdialog.h:103
QDialogButtonBox * buttonBox
Definition: ui_shapefileoperationdialog.h:32
QRadioButton * radioImportShapefile
Definition: ui_shapefileoperationdialog.h:34
Definition: shapefileoperationdialog.h:30
QRadioButton * radioSelectShapefile
Definition: ui_shapefileoperationdialog.h:36
QGridLayout * gridLayout
Definition: ui_shapefileoperationdialog.h:31