DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
ui_graphexportproperties.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'graphexportproperties.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_GRAPHEXPORTPROPERTIES_H
10 #define UI_GRAPHEXPORTPROPERTIES_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/QDoubleSpinBox>
20 #include <QtWidgets/QFormLayout>
21 #include <QtWidgets/QGroupBox>
22 #include <QtWidgets/QHeaderView>
23 #include <QtWidgets/QLabel>
24 #include <QtWidgets/QSpinBox>
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QFormLayout *formLayout_2;
32  QLabel *label_4;
33  QComboBox *fileType;
34  QGroupBox *groupBox;
35  QFormLayout *formLayout;
36  QLabel *label;
37  QLabel *label_2;
38  QLabel *label_3;
39  QSpinBox *width;
40  QSpinBox *height;
41  QDoubleSpinBox *aspect;
42  QDialogButtonBox *buttonBox;
43 
45  {
46  if (GraphExportProperties->objectName().isEmpty())
47  GraphExportProperties->setObjectName(QStringLiteral("GraphExportProperties"));
48  GraphExportProperties->resize(400, 354);
49  formLayout_2 = new QFormLayout(GraphExportProperties);
50  formLayout_2->setObjectName(QStringLiteral("formLayout_2"));
51  label_4 = new QLabel(GraphExportProperties);
52  label_4->setObjectName(QStringLiteral("label_4"));
53 
54  formLayout_2->setWidget(0, QFormLayout::LabelRole, label_4);
55 
56  fileType = new QComboBox(GraphExportProperties);
57  fileType->setObjectName(QStringLiteral("fileType"));
58 
59  formLayout_2->setWidget(0, QFormLayout::FieldRole, fileType);
60 
61  groupBox = new QGroupBox(GraphExportProperties);
62  groupBox->setObjectName(QStringLiteral("groupBox"));
63  formLayout = new QFormLayout(groupBox);
64  formLayout->setObjectName(QStringLiteral("formLayout"));
65  label = new QLabel(groupBox);
66  label->setObjectName(QStringLiteral("label"));
67 
68  formLayout->setWidget(0, QFormLayout::LabelRole, label);
69 
70  label_2 = new QLabel(groupBox);
71  label_2->setObjectName(QStringLiteral("label_2"));
72 
73  formLayout->setWidget(1, QFormLayout::LabelRole, label_2);
74 
75  label_3 = new QLabel(groupBox);
76  label_3->setObjectName(QStringLiteral("label_3"));
77 
78  formLayout->setWidget(2, QFormLayout::LabelRole, label_3);
79 
80  width = new QSpinBox(groupBox);
81  width->setObjectName(QStringLiteral("width"));
82  width->setMaximum(10000);
83  width->setSingleStep(100);
84 
85  formLayout->setWidget(0, QFormLayout::FieldRole, width);
86 
87  height = new QSpinBox(groupBox);
88  height->setObjectName(QStringLiteral("height"));
89  height->setMaximum(10000);
90  height->setSingleStep(100);
91 
92  formLayout->setWidget(1, QFormLayout::FieldRole, height);
93 
94  aspect = new QDoubleSpinBox(groupBox);
95  aspect->setObjectName(QStringLiteral("aspect"));
96 
97  formLayout->setWidget(2, QFormLayout::FieldRole, aspect);
98 
99 
100  formLayout_2->setWidget(1, QFormLayout::SpanningRole, groupBox);
101 
102  buttonBox = new QDialogButtonBox(GraphExportProperties);
103  buttonBox->setObjectName(QStringLiteral("buttonBox"));
104  buttonBox->setOrientation(Qt::Horizontal);
105  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
106 
107  formLayout_2->setWidget(2, QFormLayout::SpanningRole, buttonBox);
108 
109 
111  QObject::connect(buttonBox, SIGNAL(accepted()), GraphExportProperties, SLOT(accept()));
112  QObject::connect(buttonBox, SIGNAL(rejected()), GraphExportProperties, SLOT(reject()));
113 
114  QMetaObject::connectSlotsByName(GraphExportProperties);
115  } // setupUi
116 
118  {
119  GraphExportProperties->setWindowTitle(QApplication::translate("GraphExportProperties", "Graphic Properties", nullptr));
120  label_4->setText(QApplication::translate("GraphExportProperties", "File Type", nullptr));
121  groupBox->setTitle(QApplication::translate("GraphExportProperties", "Dimensions", nullptr));
122  label->setText(QApplication::translate("GraphExportProperties", "Width", nullptr));
123  label_2->setText(QApplication::translate("GraphExportProperties", "Height", nullptr));
124  label_3->setText(QApplication::translate("GraphExportProperties", "Aspect Ratio", nullptr));
125  } // retranslateUi
126 
127 };
128 
129 namespace Ui {
131 } // namespace Ui
132 
133 QT_END_NAMESPACE
134 
135 #endif // UI_GRAPHEXPORTPROPERTIES_H
Definition: ui_graphexportproperties.h:28
QFormLayout * formLayout
Definition: ui_graphexportproperties.h:35
QFormLayout * formLayout_2
Definition: ui_graphexportproperties.h:31
QGroupBox * groupBox
Definition: ui_graphexportproperties.h:34
Definition: dteditorwindow.h:32
Definition: ui_graphexportproperties.h:130
QLabel * label_2
Definition: ui_graphexportproperties.h:37
QLabel * label_4
Definition: ui_graphexportproperties.h:32
QComboBox * fileType
Definition: ui_graphexportproperties.h:33
QSpinBox * height
Definition: ui_graphexportproperties.h:40
QDoubleSpinBox * aspect
Definition: ui_graphexportproperties.h:41
Definition: graphexportproperties.h:16
void retranslateUi(QDialog *GraphExportProperties)
Definition: ui_graphexportproperties.h:117
void setupUi(QDialog *GraphExportProperties)
Definition: ui_graphexportproperties.h:44
QLabel * label_3
Definition: ui_graphexportproperties.h:38
QLabel * label
Definition: ui_graphexportproperties.h:36
QDialogButtonBox * buttonBox
Definition: ui_graphexportproperties.h:42
QSpinBox * width
Definition: ui_graphexportproperties.h:39