1 | /******************************************************************************** |
2 | ** Form generated from reading UI file 'mainwindow.ui' |
3 | ** |
4 | ** Created by: Qt User Interface Compiler version 5.15.9 |
5 | ** |
6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! |
7 | ********************************************************************************/ |
8 | |
9 | #ifndef UI_MAINWINDOW_H |
10 | #define UI_MAINWINDOW_H |
11 | |
12 | #include <QtCore/QVariant> |
13 | #include <QtWidgets/QApplication> |
14 | #include <QtWidgets/QCheckBox> |
15 | #include <QtWidgets/QComboBox> |
16 | #include <QtWidgets/QDoubleSpinBox> |
17 | #include <QtWidgets/QGridLayout> |
18 | #include <QtWidgets/QGroupBox> |
19 | #include <QtWidgets/QHBoxLayout> |
20 | #include <QtWidgets/QLabel> |
21 | #include <QtWidgets/QMainWindow> |
22 | #include <QtWidgets/QMenuBar> |
23 | #include <QtWidgets/QPushButton> |
24 | #include <QtWidgets/QSpinBox> |
25 | #include <QtWidgets/QStatusBar> |
26 | #include <QtWidgets/QToolBar> |
27 | #include <QtWidgets/QWidget> |
28 | #include "chartview.h" |
29 | |
30 | QT_BEGIN_NAMESPACE |
31 | |
32 | class Ui_MainWindow |
33 | { |
34 | public: |
35 | QWidget *centralWidget; |
36 | QHBoxLayout *horizontalLayout; |
37 | ChartView *chartView; |
38 | QGroupBox *settingsBox; |
39 | QComboBox *animationsComboBox; |
40 | QComboBox *xAxisComboBox; |
41 | QComboBox *yAxisComboBox; |
42 | QComboBox *backgroundComboBox; |
43 | QComboBox *plotAreaComboBox; |
44 | QWidget *layoutWidget; |
45 | QGridLayout *gridLayout_2; |
46 | QDoubleSpinBox *yMinSpin; |
47 | QLabel *label_11; |
48 | QLabel *label_12; |
49 | QLabel *label_5; |
50 | QDoubleSpinBox *xMinSpin; |
51 | QLabel *label_4; |
52 | QDoubleSpinBox *yMaxSpin; |
53 | QDoubleSpinBox *xMaxSpin; |
54 | QComboBox *themeComboBox; |
55 | QPushButton *addSeriesButton; |
56 | QPushButton *removeSeriesButton; |
57 | QComboBox *countComboBox; |
58 | QLabel *fpsLabel; |
59 | QPushButton *addGLSeriesButton; |
60 | QComboBox *colorsComboBox; |
61 | QComboBox *widthComboBox; |
62 | QCheckBox *antiAliasCheckBox; |
63 | QLabel *coordinatesLabel; |
64 | QSpinBox *intervalSpinbox; |
65 | QLabel *label; |
66 | QMenuBar *menuBar; |
67 | QToolBar *mainToolBar; |
68 | QStatusBar *statusBar; |
69 | |
70 | void setupUi(QMainWindow *MainWindow) |
71 | { |
72 | if (MainWindow->objectName().isEmpty()) |
73 | MainWindow->setObjectName(QString::fromUtf8(str: "MainWindow" )); |
74 | MainWindow->resize(w: 1047, h: 643); |
75 | centralWidget = new QWidget(MainWindow); |
76 | centralWidget->setObjectName(QString::fromUtf8(str: "centralWidget" )); |
77 | horizontalLayout = new QHBoxLayout(centralWidget); |
78 | horizontalLayout->setSpacing(6); |
79 | horizontalLayout->setContentsMargins(left: 11, top: 11, right: 11, bottom: 11); |
80 | horizontalLayout->setObjectName(QString::fromUtf8(str: "horizontalLayout" )); |
81 | chartView = new ChartView(centralWidget); |
82 | chartView->setObjectName(QString::fromUtf8(str: "chartView" )); |
83 | chartView->setMouseTracking(true); |
84 | |
85 | horizontalLayout->addWidget(chartView); |
86 | |
87 | settingsBox = new QGroupBox(centralWidget); |
88 | settingsBox->setObjectName(QString::fromUtf8(str: "settingsBox" )); |
89 | QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum); |
90 | sizePolicy.setHorizontalStretch(0); |
91 | sizePolicy.setVerticalStretch(0); |
92 | sizePolicy.setHeightForWidth(settingsBox->sizePolicy().hasHeightForWidth()); |
93 | settingsBox->setSizePolicy(sizePolicy); |
94 | settingsBox->setMinimumSize(QSize(200, 0)); |
95 | animationsComboBox = new QComboBox(settingsBox); |
96 | animationsComboBox->addItem(atext: QString()); |
97 | animationsComboBox->addItem(atext: QString()); |
98 | animationsComboBox->addItem(atext: QString()); |
99 | animationsComboBox->addItem(atext: QString()); |
100 | animationsComboBox->setObjectName(QString::fromUtf8(str: "animationsComboBox" )); |
101 | animationsComboBox->setGeometry(QRect(10, 170, 181, 20)); |
102 | xAxisComboBox = new QComboBox(settingsBox); |
103 | xAxisComboBox->addItem(atext: QString()); |
104 | xAxisComboBox->addItem(atext: QString()); |
105 | xAxisComboBox->addItem(atext: QString()); |
106 | xAxisComboBox->addItem(atext: QString()); |
107 | xAxisComboBox->addItem(atext: QString()); |
108 | xAxisComboBox->setObjectName(QString::fromUtf8(str: "xAxisComboBox" )); |
109 | xAxisComboBox->setGeometry(QRect(10, 23, 181, 20)); |
110 | xAxisComboBox->setEditable(false); |
111 | yAxisComboBox = new QComboBox(settingsBox); |
112 | yAxisComboBox->addItem(atext: QString()); |
113 | yAxisComboBox->addItem(atext: QString()); |
114 | yAxisComboBox->addItem(atext: QString()); |
115 | yAxisComboBox->addItem(atext: QString()); |
116 | yAxisComboBox->addItem(atext: QString()); |
117 | yAxisComboBox->setObjectName(QString::fromUtf8(str: "yAxisComboBox" )); |
118 | yAxisComboBox->setGeometry(QRect(10, 49, 181, 20)); |
119 | yAxisComboBox->setEditable(false); |
120 | backgroundComboBox = new QComboBox(settingsBox); |
121 | backgroundComboBox->addItem(atext: QString()); |
122 | backgroundComboBox->addItem(atext: QString()); |
123 | backgroundComboBox->addItem(atext: QString()); |
124 | backgroundComboBox->setObjectName(QString::fromUtf8(str: "backgroundComboBox" )); |
125 | backgroundComboBox->setGeometry(QRect(10, 190, 181, 20)); |
126 | QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed); |
127 | sizePolicy1.setHorizontalStretch(0); |
128 | sizePolicy1.setVerticalStretch(0); |
129 | sizePolicy1.setHeightForWidth(backgroundComboBox->sizePolicy().hasHeightForWidth()); |
130 | backgroundComboBox->setSizePolicy(sizePolicy1); |
131 | plotAreaComboBox = new QComboBox(settingsBox); |
132 | plotAreaComboBox->addItem(atext: QString()); |
133 | plotAreaComboBox->addItem(atext: QString()); |
134 | plotAreaComboBox->addItem(atext: QString()); |
135 | plotAreaComboBox->setObjectName(QString::fromUtf8(str: "plotAreaComboBox" )); |
136 | plotAreaComboBox->setGeometry(QRect(10, 210, 181, 20)); |
137 | sizePolicy1.setHeightForWidth(plotAreaComboBox->sizePolicy().hasHeightForWidth()); |
138 | plotAreaComboBox->setSizePolicy(sizePolicy1); |
139 | layoutWidget = new QWidget(settingsBox); |
140 | layoutWidget->setObjectName(QString::fromUtf8(str: "layoutWidget" )); |
141 | layoutWidget->setGeometry(QRect(10, 70, 185, 100)); |
142 | gridLayout_2 = new QGridLayout(layoutWidget); |
143 | gridLayout_2->setSpacing(6); |
144 | gridLayout_2->setContentsMargins(left: 11, top: 11, right: 11, bottom: 11); |
145 | gridLayout_2->setObjectName(QString::fromUtf8(str: "gridLayout_2" )); |
146 | gridLayout_2->setContentsMargins(left: 0, top: 0, right: 0, bottom: 0); |
147 | yMinSpin = new QDoubleSpinBox(layoutWidget); |
148 | yMinSpin->setObjectName(QString::fromUtf8(str: "yMinSpin" )); |
149 | yMinSpin->setDecimals(5); |
150 | yMinSpin->setMinimum(-999999999.000000000000000); |
151 | yMinSpin->setMaximum(999999999.000000000000000); |
152 | yMinSpin->setSingleStep(1.000000000000000); |
153 | |
154 | gridLayout_2->addWidget(yMinSpin, row: 2, column: 1, rowSpan: 1, columnSpan: 1); |
155 | |
156 | label_11 = new QLabel(layoutWidget); |
157 | label_11->setObjectName(QString::fromUtf8(str: "label_11" )); |
158 | |
159 | gridLayout_2->addWidget(label_11, row: 3, column: 0, rowSpan: 1, columnSpan: 1); |
160 | |
161 | label_12 = new QLabel(layoutWidget); |
162 | label_12->setObjectName(QString::fromUtf8(str: "label_12" )); |
163 | |
164 | gridLayout_2->addWidget(label_12, row: 2, column: 0, rowSpan: 1, columnSpan: 1); |
165 | |
166 | label_5 = new QLabel(layoutWidget); |
167 | label_5->setObjectName(QString::fromUtf8(str: "label_5" )); |
168 | |
169 | gridLayout_2->addWidget(label_5, row: 1, column: 0, rowSpan: 1, columnSpan: 1); |
170 | |
171 | xMinSpin = new QDoubleSpinBox(layoutWidget); |
172 | xMinSpin->setObjectName(QString::fromUtf8(str: "xMinSpin" )); |
173 | xMinSpin->setDecimals(5); |
174 | xMinSpin->setMinimum(-999999999.000000000000000); |
175 | xMinSpin->setMaximum(999999999.000000000000000); |
176 | xMinSpin->setSingleStep(1.000000000000000); |
177 | |
178 | gridLayout_2->addWidget(xMinSpin, row: 0, column: 1, rowSpan: 1, columnSpan: 1); |
179 | |
180 | label_4 = new QLabel(layoutWidget); |
181 | label_4->setObjectName(QString::fromUtf8(str: "label_4" )); |
182 | |
183 | gridLayout_2->addWidget(label_4, row: 0, column: 0, rowSpan: 1, columnSpan: 1); |
184 | |
185 | yMaxSpin = new QDoubleSpinBox(layoutWidget); |
186 | yMaxSpin->setObjectName(QString::fromUtf8(str: "yMaxSpin" )); |
187 | yMaxSpin->setDecimals(5); |
188 | yMaxSpin->setMinimum(-999999999.000000000000000); |
189 | yMaxSpin->setMaximum(999999999.000000000000000); |
190 | yMaxSpin->setSingleStep(1.000000000000000); |
191 | |
192 | gridLayout_2->addWidget(yMaxSpin, row: 3, column: 1, rowSpan: 1, columnSpan: 1); |
193 | |
194 | xMaxSpin = new QDoubleSpinBox(layoutWidget); |
195 | xMaxSpin->setObjectName(QString::fromUtf8(str: "xMaxSpin" )); |
196 | xMaxSpin->setDecimals(5); |
197 | xMaxSpin->setMinimum(-999999999.000000000000000); |
198 | xMaxSpin->setMaximum(999999999.000000000000000); |
199 | xMaxSpin->setSingleStep(1.000000000000000); |
200 | |
201 | gridLayout_2->addWidget(xMaxSpin, row: 1, column: 1, rowSpan: 1, columnSpan: 1); |
202 | |
203 | themeComboBox = new QComboBox(settingsBox); |
204 | themeComboBox->addItem(atext: QString()); |
205 | themeComboBox->addItem(atext: QString()); |
206 | themeComboBox->addItem(atext: QString()); |
207 | themeComboBox->addItem(atext: QString()); |
208 | themeComboBox->addItem(atext: QString()); |
209 | themeComboBox->addItem(atext: QString()); |
210 | themeComboBox->addItem(atext: QString()); |
211 | themeComboBox->addItem(atext: QString()); |
212 | themeComboBox->setObjectName(QString::fromUtf8(str: "themeComboBox" )); |
213 | themeComboBox->setGeometry(QRect(10, 230, 181, 20)); |
214 | sizePolicy1.setHeightForWidth(themeComboBox->sizePolicy().hasHeightForWidth()); |
215 | themeComboBox->setSizePolicy(sizePolicy1); |
216 | addSeriesButton = new QPushButton(settingsBox); |
217 | addSeriesButton->setObjectName(QString::fromUtf8(str: "addSeriesButton" )); |
218 | addSeriesButton->setGeometry(QRect(100, 280, 91, 23)); |
219 | removeSeriesButton = new QPushButton(settingsBox); |
220 | removeSeriesButton->setObjectName(QString::fromUtf8(str: "removeSeriesButton" )); |
221 | removeSeriesButton->setGeometry(QRect(50, 300, 91, 23)); |
222 | countComboBox = new QComboBox(settingsBox); |
223 | countComboBox->addItem(atext: QString()); |
224 | countComboBox->addItem(atext: QString()); |
225 | countComboBox->addItem(atext: QString()); |
226 | countComboBox->addItem(atext: QString()); |
227 | countComboBox->addItem(atext: QString()); |
228 | countComboBox->addItem(atext: QString()); |
229 | countComboBox->setObjectName(QString::fromUtf8(str: "countComboBox" )); |
230 | countComboBox->setGeometry(QRect(10, 250, 181, 20)); |
231 | countComboBox->setEditable(false); |
232 | fpsLabel = new QLabel(settingsBox); |
233 | fpsLabel->setObjectName(QString::fromUtf8(str: "fpsLabel" )); |
234 | fpsLabel->setGeometry(QRect(10, 550, 47, 13)); |
235 | addGLSeriesButton = new QPushButton(settingsBox); |
236 | addGLSeriesButton->setObjectName(QString::fromUtf8(str: "addGLSeriesButton" )); |
237 | addGLSeriesButton->setGeometry(QRect(10, 280, 91, 23)); |
238 | colorsComboBox = new QComboBox(settingsBox); |
239 | colorsComboBox->addItem(atext: QString()); |
240 | colorsComboBox->addItem(atext: QString()); |
241 | colorsComboBox->addItem(atext: QString()); |
242 | colorsComboBox->addItem(atext: QString()); |
243 | colorsComboBox->setObjectName(QString::fromUtf8(str: "colorsComboBox" )); |
244 | colorsComboBox->setGeometry(QRect(10, 330, 181, 20)); |
245 | widthComboBox = new QComboBox(settingsBox); |
246 | widthComboBox->addItem(atext: QString()); |
247 | widthComboBox->addItem(atext: QString()); |
248 | widthComboBox->addItem(atext: QString()); |
249 | widthComboBox->addItem(atext: QString()); |
250 | widthComboBox->setObjectName(QString::fromUtf8(str: "widthComboBox" )); |
251 | widthComboBox->setGeometry(QRect(10, 350, 181, 20)); |
252 | antiAliasCheckBox = new QCheckBox(settingsBox); |
253 | antiAliasCheckBox->setObjectName(QString::fromUtf8(str: "antiAliasCheckBox" )); |
254 | antiAliasCheckBox->setGeometry(QRect(10, 380, 91, 17)); |
255 | antiAliasCheckBox->setChecked(true); |
256 | coordinatesLabel = new QLabel(settingsBox); |
257 | coordinatesLabel->setObjectName(QString::fromUtf8(str: "coordinatesLabel" )); |
258 | coordinatesLabel->setGeometry(QRect(10, 400, 181, 16)); |
259 | intervalSpinbox = new QSpinBox(settingsBox); |
260 | intervalSpinbox->setObjectName(QString::fromUtf8(str: "intervalSpinbox" )); |
261 | intervalSpinbox->setGeometry(QRect(100, 420, 91, 22)); |
262 | intervalSpinbox->setMaximum(10000); |
263 | intervalSpinbox->setSingleStep(5); |
264 | label = new QLabel(settingsBox); |
265 | label->setObjectName(QString::fromUtf8(str: "label" )); |
266 | label->setGeometry(QRect(10, 420, 91, 16)); |
267 | |
268 | horizontalLayout->addWidget(settingsBox); |
269 | |
270 | MainWindow->setCentralWidget(centralWidget); |
271 | menuBar = new QMenuBar(MainWindow); |
272 | menuBar->setObjectName(QString::fromUtf8(str: "menuBar" )); |
273 | menuBar->setGeometry(QRect(0, 0, 1047, 21)); |
274 | MainWindow->setMenuBar(menuBar); |
275 | mainToolBar = new QToolBar(MainWindow); |
276 | mainToolBar->setObjectName(QString::fromUtf8(str: "mainToolBar" )); |
277 | MainWindow->addToolBar(area: Qt::TopToolBarArea, toolbar: mainToolBar); |
278 | statusBar = new QStatusBar(MainWindow); |
279 | statusBar->setObjectName(QString::fromUtf8(str: "statusBar" )); |
280 | MainWindow->setStatusBar(statusBar); |
281 | |
282 | retranslateUi(MainWindow); |
283 | |
284 | xAxisComboBox->setCurrentIndex(1); |
285 | yAxisComboBox->setCurrentIndex(1); |
286 | backgroundComboBox->setCurrentIndex(0); |
287 | plotAreaComboBox->setCurrentIndex(0); |
288 | themeComboBox->setCurrentIndex(0); |
289 | countComboBox->setCurrentIndex(0); |
290 | |
291 | |
292 | QMetaObject::connectSlotsByName(o: MainWindow); |
293 | } // setupUi |
294 | |
295 | void retranslateUi(QMainWindow *MainWindow) |
296 | { |
297 | MainWindow->setWindowTitle(QCoreApplication::translate(context: "MainWindow" , key: "MainWindow" , disambiguation: nullptr)); |
298 | settingsBox->setTitle(QCoreApplication::translate(context: "MainWindow" , key: "Settings" , disambiguation: nullptr)); |
299 | animationsComboBox->setItemText(index: 0, text: QCoreApplication::translate(context: "MainWindow" , key: "No animations" , disambiguation: nullptr)); |
300 | animationsComboBox->setItemText(index: 1, text: QCoreApplication::translate(context: "MainWindow" , key: "Series animation" , disambiguation: nullptr)); |
301 | animationsComboBox->setItemText(index: 2, text: QCoreApplication::translate(context: "MainWindow" , key: "Grid animation" , disambiguation: nullptr)); |
302 | animationsComboBox->setItemText(index: 3, text: QCoreApplication::translate(context: "MainWindow" , key: "All animations" , disambiguation: nullptr)); |
303 | |
304 | xAxisComboBox->setItemText(index: 0, text: QCoreApplication::translate(context: "MainWindow" , key: "No X Axis" , disambiguation: nullptr)); |
305 | xAxisComboBox->setItemText(index: 1, text: QCoreApplication::translate(context: "MainWindow" , key: "X Value Axis" , disambiguation: nullptr)); |
306 | xAxisComboBox->setItemText(index: 2, text: QCoreApplication::translate(context: "MainWindow" , key: "X Log Axis" , disambiguation: nullptr)); |
307 | xAxisComboBox->setItemText(index: 3, text: QCoreApplication::translate(context: "MainWindow" , key: "X DateTime Axis" , disambiguation: nullptr)); |
308 | xAxisComboBox->setItemText(index: 4, text: QCoreApplication::translate(context: "MainWindow" , key: "X Category Axis" , disambiguation: nullptr)); |
309 | |
310 | xAxisComboBox->setCurrentText(QCoreApplication::translate(context: "MainWindow" , key: "X Value Axis" , disambiguation: nullptr)); |
311 | yAxisComboBox->setItemText(index: 0, text: QCoreApplication::translate(context: "MainWindow" , key: "No Y Axis" , disambiguation: nullptr)); |
312 | yAxisComboBox->setItemText(index: 1, text: QCoreApplication::translate(context: "MainWindow" , key: "Y Value Axis" , disambiguation: nullptr)); |
313 | yAxisComboBox->setItemText(index: 2, text: QCoreApplication::translate(context: "MainWindow" , key: "Y Log Axis" , disambiguation: nullptr)); |
314 | yAxisComboBox->setItemText(index: 3, text: QCoreApplication::translate(context: "MainWindow" , key: "Y DateTime Axis" , disambiguation: nullptr)); |
315 | yAxisComboBox->setItemText(index: 4, text: QCoreApplication::translate(context: "MainWindow" , key: "Y Category Axis" , disambiguation: nullptr)); |
316 | |
317 | yAxisComboBox->setCurrentText(QCoreApplication::translate(context: "MainWindow" , key: "Y Value Axis" , disambiguation: nullptr)); |
318 | backgroundComboBox->setItemText(index: 0, text: QCoreApplication::translate(context: "MainWindow" , key: "Background: White" , disambiguation: nullptr)); |
319 | backgroundComboBox->setItemText(index: 1, text: QCoreApplication::translate(context: "MainWindow" , key: "Background: Blue" , disambiguation: nullptr)); |
320 | backgroundComboBox->setItemText(index: 2, text: QCoreApplication::translate(context: "MainWindow" , key: "Background: Yellow + Black Border" , disambiguation: nullptr)); |
321 | |
322 | plotAreaComboBox->setItemText(index: 0, text: QCoreApplication::translate(context: "MainWindow" , key: "PlotArea: Transparent" , disambiguation: nullptr)); |
323 | plotAreaComboBox->setItemText(index: 1, text: QCoreApplication::translate(context: "MainWindow" , key: "PlotArea: Magenta" , disambiguation: nullptr)); |
324 | plotAreaComboBox->setItemText(index: 2, text: QCoreApplication::translate(context: "MainWindow" , key: "PlotArea: Gray + Red Border" , disambiguation: nullptr)); |
325 | |
326 | label_11->setText(QCoreApplication::translate(context: "MainWindow" , key: "Y max" , disambiguation: nullptr)); |
327 | label_12->setText(QCoreApplication::translate(context: "MainWindow" , key: "Y min" , disambiguation: nullptr)); |
328 | label_5->setText(QCoreApplication::translate(context: "MainWindow" , key: "X max" , disambiguation: nullptr)); |
329 | label_4->setText(QCoreApplication::translate(context: "MainWindow" , key: "X min" , disambiguation: nullptr)); |
330 | themeComboBox->setItemText(index: 0, text: QCoreApplication::translate(context: "MainWindow" , key: "Theme: Light" , disambiguation: nullptr)); |
331 | themeComboBox->setItemText(index: 1, text: QCoreApplication::translate(context: "MainWindow" , key: "Theme: Blue Cerulean" , disambiguation: nullptr)); |
332 | themeComboBox->setItemText(index: 2, text: QCoreApplication::translate(context: "MainWindow" , key: "Theme: Dark" , disambiguation: nullptr)); |
333 | themeComboBox->setItemText(index: 3, text: QCoreApplication::translate(context: "MainWindow" , key: "Theme: Brown Sand" , disambiguation: nullptr)); |
334 | themeComboBox->setItemText(index: 4, text: QCoreApplication::translate(context: "MainWindow" , key: "Theme: Blue Ncs" , disambiguation: nullptr)); |
335 | themeComboBox->setItemText(index: 5, text: QCoreApplication::translate(context: "MainWindow" , key: "Theme: High Contrast" , disambiguation: nullptr)); |
336 | themeComboBox->setItemText(index: 6, text: QCoreApplication::translate(context: "MainWindow" , key: "Theme: Blue Icy" , disambiguation: nullptr)); |
337 | themeComboBox->setItemText(index: 7, text: QCoreApplication::translate(context: "MainWindow" , key: "Theme: Qt" , disambiguation: nullptr)); |
338 | |
339 | addSeriesButton->setText(QCoreApplication::translate(context: "MainWindow" , key: "Add Series" , disambiguation: nullptr)); |
340 | removeSeriesButton->setText(QCoreApplication::translate(context: "MainWindow" , key: "Remove Series" , disambiguation: nullptr)); |
341 | countComboBox->setItemText(index: 0, text: QCoreApplication::translate(context: "MainWindow" , key: "100" , disambiguation: nullptr)); |
342 | countComboBox->setItemText(index: 1, text: QCoreApplication::translate(context: "MainWindow" , key: "1000" , disambiguation: nullptr)); |
343 | countComboBox->setItemText(index: 2, text: QCoreApplication::translate(context: "MainWindow" , key: "10000" , disambiguation: nullptr)); |
344 | countComboBox->setItemText(index: 3, text: QCoreApplication::translate(context: "MainWindow" , key: "100000" , disambiguation: nullptr)); |
345 | countComboBox->setItemText(index: 4, text: QCoreApplication::translate(context: "MainWindow" , key: "1000000" , disambiguation: nullptr)); |
346 | countComboBox->setItemText(index: 5, text: QCoreApplication::translate(context: "MainWindow" , key: "10000000" , disambiguation: nullptr)); |
347 | |
348 | countComboBox->setCurrentText(QCoreApplication::translate(context: "MainWindow" , key: "100" , disambiguation: nullptr)); |
349 | fpsLabel->setText(QCoreApplication::translate(context: "MainWindow" , key: "FPS:" , disambiguation: nullptr)); |
350 | addGLSeriesButton->setText(QCoreApplication::translate(context: "MainWindow" , key: "Add GL Series" , disambiguation: nullptr)); |
351 | colorsComboBox->setItemText(index: 0, text: QCoreApplication::translate(context: "MainWindow" , key: "Black" , disambiguation: nullptr)); |
352 | colorsComboBox->setItemText(index: 1, text: QCoreApplication::translate(context: "MainWindow" , key: "Red" , disambiguation: nullptr)); |
353 | colorsComboBox->setItemText(index: 2, text: QCoreApplication::translate(context: "MainWindow" , key: "Green" , disambiguation: nullptr)); |
354 | colorsComboBox->setItemText(index: 3, text: QCoreApplication::translate(context: "MainWindow" , key: "Blue" , disambiguation: nullptr)); |
355 | |
356 | widthComboBox->setItemText(index: 0, text: QCoreApplication::translate(context: "MainWindow" , key: "1" , disambiguation: nullptr)); |
357 | widthComboBox->setItemText(index: 1, text: QCoreApplication::translate(context: "MainWindow" , key: "2" , disambiguation: nullptr)); |
358 | widthComboBox->setItemText(index: 2, text: QCoreApplication::translate(context: "MainWindow" , key: "3" , disambiguation: nullptr)); |
359 | widthComboBox->setItemText(index: 3, text: QCoreApplication::translate(context: "MainWindow" , key: "4" , disambiguation: nullptr)); |
360 | |
361 | antiAliasCheckBox->setText(QCoreApplication::translate(context: "MainWindow" , key: "Antialiasing" , disambiguation: nullptr)); |
362 | coordinatesLabel->setText(QCoreApplication::translate(context: "MainWindow" , key: "0 x 0" , disambiguation: nullptr)); |
363 | label->setText(QCoreApplication::translate(context: "MainWindow" , key: "Update Interval:" , disambiguation: nullptr)); |
364 | } // retranslateUi |
365 | |
366 | }; |
367 | |
368 | namespace Ui { |
369 | class MainWindow: public Ui_MainWindow {}; |
370 | } // namespace Ui |
371 | |
372 | QT_END_NAMESPACE |
373 | |
374 | #endif // UI_MAINWINDOW_H |
375 | |