DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
ui_tseditorwindow.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'tseditorwindow.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_TSEDITORWINDOW_H
10 #define UI_TSEDITORWINDOW_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/QDockWidget>
18 #include <QtWidgets/QFrame>
19 #include <QtWidgets/QHBoxLayout>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QLabel>
22 #include <QtWidgets/QMainWindow>
23 #include <QtWidgets/QMenu>
24 #include <QtWidgets/QMenuBar>
25 #include <QtWidgets/QPlainTextEdit>
26 #include <QtWidgets/QSpacerItem>
27 #include <QtWidgets/QSplitter>
28 #include <QtWidgets/QStatusBar>
29 #include <QtWidgets/QTableView>
30 #include <QtWidgets/QToolButton>
31 #include <QtWidgets/QVBoxLayout>
32 #include <QtWidgets/QWidget>
33 #include "qcustomplot.h"
34 
35 QT_BEGIN_NAMESPACE
36 
38 {
39 public:
40  QAction *action_Open;
41  QAction *actionGenerate;
42  QAction *actionQuit;
44  QAction *action_Save;
47  QWidget *centralwidget;
48  QVBoxLayout *verticalLayout;
49  QSplitter *splitter;
50  QTableView *table;
51  QFrame *frame;
52  QVBoxLayout *verticalLayout_2;
54  QHBoxLayout *horizontalLayout;
55  QLabel *label;
56  QComboBox *varSelect;
57  QLabel *label_2;
58  QComboBox *areaSelect;
59  QLabel *label_3;
60  QComboBox *adimSelect;
61  QMenuBar *menubar;
62  QMenu *menu_File;
63  QMenu *menu_View;
64  QStatusBar *statusbar;
65  QDockWidget *dockLogWindow;
67  QVBoxLayout *verticalLayout_3;
68  QHBoxLayout *horizontalLayout_2;
69  QToolButton *clearLog;
70  QSpacerItem *horizontalSpacer;
71  QPlainTextEdit *logText;
72 
73  void setupUi(QMainWindow *TsEditorWindow)
74  {
75  if (TsEditorWindow->objectName().isEmpty())
76  TsEditorWindow->setObjectName(QStringLiteral("TsEditorWindow"));
77  TsEditorWindow->resize(800, 600);
78  action_Open = new QAction(TsEditorWindow);
79  action_Open->setObjectName(QStringLiteral("action_Open"));
80  QIcon icon;
81  icon.addFile(QStringLiteral(":/icons/load.png"), QSize(), QIcon::Normal, QIcon::Off);
82  action_Open->setIcon(icon);
83  actionGenerate = new QAction(TsEditorWindow);
84  actionGenerate->setObjectName(QStringLiteral("actionGenerate"));
85  QIcon icon1;
86  icon1.addFile(QStringLiteral(":/icons/setup.png"), QSize(), QIcon::Normal, QIcon::Off);
87  actionGenerate->setIcon(icon1);
88  actionQuit = new QAction(TsEditorWindow);
89  actionQuit->setObjectName(QStringLiteral("actionQuit"));
90  QIcon icon2;
91  icon2.addFile(QStringLiteral(":/icons/quit.png"), QSize(), QIcon::Normal, QIcon::Off);
92  actionQuit->setIcon(icon2);
93  action_Log_Window = new QAction(TsEditorWindow);
94  action_Log_Window->setObjectName(QStringLiteral("action_Log_Window"));
95  action_Log_Window->setCheckable(true);
96  action_Save = new QAction(TsEditorWindow);
97  action_Save->setObjectName(QStringLiteral("action_Save"));
98  QIcon icon3;
99  icon3.addFile(QStringLiteral(":/icons/save.png"), QSize(), QIcon::Normal, QIcon::Off);
100  action_Save->setIcon(icon3);
101  actionRScript_location = new QAction(TsEditorWindow);
102  actionRScript_location->setObjectName(QStringLiteral("actionRScript_location"));
104  actionGen_Script_location->setObjectName(QStringLiteral("actionGen_Script_location"));
105  centralwidget = new QWidget(TsEditorWindow);
106  centralwidget->setObjectName(QStringLiteral("centralwidget"));
107  verticalLayout = new QVBoxLayout(centralwidget);
108  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
109  splitter = new QSplitter(centralwidget);
110  splitter->setObjectName(QStringLiteral("splitter"));
111  splitter->setOrientation(Qt::Vertical);
112  table = new QTableView(splitter);
113  table->setObjectName(QStringLiteral("table"));
114  splitter->addWidget(table);
115  frame = new QFrame(splitter);
116  frame->setObjectName(QStringLiteral("frame"));
117  frame->setFrameShape(QFrame::StyledPanel);
118  frame->setFrameShadow(QFrame::Raised);
119  verticalLayout_2 = new QVBoxLayout(frame);
120  verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
121  plot = new QCustomPlot(frame);
122  plot->setObjectName(QStringLiteral("plot"));
123  plot->setMinimumSize(QSize(0, 150));
124 
125  verticalLayout_2->addWidget(plot);
126 
127  horizontalLayout = new QHBoxLayout();
128  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
129  label = new QLabel(frame);
130  label->setObjectName(QStringLiteral("label"));
131 
132  horizontalLayout->addWidget(label);
133 
134  varSelect = new QComboBox(frame);
135  varSelect->setObjectName(QStringLiteral("varSelect"));
136 
137  horizontalLayout->addWidget(varSelect);
138 
139  label_2 = new QLabel(frame);
140  label_2->setObjectName(QStringLiteral("label_2"));
141 
142  horizontalLayout->addWidget(label_2);
143 
144  areaSelect = new QComboBox(frame);
145  areaSelect->setObjectName(QStringLiteral("areaSelect"));
146 
147  horizontalLayout->addWidget(areaSelect);
148 
149  label_3 = new QLabel(frame);
150  label_3->setObjectName(QStringLiteral("label_3"));
151 
152  horizontalLayout->addWidget(label_3);
153 
154  adimSelect = new QComboBox(frame);
155  adimSelect->setObjectName(QStringLiteral("adimSelect"));
156 
157  horizontalLayout->addWidget(adimSelect);
158 
159 
161 
162  splitter->addWidget(frame);
163 
164  verticalLayout->addWidget(splitter);
165 
166  TsEditorWindow->setCentralWidget(centralwidget);
167  menubar = new QMenuBar(TsEditorWindow);
168  menubar->setObjectName(QStringLiteral("menubar"));
169  menubar->setGeometry(QRect(0, 0, 800, 21));
170  menu_File = new QMenu(menubar);
171  menu_File->setObjectName(QStringLiteral("menu_File"));
172  menu_View = new QMenu(menubar);
173  menu_View->setObjectName(QStringLiteral("menu_View"));
174  TsEditorWindow->setMenuBar(menubar);
175  statusbar = new QStatusBar(TsEditorWindow);
176  statusbar->setObjectName(QStringLiteral("statusbar"));
177  TsEditorWindow->setStatusBar(statusbar);
178  dockLogWindow = new QDockWidget(TsEditorWindow);
179  dockLogWindow->setObjectName(QStringLiteral("dockLogWindow"));
180  QIcon icon4;
181  icon4.addFile(QStringLiteral(":/icons/Rlogo.png"), QSize(), QIcon::Normal, QIcon::Off);
182  dockLogWindow->setWindowIcon(icon4);
183  dockWidgetContents = new QWidget();
184  dockWidgetContents->setObjectName(QStringLiteral("dockWidgetContents"));
185  verticalLayout_3 = new QVBoxLayout(dockWidgetContents);
186  verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3"));
187  horizontalLayout_2 = new QHBoxLayout();
188  horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
189  clearLog = new QToolButton(dockWidgetContents);
190  clearLog->setObjectName(QStringLiteral("clearLog"));
191  QIcon icon5;
192  icon5.addFile(QStringLiteral(":/icons/remove.png"), QSize(), QIcon::Normal, QIcon::Off);
193  clearLog->setIcon(icon5);
194 
195  horizontalLayout_2->addWidget(clearLog);
196 
197  horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
198 
200 
201 
203 
204  logText = new QPlainTextEdit(dockWidgetContents);
205  logText->setObjectName(QStringLiteral("logText"));
206 
207  verticalLayout_3->addWidget(logText);
208 
209  dockLogWindow->setWidget(dockWidgetContents);
210  TsEditorWindow->addDockWidget(static_cast<Qt::DockWidgetArea>(1), dockLogWindow);
211 
212  menubar->addAction(menu_File->menuAction());
213  menubar->addAction(menu_View->menuAction());
214  menu_File->addAction(action_Open);
215  menu_File->addAction(action_Save);
216  menu_File->addAction(actionGenerate);
217  menu_File->addSeparator();
218  menu_File->addAction(actionQuit);
219  menu_View->addAction(action_Log_Window);
220  menu_View->addSeparator();
221  menu_View->addAction(actionRScript_location);
223 
225 
226  QMetaObject::connectSlotsByName(TsEditorWindow);
227  } // setupUi
228 
229  void retranslateUi(QMainWindow *TsEditorWindow)
230  {
231  TsEditorWindow->setWindowTitle(QApplication::translate("TsEditorWindow", "Time Series Editor", nullptr));
232  action_Open->setText(QApplication::translate("TsEditorWindow", "&Open...", nullptr));
233  actionGenerate->setText(QApplication::translate("TsEditorWindow", "Generate &outputs...", nullptr));
234  actionQuit->setText(QApplication::translate("TsEditorWindow", "Quit", nullptr));
235  action_Log_Window->setText(QApplication::translate("TsEditorWindow", "&Log Window", nullptr));
236  action_Save->setText(QApplication::translate("TsEditorWindow", "&Save...", nullptr));
237  actionRScript_location->setText(QApplication::translate("TsEditorWindow", "RScript location...", nullptr));
238  actionGen_Script_location->setText(QApplication::translate("TsEditorWindow", "Gen Script location...", nullptr));
239  label->setText(QApplication::translate("TsEditorWindow", "Variable", nullptr));
240  label_2->setText(QApplication::translate("TsEditorWindow", "Area", nullptr));
241  label_3->setText(QApplication::translate("TsEditorWindow", "A Dim", nullptr));
242  menu_File->setTitle(QApplication::translate("TsEditorWindow", "&File", nullptr));
243  menu_View->setTitle(QApplication::translate("TsEditorWindow", "&Utils and Settings", nullptr));
244  dockLogWindow->setWindowTitle(QApplication::translate("TsEditorWindow", "Log Window", nullptr));
245  clearLog->setText(QApplication::translate("TsEditorWindow", "...", nullptr));
246  } // retranslateUi
247 
248 };
249 
250 namespace Ui {
252 } // namespace Ui
253 
254 QT_END_NAMESPACE
255 
256 #endif // UI_TSEDITORWINDOW_H
Definition: tseditorwindow.h:41
QComboBox * areaSelect
Definition: ui_tseditorwindow.h:58
QLabel * label_2
Definition: ui_tseditorwindow.h:57
QStatusBar * statusbar
Definition: ui_tseditorwindow.h:64
QComboBox * varSelect
Definition: ui_tseditorwindow.h:56
QFrame * frame
Definition: ui_tseditorwindow.h:51
Definition: dteditorwindow.h:32
QAction * action_Log_Window
Definition: ui_tseditorwindow.h:43
QMenuBar * menubar
Definition: ui_tseditorwindow.h:61
Definition: ui_tseditorwindow.h:37
QWidget * centralwidget
Definition: ui_tseditorwindow.h:47
QHBoxLayout * horizontalLayout_2
Definition: ui_tseditorwindow.h:68
The central class of the library. This is the QWidget which displays the plot and interacts with the ...
Definition: qcustomplot.h:3582
QPlainTextEdit * logText
Definition: ui_tseditorwindow.h:71
QAction * actionGenerate
Definition: ui_tseditorwindow.h:41
QDockWidget * dockLogWindow
Definition: ui_tseditorwindow.h:65
QSplitter * splitter
Definition: ui_tseditorwindow.h:49
QHBoxLayout * horizontalLayout
Definition: ui_tseditorwindow.h:54
QAction * action_Save
Definition: ui_tseditorwindow.h:44
QToolButton * clearLog
Definition: ui_tseditorwindow.h:69
QLabel * label
Definition: ui_tseditorwindow.h:55
QMenu * menu_View
Definition: ui_tseditorwindow.h:63
QWidget * dockWidgetContents
Definition: ui_tseditorwindow.h:66
void setupUi(QMainWindow *TsEditorWindow)
Definition: ui_tseditorwindow.h:73
QComboBox * adimSelect
Definition: ui_tseditorwindow.h:60
QCustomPlot * plot
Definition: ui_tseditorwindow.h:53
void retranslateUi(QMainWindow *TsEditorWindow)
Definition: ui_tseditorwindow.h:229
QAction * action_Open
Definition: ui_tseditorwindow.h:40
QVBoxLayout * verticalLayout_3
Definition: ui_tseditorwindow.h:67
QLabel * label_3
Definition: ui_tseditorwindow.h:59
QAction * actionQuit
Definition: ui_tseditorwindow.h:42
QAction * actionRScript_location
Definition: ui_tseditorwindow.h:45
Definition: ui_tseditorwindow.h:251
QAction * actionGen_Script_location
Definition: ui_tseditorwindow.h:46
QTableView * table
Definition: ui_tseditorwindow.h:50
QMenu * menu_File
Definition: ui_tseditorwindow.h:62
QVBoxLayout * verticalLayout_2
Definition: ui_tseditorwindow.h:52
QSpacerItem * horizontalSpacer
Definition: ui_tseditorwindow.h:70
QVBoxLayout * verticalLayout
Definition: ui_tseditorwindow.h:48