9 #ifndef UI_TSEDITORWINDOW_H 10 #define UI_TSEDITORWINDOW_H 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> 79 action_Open->setObjectName(QStringLiteral(
"action_Open"));
81 icon.addFile(QStringLiteral(
":/icons/load.png"), QSize(), QIcon::Normal, QIcon::Off);
86 icon1.addFile(QStringLiteral(
":/icons/setup.png"), QSize(), QIcon::Normal, QIcon::Off);
89 actionQuit->setObjectName(QStringLiteral(
"actionQuit"));
91 icon2.addFile(QStringLiteral(
":/icons/quit.png"), QSize(), QIcon::Normal, QIcon::Off);
97 action_Save->setObjectName(QStringLiteral(
"action_Save"));
99 icon3.addFile(QStringLiteral(
":/icons/save.png"), QSize(), QIcon::Normal, QIcon::Off);
106 centralwidget->setObjectName(QStringLiteral(
"centralwidget"));
110 splitter->setObjectName(QStringLiteral(
"splitter"));
111 splitter->setOrientation(Qt::Vertical);
113 table->setObjectName(QStringLiteral(
"table"));
116 frame->setObjectName(QStringLiteral(
"frame"));
117 frame->setFrameShape(QFrame::StyledPanel);
118 frame->setFrameShadow(QFrame::Raised);
122 plot->setObjectName(QStringLiteral(
"plot"));
123 plot->setMinimumSize(QSize(0, 150));
130 label->setObjectName(QStringLiteral(
"label"));
135 varSelect->setObjectName(QStringLiteral(
"varSelect"));
140 label_2->setObjectName(QStringLiteral(
"label_2"));
145 areaSelect->setObjectName(QStringLiteral(
"areaSelect"));
150 label_3->setObjectName(QStringLiteral(
"label_3"));
155 adimSelect->setObjectName(QStringLiteral(
"adimSelect"));
168 menubar->setObjectName(QStringLiteral(
"menubar"));
169 menubar->setGeometry(QRect(0, 0, 800, 21));
171 menu_File->setObjectName(QStringLiteral(
"menu_File"));
173 menu_View->setObjectName(QStringLiteral(
"menu_View"));
176 statusbar->setObjectName(QStringLiteral(
"statusbar"));
179 dockLogWindow->setObjectName(QStringLiteral(
"dockLogWindow"));
181 icon4.addFile(QStringLiteral(
":/icons/Rlogo.png"), QSize(), QIcon::Normal, QIcon::Off);
190 clearLog->setObjectName(QStringLiteral(
"clearLog"));
192 icon5.addFile(QStringLiteral(
":/icons/remove.png"), QSize(), QIcon::Normal, QIcon::Off);
197 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
205 logText->setObjectName(QStringLiteral(
"logText"));
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));
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));
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