DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
ui_mergepopulationplugincomponent.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'mergepopulationplugincomponent.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_MERGEPOPULATIONPLUGINCOMPONENT_H
10 #define UI_MERGEPOPULATIONPLUGINCOMPONENT_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/QGridLayout>
18 #include <QtWidgets/QGroupBox>
19 #include <QtWidgets/QHeaderView>
20 #include <QtWidgets/QLabel>
21 #include <QtWidgets/QLineEdit>
22 #include <QtWidgets/QTableView>
23 #include <QtWidgets/QToolButton>
24 #include <QtWidgets/QWidget>
25 
26 QT_BEGIN_NAMESPACE
27 
29 {
30 public:
31  QGridLayout *gridLayout;
32  QLineEdit *filePopOut;
33  QToolButton *browsePopOut;
34  QLabel *label_4;
35  QGroupBox *groupBox;
36  QGridLayout *gridLayout_2;
38  QToolButton *expand;
39  QWidget *stocksContainer;
40  QGridLayout *gridLayout_4;
41  QToolButton *noStocks;
42  QToolButton *allStocks;
43  QToolButton *invStocks;
44  QTableView *stocks;
45  QGroupBox *groupBox_2;
46  QGridLayout *gridLayout_3;
47  QLabel *sizeResume;
48  QToolButton *expandSizes;
49  QWidget *sizesContainer;
50  QGridLayout *gridLayout_5;
51  QToolButton *allGroups;
52  QToolButton *noGroups;
53  QToolButton *invGroups;
54  QTableView *sizes;
55  QCheckBox *optGeneratePopFile;
56 
58  {
59  if (MergePopulationPluginComponent->objectName().isEmpty())
60  MergePopulationPluginComponent->setObjectName(QStringLiteral("MergePopulationPluginComponent"));
61  MergePopulationPluginComponent->resize(400, 395);
62  gridLayout = new QGridLayout(MergePopulationPluginComponent);
63  gridLayout->setObjectName(QStringLiteral("gridLayout"));
65  filePopOut->setObjectName(QStringLiteral("filePopOut"));
66 
67  gridLayout->addWidget(filePopOut, 14, 1, 1, 1);
68 
70  browsePopOut->setObjectName(QStringLiteral("browsePopOut"));
71 
72  gridLayout->addWidget(browsePopOut, 14, 2, 1, 1);
73 
75  label_4->setObjectName(QStringLiteral("label_4"));
76 
77  gridLayout->addWidget(label_4, 14, 0, 1, 1);
78 
80  groupBox->setObjectName(QStringLiteral("groupBox"));
81  gridLayout_2 = new QGridLayout(groupBox);
82  gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
83  componentsResume = new QLabel(groupBox);
84  componentsResume->setObjectName(QStringLiteral("componentsResume"));
85 
86  gridLayout_2->addWidget(componentsResume, 0, 0, 1, 1);
87 
88  expand = new QToolButton(groupBox);
89  expand->setObjectName(QStringLiteral("expand"));
90  QIcon icon;
91  icon.addFile(QStringLiteral(":/icons/more-horz.png"), QSize(), QIcon::Normal, QIcon::Off);
92  expand->setIcon(icon);
93  expand->setIconSize(QSize(18, 18));
94  expand->setCheckable(true);
95 
96  gridLayout_2->addWidget(expand, 0, 1, 1, 1);
97 
98  stocksContainer = new QWidget(groupBox);
99  stocksContainer->setObjectName(QStringLiteral("stocksContainer"));
100  gridLayout_4 = new QGridLayout(stocksContainer);
101  gridLayout_4->setSpacing(0);
102  gridLayout_4->setObjectName(QStringLiteral("gridLayout_4"));
103  gridLayout_4->setContentsMargins(0, 0, 0, 0);
104  noStocks = new QToolButton(stocksContainer);
105  noStocks->setObjectName(QStringLiteral("noStocks"));
106  QIcon icon1;
107  icon1.addFile(QStringLiteral(":/icons/noneselect.png"), QSize(), QIcon::Normal, QIcon::Off);
108  noStocks->setIcon(icon1);
109  noStocks->setIconSize(QSize(18, 18));
110 
111  gridLayout_4->addWidget(noStocks, 1, 1, 1, 1);
112 
113  allStocks = new QToolButton(stocksContainer);
114  allStocks->setObjectName(QStringLiteral("allStocks"));
115  QIcon icon2;
116  icon2.addFile(QStringLiteral(":/icons/allselect.png"), QSize(), QIcon::Normal, QIcon::Off);
117  allStocks->setIcon(icon2);
118  allStocks->setIconSize(QSize(18, 18));
119 
120  gridLayout_4->addWidget(allStocks, 0, 1, 1, 1);
121 
122  invStocks = new QToolButton(stocksContainer);
123  invStocks->setObjectName(QStringLiteral("invStocks"));
124  QIcon icon3;
125  icon3.addFile(QStringLiteral(":/icons/invselect.png"), QSize(), QIcon::Normal, QIcon::Off);
126  invStocks->setIcon(icon3);
127  invStocks->setIconSize(QSize(18, 18));
128 
129  gridLayout_4->addWidget(invStocks, 2, 1, 1, 1);
130 
131  stocks = new QTableView(stocksContainer);
132  stocks->setObjectName(QStringLiteral("stocks"));
133 
134  gridLayout_4->addWidget(stocks, 0, 0, 3, 1);
135 
136 
137  gridLayout_2->addWidget(stocksContainer, 1, 0, 1, 2);
138 
139 
140  gridLayout->addWidget(groupBox, 1, 0, 6, 4);
141 
143  groupBox_2->setObjectName(QStringLiteral("groupBox_2"));
144  gridLayout_3 = new QGridLayout(groupBox_2);
145  gridLayout_3->setObjectName(QStringLiteral("gridLayout_3"));
146  sizeResume = new QLabel(groupBox_2);
147  sizeResume->setObjectName(QStringLiteral("sizeResume"));
148 
149  gridLayout_3->addWidget(sizeResume, 0, 0, 1, 2);
150 
151  expandSizes = new QToolButton(groupBox_2);
152  expandSizes->setObjectName(QStringLiteral("expandSizes"));
153  expandSizes->setIcon(icon);
154  expandSizes->setIconSize(QSize(18, 18));
155  expandSizes->setCheckable(true);
156 
157  gridLayout_3->addWidget(expandSizes, 0, 2, 1, 1);
158 
159  sizesContainer = new QWidget(groupBox_2);
160  sizesContainer->setObjectName(QStringLiteral("sizesContainer"));
161  gridLayout_5 = new QGridLayout(sizesContainer);
162  gridLayout_5->setSpacing(0);
163  gridLayout_5->setObjectName(QStringLiteral("gridLayout_5"));
164  gridLayout_5->setContentsMargins(0, 0, 0, 0);
165  allGroups = new QToolButton(sizesContainer);
166  allGroups->setObjectName(QStringLiteral("allGroups"));
167  allGroups->setIcon(icon2);
168  allGroups->setIconSize(QSize(18, 18));
169 
170  gridLayout_5->addWidget(allGroups, 0, 1, 1, 1);
171 
172  noGroups = new QToolButton(sizesContainer);
173  noGroups->setObjectName(QStringLiteral("noGroups"));
174  noGroups->setIcon(icon1);
175  noGroups->setIconSize(QSize(18, 18));
176 
177  gridLayout_5->addWidget(noGroups, 1, 1, 1, 1);
178 
179  invGroups = new QToolButton(sizesContainer);
180  invGroups->setObjectName(QStringLiteral("invGroups"));
181  invGroups->setIcon(icon3);
182  invGroups->setIconSize(QSize(18, 18));
183 
184  gridLayout_5->addWidget(invGroups, 2, 1, 1, 1);
185 
186  sizes = new QTableView(sizesContainer);
187  sizes->setObjectName(QStringLiteral("sizes"));
188 
189  gridLayout_5->addWidget(sizes, 0, 0, 3, 1);
190 
191 
192  gridLayout_3->addWidget(sizesContainer, 1, 0, 1, 3);
193 
194 
195  gridLayout->addWidget(groupBox_2, 11, 0, 2, 4);
196 
198  optGeneratePopFile->setObjectName(QStringLiteral("optGeneratePopFile"));
199 
200  gridLayout->addWidget(optGeneratePopFile, 13, 0, 1, 3);
201 
202 
204 
205  QMetaObject::connectSlotsByName(MergePopulationPluginComponent);
206  } // setupUi
207 
209  {
210  MergePopulationPluginComponent->setWindowTitle(QApplication::translate("MergePopulationPluginComponent", "Form", nullptr));
211  browsePopOut->setText(QApplication::translate("MergePopulationPluginComponent", "...", nullptr));
212  label_4->setText(QApplication::translate("MergePopulationPluginComponent", "Population file", nullptr));
213  groupBox->setTitle(QApplication::translate("MergePopulationPluginComponent", "Stocks", nullptr));
214  componentsResume->setText(QString());
215  expand->setText(QApplication::translate("MergePopulationPluginComponent", "...", nullptr));
216  noStocks->setText(QApplication::translate("MergePopulationPluginComponent", "...", nullptr));
217  allStocks->setText(QApplication::translate("MergePopulationPluginComponent", "...", nullptr));
218  invStocks->setText(QApplication::translate("MergePopulationPluginComponent", "...", nullptr));
219  groupBox_2->setTitle(QApplication::translate("MergePopulationPluginComponent", "Size Groups", nullptr));
220  sizeResume->setText(QString());
221  expandSizes->setText(QApplication::translate("MergePopulationPluginComponent", "...", nullptr));
222  allGroups->setText(QApplication::translate("MergePopulationPluginComponent", "...", nullptr));
223  noGroups->setText(QApplication::translate("MergePopulationPluginComponent", "...", nullptr));
224  invGroups->setText(QApplication::translate("MergePopulationPluginComponent", "...", nullptr));
225  optGeneratePopFile->setText(QApplication::translate("MergePopulationPluginComponent", "Generate Population file", nullptr));
226  } // retranslateUi
227 
228 };
229 
230 namespace Ui {
232 } // namespace Ui
233 
234 QT_END_NAMESPACE
235 
236 #endif // UI_MERGEPOPULATIONPLUGINCOMPONENT_H
QGridLayout * gridLayout_5
Definition: ui_mergepopulationplugincomponent.h:50
QToolButton * noGroups
Definition: ui_mergepopulationplugincomponent.h:52
QToolButton * invGroups
Definition: ui_mergepopulationplugincomponent.h:53
QToolButton * noStocks
Definition: ui_mergepopulationplugincomponent.h:41
Definition: dteditorwindow.h:32
QToolButton * expand
Definition: ui_mergepopulationplugincomponent.h:38
QToolButton * invStocks
Definition: ui_mergepopulationplugincomponent.h:43
QLabel * sizeResume
Definition: ui_mergepopulationplugincomponent.h:47
QTableView * sizes
Definition: ui_mergepopulationplugincomponent.h:54
Definition: ui_mergepopulationplugincomponent.h:28
QToolButton * allStocks
Definition: ui_mergepopulationplugincomponent.h:42
QGridLayout * gridLayout
Definition: ui_mergepopulationplugincomponent.h:31
QCheckBox * optGeneratePopFile
Definition: ui_mergepopulationplugincomponent.h:55
QLineEdit * filePopOut
Definition: ui_mergepopulationplugincomponent.h:32
QGroupBox * groupBox_2
Definition: ui_mergepopulationplugincomponent.h:45
QToolButton * expandSizes
Definition: ui_mergepopulationplugincomponent.h:48
Definition: ui_mergepopulationplugincomponent.h:231
void retranslateUi(QWidget *MergePopulationPluginComponent)
Definition: ui_mergepopulationplugincomponent.h:208
QLabel * componentsResume
Definition: ui_mergepopulationplugincomponent.h:37
QToolButton * browsePopOut
Definition: ui_mergepopulationplugincomponent.h:33
QGridLayout * gridLayout_2
Definition: ui_mergepopulationplugincomponent.h:36
QGridLayout * gridLayout_4
Definition: ui_mergepopulationplugincomponent.h:40
QWidget * stocksContainer
Definition: ui_mergepopulationplugincomponent.h:39
QWidget * sizesContainer
Definition: ui_mergepopulationplugincomponent.h:49
a "pluggable" Widget to extends the MergeDataDialog This class extends the functionalities of MergeDa...
Definition: mergepopulationplugincomponent.h:35
QToolButton * allGroups
Definition: ui_mergepopulationplugincomponent.h:51
QLabel * label_4
Definition: ui_mergepopulationplugincomponent.h:34
QTableView * stocks
Definition: ui_mergepopulationplugincomponent.h:44
void setupUi(QWidget *MergePopulationPluginComponent)
Definition: ui_mergepopulationplugincomponent.h:57
QGroupBox * groupBox
Definition: ui_mergepopulationplugincomponent.h:35
QGridLayout * gridLayout_3
Definition: ui_mergepopulationplugincomponent.h:46