1/********************************************************************************
2** Form generated from reading UI file 'editorgeneralwidget.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.3
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_EDITORGENERALWIDGET_H
10#define UI_EDITORGENERALWIDGET_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QCheckBox>
15#include <QtWidgets/QComboBox>
16#include <QtWidgets/QGridLayout>
17#include <QtWidgets/QGroupBox>
18#include <QtWidgets/QHBoxLayout>
19#include <QtWidgets/QLabel>
20#include <QtWidgets/QSpacerItem>
21#include <QtWidgets/QSpinBox>
22#include <QtWidgets/QVBoxLayout>
23#include <QtWidgets/QWidget>
24#include <widgets/coloredit.h>
25
26QT_BEGIN_NAMESPACE
27
28class Ui_editorgeneralwidget
29{
30public:
31 QVBoxLayout *verticalLayout_2;
32 QGroupBox *grpIndents;
33 QVBoxLayout *verticalLayout;
34 QCheckBox *chkAutoIndent;
35 QCheckBox *chkTabToSpaces;
36 QWidget *widget_2;
37 QHBoxLayout *horizontalLayout;
38 QLabel *lbCaretColor_2;
39 QSpinBox *spTabWidth;
40 QSpacerItem *horizontalSpacer_2;
41 QCheckBox *chkShowIndentLines;
42 QWidget *widget_3;
43 QGridLayout *gridLayout_4;
44 QSpacerItem *horizontalSpacer_4;
45 QLabel *lbIndentLineColor;
46 ColorEdit *colorIndentLine;
47 QCheckBox *chkFillIndents;
48 QGroupBox *grpCarets;
49 QVBoxLayout *verticalLayout_3;
50 QCheckBox *chkEnhanceHome;
51 QCheckBox *chkEnhanceEndKey;
52 QCheckBox *chkKeepCaretX;
53 QWidget *widget;
54 QGridLayout *gridLayout_2;
55 QComboBox *cbCaretForOverwrite;
56 ColorEdit *colorCaret;
57 QLabel *lbCaretForInsert;
58 QComboBox *cbCaretForInsert;
59 QLabel *lbCaretColor;
60 QSpacerItem *horizontalSpacer;
61 QLabel *lbCaretForOverwrite;
62 QCheckBox *chkCaretUseTextColor;
63 QGroupBox *groupBox_2;
64 QVBoxLayout *verticalLayout_6;
65 QCheckBox *chkHighlightMatchingBraces;
66 QCheckBox *chkHighlightCurrentWord;
67 QGroupBox *groupBox;
68 QVBoxLayout *verticalLayout_4;
69 QCheckBox *chkAutoHideScrollBars;
70 QCheckBox *chkScrollPastEOL;
71 QCheckBox *chkScrollPastEOF;
72 QCheckBox *chkScrollHalfPage;
73 QCheckBox *chkScrollByOneLess;
74 QWidget *widget_6;
75 QHBoxLayout *horizontalLayout_3;
76 QLabel *label;
77 QSpinBox *spinMouseWheelScrollSpeed;
78 QSpacerItem *horizontalSpacer_6;
79 QWidget *widget_7;
80 QHBoxLayout *horizontalLayout_4;
81 QLabel *label_2;
82 QSpinBox *spinMouseSelectionScrollSpeed;
83 QSpacerItem *horizontalSpacer_7;
84 QGroupBox *grpRightEdge;
85 QVBoxLayout *verticalLayout_5;
86 QWidget *widget_4;
87 QHBoxLayout *horizontalLayout_2;
88 QLabel *lbCaretColor_3;
89 QSpinBox *spRightEdge;
90 QSpacerItem *horizontalSpacer_3;
91 QWidget *widget_5;
92 QGridLayout *gridLayout_5;
93 QSpacerItem *horizontalSpacer_5;
94 QLabel *lbCaretColor_5;
95 ColorEdit *colorRightEdgeLine;
96 QSpacerItem *verticalSpacer;
97
98 void setupUi(QWidget *editorgeneralwidget)
99 {
100 if (editorgeneralwidget->objectName().isEmpty())
101 editorgeneralwidget->setObjectName(QString::fromUtf8("editorgeneralwidget"));
102 editorgeneralwidget->resize(721, 982);
103 verticalLayout_2 = new QVBoxLayout(editorgeneralwidget);
104 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
105 grpIndents = new QGroupBox(editorgeneralwidget);
106 grpIndents->setObjectName(QString::fromUtf8("grpIndents"));
107 verticalLayout = new QVBoxLayout(grpIndents);
108 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
109 chkAutoIndent = new QCheckBox(grpIndents);
110 chkAutoIndent->setObjectName(QString::fromUtf8("chkAutoIndent"));
111
112 verticalLayout->addWidget(chkAutoIndent);
113
114 chkTabToSpaces = new QCheckBox(grpIndents);
115 chkTabToSpaces->setObjectName(QString::fromUtf8("chkTabToSpaces"));
116
117 verticalLayout->addWidget(chkTabToSpaces);
118
119 widget_2 = new QWidget(grpIndents);
120 widget_2->setObjectName(QString::fromUtf8("widget_2"));
121 horizontalLayout = new QHBoxLayout(widget_2);
122 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
123 lbCaretColor_2 = new QLabel(widget_2);
124 lbCaretColor_2->setObjectName(QString::fromUtf8("lbCaretColor_2"));
125
126 horizontalLayout->addWidget(lbCaretColor_2);
127
128 spTabWidth = new QSpinBox(widget_2);
129 spTabWidth->setObjectName(QString::fromUtf8("spTabWidth"));
130 spTabWidth->setMinimum(1);
131 spTabWidth->setMaximum(16);
132
133 horizontalLayout->addWidget(spTabWidth);
134
135 horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
136
137 horizontalLayout->addItem(horizontalSpacer_2);
138
139
140 verticalLayout->addWidget(widget_2);
141
142 chkShowIndentLines = new QCheckBox(grpIndents);
143 chkShowIndentLines->setObjectName(QString::fromUtf8("chkShowIndentLines"));
144
145 verticalLayout->addWidget(chkShowIndentLines);
146
147 widget_3 = new QWidget(grpIndents);
148 widget_3->setObjectName(QString::fromUtf8("widget_3"));
149 gridLayout_4 = new QGridLayout(widget_3);
150 gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
151 horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
152
153 gridLayout_4->addItem(horizontalSpacer_4, 0, 2, 1, 1);
154
155 lbIndentLineColor = new QLabel(widget_3);
156 lbIndentLineColor->setObjectName(QString::fromUtf8("lbIndentLineColor"));
157
158 gridLayout_4->addWidget(lbIndentLineColor, 0, 0, 1, 1);
159
160 colorIndentLine = new ColorEdit(widget_3);
161 colorIndentLine->setObjectName(QString::fromUtf8("colorIndentLine"));
162 colorIndentLine->setFrameShape(QFrame::StyledPanel);
163 colorIndentLine->setFrameShadow(QFrame::Raised);
164
165 gridLayout_4->addWidget(colorIndentLine, 0, 1, 1, 1);
166
167
168 verticalLayout->addWidget(widget_3);
169
170 chkFillIndents = new QCheckBox(grpIndents);
171 chkFillIndents->setObjectName(QString::fromUtf8("chkFillIndents"));
172
173 verticalLayout->addWidget(chkFillIndents);
174
175
176 verticalLayout_2->addWidget(grpIndents);
177
178 grpCarets = new QGroupBox(editorgeneralwidget);
179 grpCarets->setObjectName(QString::fromUtf8("grpCarets"));
180 verticalLayout_3 = new QVBoxLayout(grpCarets);
181 verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
182 chkEnhanceHome = new QCheckBox(grpCarets);
183 chkEnhanceHome->setObjectName(QString::fromUtf8("chkEnhanceHome"));
184
185 verticalLayout_3->addWidget(chkEnhanceHome);
186
187 chkEnhanceEndKey = new QCheckBox(grpCarets);
188 chkEnhanceEndKey->setObjectName(QString::fromUtf8("chkEnhanceEndKey"));
189
190 verticalLayout_3->addWidget(chkEnhanceEndKey);
191
192 chkKeepCaretX = new QCheckBox(grpCarets);
193 chkKeepCaretX->setObjectName(QString::fromUtf8("chkKeepCaretX"));
194
195 verticalLayout_3->addWidget(chkKeepCaretX);
196
197 widget = new QWidget(grpCarets);
198 widget->setObjectName(QString::fromUtf8("widget"));
199 gridLayout_2 = new QGridLayout(widget);
200 gridLayout_2->setSpacing(7);
201 gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
202 gridLayout_2->setContentsMargins(0, 0, 0, -1);
203 cbCaretForOverwrite = new QComboBox(widget);
204 cbCaretForOverwrite->setObjectName(QString::fromUtf8("cbCaretForOverwrite"));
205
206 gridLayout_2->addWidget(cbCaretForOverwrite, 1, 1, 1, 1);
207
208 colorCaret = new ColorEdit(widget);
209 colorCaret->setObjectName(QString::fromUtf8("colorCaret"));
210 colorCaret->setFrameShape(QFrame::StyledPanel);
211 colorCaret->setFrameShadow(QFrame::Raised);
212
213 gridLayout_2->addWidget(colorCaret, 3, 1, 1, 1);
214
215 lbCaretForInsert = new QLabel(widget);
216 lbCaretForInsert->setObjectName(QString::fromUtf8("lbCaretForInsert"));
217
218 gridLayout_2->addWidget(lbCaretForInsert, 0, 0, 1, 1);
219
220 cbCaretForInsert = new QComboBox(widget);
221 cbCaretForInsert->setObjectName(QString::fromUtf8("cbCaretForInsert"));
222
223 gridLayout_2->addWidget(cbCaretForInsert, 0, 1, 1, 1);
224
225 lbCaretColor = new QLabel(widget);
226 lbCaretColor->setObjectName(QString::fromUtf8("lbCaretColor"));
227
228 gridLayout_2->addWidget(lbCaretColor, 3, 0, 1, 1);
229
230 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
231
232 gridLayout_2->addItem(horizontalSpacer, 0, 2, 1, 1);
233
234 lbCaretForOverwrite = new QLabel(widget);
235 lbCaretForOverwrite->setObjectName(QString::fromUtf8("lbCaretForOverwrite"));
236
237 gridLayout_2->addWidget(lbCaretForOverwrite, 1, 0, 1, 1);
238
239 chkCaretUseTextColor = new QCheckBox(widget);
240 chkCaretUseTextColor->setObjectName(QString::fromUtf8("chkCaretUseTextColor"));
241
242 gridLayout_2->addWidget(chkCaretUseTextColor, 2, 0, 1, 3);
243
244
245 verticalLayout_3->addWidget(widget);
246
247
248 verticalLayout_2->addWidget(grpCarets);
249
250 groupBox_2 = new QGroupBox(editorgeneralwidget);
251 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
252 verticalLayout_6 = new QVBoxLayout(groupBox_2);
253 verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6"));
254 chkHighlightMatchingBraces = new QCheckBox(groupBox_2);
255 chkHighlightMatchingBraces->setObjectName(QString::fromUtf8("chkHighlightMatchingBraces"));
256
257 verticalLayout_6->addWidget(chkHighlightMatchingBraces);
258
259 chkHighlightCurrentWord = new QCheckBox(groupBox_2);
260 chkHighlightCurrentWord->setObjectName(QString::fromUtf8("chkHighlightCurrentWord"));
261
262 verticalLayout_6->addWidget(chkHighlightCurrentWord);
263
264
265 verticalLayout_2->addWidget(groupBox_2);
266
267 groupBox = new QGroupBox(editorgeneralwidget);
268 groupBox->setObjectName(QString::fromUtf8("groupBox"));
269 verticalLayout_4 = new QVBoxLayout(groupBox);
270 verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
271 chkAutoHideScrollBars = new QCheckBox(groupBox);
272 chkAutoHideScrollBars->setObjectName(QString::fromUtf8("chkAutoHideScrollBars"));
273
274 verticalLayout_4->addWidget(chkAutoHideScrollBars);
275
276 chkScrollPastEOL = new QCheckBox(groupBox);
277 chkScrollPastEOL->setObjectName(QString::fromUtf8("chkScrollPastEOL"));
278
279 verticalLayout_4->addWidget(chkScrollPastEOL);
280
281 chkScrollPastEOF = new QCheckBox(groupBox);
282 chkScrollPastEOF->setObjectName(QString::fromUtf8("chkScrollPastEOF"));
283
284 verticalLayout_4->addWidget(chkScrollPastEOF);
285
286 chkScrollHalfPage = new QCheckBox(groupBox);
287 chkScrollHalfPage->setObjectName(QString::fromUtf8("chkScrollHalfPage"));
288
289 verticalLayout_4->addWidget(chkScrollHalfPage);
290
291 chkScrollByOneLess = new QCheckBox(groupBox);
292 chkScrollByOneLess->setObjectName(QString::fromUtf8("chkScrollByOneLess"));
293
294 verticalLayout_4->addWidget(chkScrollByOneLess);
295
296 widget_6 = new QWidget(groupBox);
297 widget_6->setObjectName(QString::fromUtf8("widget_6"));
298 horizontalLayout_3 = new QHBoxLayout(widget_6);
299 horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
300 horizontalLayout_3->setContentsMargins(0, 0, 0, 0);
301 label = new QLabel(widget_6);
302 label->setObjectName(QString::fromUtf8("label"));
303
304 horizontalLayout_3->addWidget(label);
305
306 spinMouseWheelScrollSpeed = new QSpinBox(widget_6);
307 spinMouseWheelScrollSpeed->setObjectName(QString::fromUtf8("spinMouseWheelScrollSpeed"));
308 spinMouseWheelScrollSpeed->setMinimum(1);
309 spinMouseWheelScrollSpeed->setMaximum(100);
310
311 horizontalLayout_3->addWidget(spinMouseWheelScrollSpeed);
312
313 horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
314
315 horizontalLayout_3->addItem(horizontalSpacer_6);
316
317
318 verticalLayout_4->addWidget(widget_6);
319
320 widget_7 = new QWidget(groupBox);
321 widget_7->setObjectName(QString::fromUtf8("widget_7"));
322 horizontalLayout_4 = new QHBoxLayout(widget_7);
323 horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
324 horizontalLayout_4->setContentsMargins(0, 0, 0, 0);
325 label_2 = new QLabel(widget_7);
326 label_2->setObjectName(QString::fromUtf8("label_2"));
327
328 horizontalLayout_4->addWidget(label_2);
329
330 spinMouseSelectionScrollSpeed = new QSpinBox(widget_7);
331 spinMouseSelectionScrollSpeed->setObjectName(QString::fromUtf8("spinMouseSelectionScrollSpeed"));
332 spinMouseSelectionScrollSpeed->setMinimum(1);
333 spinMouseSelectionScrollSpeed->setMaximum(100);
334
335 horizontalLayout_4->addWidget(spinMouseSelectionScrollSpeed);
336
337 horizontalSpacer_7 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
338
339 horizontalLayout_4->addItem(horizontalSpacer_7);
340
341
342 verticalLayout_4->addWidget(widget_7);
343
344
345 verticalLayout_2->addWidget(groupBox);
346
347 grpRightEdge = new QGroupBox(editorgeneralwidget);
348 grpRightEdge->setObjectName(QString::fromUtf8("grpRightEdge"));
349 grpRightEdge->setCheckable(true);
350 verticalLayout_5 = new QVBoxLayout(grpRightEdge);
351 verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
352 widget_4 = new QWidget(grpRightEdge);
353 widget_4->setObjectName(QString::fromUtf8("widget_4"));
354 horizontalLayout_2 = new QHBoxLayout(widget_4);
355 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
356 lbCaretColor_3 = new QLabel(widget_4);
357 lbCaretColor_3->setObjectName(QString::fromUtf8("lbCaretColor_3"));
358
359 horizontalLayout_2->addWidget(lbCaretColor_3);
360
361 spRightEdge = new QSpinBox(widget_4);
362 spRightEdge->setObjectName(QString::fromUtf8("spRightEdge"));
363 spRightEdge->setMinimum(1);
364 spRightEdge->setMaximum(1000);
365 spRightEdge->setValue(80);
366
367 horizontalLayout_2->addWidget(spRightEdge);
368
369 horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
370
371 horizontalLayout_2->addItem(horizontalSpacer_3);
372
373
374 verticalLayout_5->addWidget(widget_4);
375
376 widget_5 = new QWidget(grpRightEdge);
377 widget_5->setObjectName(QString::fromUtf8("widget_5"));
378 gridLayout_5 = new QGridLayout(widget_5);
379 gridLayout_5->setObjectName(QString::fromUtf8("gridLayout_5"));
380 horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
381
382 gridLayout_5->addItem(horizontalSpacer_5, 0, 2, 1, 1);
383
384 lbCaretColor_5 = new QLabel(widget_5);
385 lbCaretColor_5->setObjectName(QString::fromUtf8("lbCaretColor_5"));
386
387 gridLayout_5->addWidget(lbCaretColor_5, 0, 0, 1, 1);
388
389 colorRightEdgeLine = new ColorEdit(widget_5);
390 colorRightEdgeLine->setObjectName(QString::fromUtf8("colorRightEdgeLine"));
391 colorRightEdgeLine->setFrameShape(QFrame::StyledPanel);
392 colorRightEdgeLine->setFrameShadow(QFrame::Raised);
393
394 gridLayout_5->addWidget(colorRightEdgeLine, 0, 1, 1, 1);
395
396
397 verticalLayout_5->addWidget(widget_5);
398
399
400 verticalLayout_2->addWidget(grpRightEdge);
401
402 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
403
404 verticalLayout_2->addItem(verticalSpacer);
405
406
407 retranslateUi(editorgeneralwidget);
408
409 QMetaObject::connectSlotsByName(editorgeneralwidget);
410 } // setupUi
411
412 void retranslateUi(QWidget *editorgeneralwidget)
413 {
414 editorgeneralwidget->setWindowTitle(QCoreApplication::translate("editorgeneralwidget", "Form", nullptr));
415 grpIndents->setTitle(QCoreApplication::translate("editorgeneralwidget", "Indents", nullptr));
416 chkAutoIndent->setText(QCoreApplication::translate("editorgeneralwidget", "Auto Indent", nullptr));
417 chkTabToSpaces->setText(QCoreApplication::translate("editorgeneralwidget", "Replace tab with spaces", nullptr));
418 lbCaretColor_2->setText(QCoreApplication::translate("editorgeneralwidget", "Tab Width", nullptr));
419 chkShowIndentLines->setText(QCoreApplication::translate("editorgeneralwidget", "Show Indent Lines", nullptr));
420 lbIndentLineColor->setText(QCoreApplication::translate("editorgeneralwidget", "Indent Line Color", nullptr));
421 chkFillIndents->setText(QCoreApplication::translate("editorgeneralwidget", "Fill Indents", nullptr));
422 grpCarets->setTitle(QCoreApplication::translate("editorgeneralwidget", "Caret", nullptr));
423 chkEnhanceHome->setText(QCoreApplication::translate("editorgeneralwidget", "Move caret to the first non-space char in the current line when press HOME key", nullptr));
424 chkEnhanceEndKey->setText(QCoreApplication::translate("editorgeneralwidget", "Move caret to the last non-space char in the current line when press END key", nullptr));
425 chkKeepCaretX->setText(QCoreApplication::translate("editorgeneralwidget", "Keep X position of the caret when moving vertically", nullptr));
426 lbCaretForInsert->setText(QCoreApplication::translate("editorgeneralwidget", "Caret for inserting mode", nullptr));
427 lbCaretColor->setText(QCoreApplication::translate("editorgeneralwidget", "Caret Color", nullptr));
428 lbCaretForOverwrite->setText(QCoreApplication::translate("editorgeneralwidget", "Caret for overwriting mode", nullptr));
429 chkCaretUseTextColor->setText(QCoreApplication::translate("editorgeneralwidget", "Use text color as caret color", nullptr));
430 groupBox_2->setTitle(QCoreApplication::translate("editorgeneralwidget", "Highlight", nullptr));
431 chkHighlightMatchingBraces->setText(QCoreApplication::translate("editorgeneralwidget", "Highlight matching braces", nullptr));
432 chkHighlightCurrentWord->setText(QCoreApplication::translate("editorgeneralwidget", "Highlight current word", nullptr));
433 groupBox->setTitle(QCoreApplication::translate("editorgeneralwidget", "Scroll", nullptr));
434 chkAutoHideScrollBars->setText(QCoreApplication::translate("editorgeneralwidget", "Auto hide scroll bars", nullptr));
435 chkScrollPastEOL->setText(QCoreApplication::translate("editorgeneralwidget", "Can scroll the last char to the left edge of the editor", nullptr));
436 chkScrollPastEOF->setText(QCoreApplication::translate("editorgeneralwidget", "Can scroll the last line to the top edge of the editor", nullptr));
437 chkScrollHalfPage->setText(QCoreApplication::translate("editorgeneralwidget", "Page Up/Down scrolls half a page", nullptr));
438 chkScrollByOneLess->setText(QCoreApplication::translate("editorgeneralwidget", "Forces page scroll to be one line less", nullptr));
439 label->setText(QCoreApplication::translate("editorgeneralwidget", "Mouse Wheel Scroll Speed", nullptr));
440 label_2->setText(QCoreApplication::translate("editorgeneralwidget", "Mouse Selection/Dragging Scroll Speed", nullptr));
441 grpRightEdge->setTitle(QCoreApplication::translate("editorgeneralwidget", "Show right edge line", nullptr));
442 lbCaretColor_3->setText(QCoreApplication::translate("editorgeneralwidget", "Right egde width", nullptr));
443 lbCaretColor_5->setText(QCoreApplication::translate("editorgeneralwidget", "Right edge line color", nullptr));
444 } // retranslateUi
445
446};
447
448namespace Ui {
449 class editorgeneralwidget: public Ui_editorgeneralwidget {};
450} // namespace Ui
451
452QT_END_NAMESPACE
453
454#endif // UI_EDITORGENERALWIDGET_H
455