1 | /******************************************************************************** |
2 | ** Form generated from reading UI file 'editorclipboardwidget.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_EDITORCLIPBOARDWIDGET_H |
10 | #define UI_EDITORCLIPBOARDWIDGET_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 | |
25 | QT_BEGIN_NAMESPACE |
26 | |
27 | class Ui_EditorClipboardWidget |
28 | { |
29 | public: |
30 | QVBoxLayout *verticalLayout; |
31 | QGroupBox *grpCopySizeLimit; |
32 | QVBoxLayout *verticalLayout_3; |
33 | QLabel *label_2; |
34 | QWidget *widget; |
35 | QGridLayout *gridLayout; |
36 | QLabel *label_3; |
37 | QLabel *label; |
38 | QSpinBox *spinCopyLineLimits; |
39 | QSpinBox *spinCopyCharLimits; |
40 | QSpacerItem *horizontalSpacer; |
41 | QWidget *widget_4; |
42 | QHBoxLayout *horizontalLayout_3; |
43 | QLabel *label_6; |
44 | QComboBox *cbCopyWithFormatAs; |
45 | QSpacerItem *horizontalSpacer_4; |
46 | QGroupBox *groupBox_3; |
47 | QVBoxLayout *verticalLayout_4; |
48 | QCheckBox *chkCopyHTMLUseBackground; |
49 | QCheckBox *chkCopyHTMLUseEditorColor; |
50 | QWidget *widget_3; |
51 | QHBoxLayout *horizontalLayout_2; |
52 | QLabel *label_5; |
53 | QComboBox *cbHTMLColorScheme; |
54 | QSpacerItem *horizontalSpacer_3; |
55 | QGroupBox *groupBox_2; |
56 | QVBoxLayout *verticalLayout_2; |
57 | QCheckBox *chkCopyRTFUseBackground; |
58 | QCheckBox *chkCopyRTFUseEditorColor; |
59 | QWidget *widget_2; |
60 | QHBoxLayout *horizontalLayout; |
61 | QLabel *label_4; |
62 | QComboBox *cbRTFColorScheme; |
63 | QSpacerItem *horizontalSpacer_2; |
64 | QSpacerItem *verticalSpacer; |
65 | |
66 | void setupUi(QWidget *EditorClipboardWidget) |
67 | { |
68 | if (EditorClipboardWidget->objectName().isEmpty()) |
69 | EditorClipboardWidget->setObjectName(QString::fromUtf8("EditorClipboardWidget" )); |
70 | EditorClipboardWidget->resize(400, 470); |
71 | verticalLayout = new QVBoxLayout(EditorClipboardWidget); |
72 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
73 | grpCopySizeLimit = new QGroupBox(EditorClipboardWidget); |
74 | grpCopySizeLimit->setObjectName(QString::fromUtf8("grpCopySizeLimit" )); |
75 | grpCopySizeLimit->setCheckable(true); |
76 | verticalLayout_3 = new QVBoxLayout(grpCopySizeLimit); |
77 | verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3" )); |
78 | label_2 = new QLabel(grpCopySizeLimit); |
79 | label_2->setObjectName(QString::fromUtf8("label_2" )); |
80 | |
81 | verticalLayout_3->addWidget(label_2); |
82 | |
83 | widget = new QWidget(grpCopySizeLimit); |
84 | widget->setObjectName(QString::fromUtf8("widget" )); |
85 | gridLayout = new QGridLayout(widget); |
86 | gridLayout->setObjectName(QString::fromUtf8("gridLayout" )); |
87 | gridLayout->setContentsMargins(0, 0, 0, 0); |
88 | label_3 = new QLabel(widget); |
89 | label_3->setObjectName(QString::fromUtf8("label_3" )); |
90 | |
91 | gridLayout->addWidget(label_3, 1, 0, 1, 1); |
92 | |
93 | label = new QLabel(widget); |
94 | label->setObjectName(QString::fromUtf8("label" )); |
95 | |
96 | gridLayout->addWidget(label, 0, 0, 1, 1); |
97 | |
98 | spinCopyLineLimits = new QSpinBox(widget); |
99 | spinCopyLineLimits->setObjectName(QString::fromUtf8("spinCopyLineLimits" )); |
100 | spinCopyLineLimits->setMinimum(1); |
101 | spinCopyLineLimits->setMaximum(99999999); |
102 | |
103 | gridLayout->addWidget(spinCopyLineLimits, 1, 1, 1, 1); |
104 | |
105 | spinCopyCharLimits = new QSpinBox(widget); |
106 | spinCopyCharLimits->setObjectName(QString::fromUtf8("spinCopyCharLimits" )); |
107 | spinCopyCharLimits->setMinimum(1); |
108 | spinCopyCharLimits->setMaximum(999999); |
109 | |
110 | gridLayout->addWidget(spinCopyCharLimits, 0, 1, 1, 1); |
111 | |
112 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
113 | |
114 | gridLayout->addItem(horizontalSpacer, 0, 2, 1, 1); |
115 | |
116 | |
117 | verticalLayout_3->addWidget(widget); |
118 | |
119 | |
120 | verticalLayout->addWidget(grpCopySizeLimit); |
121 | |
122 | widget_4 = new QWidget(EditorClipboardWidget); |
123 | widget_4->setObjectName(QString::fromUtf8("widget_4" )); |
124 | horizontalLayout_3 = new QHBoxLayout(widget_4); |
125 | horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3" )); |
126 | label_6 = new QLabel(widget_4); |
127 | label_6->setObjectName(QString::fromUtf8("label_6" )); |
128 | |
129 | horizontalLayout_3->addWidget(label_6); |
130 | |
131 | cbCopyWithFormatAs = new QComboBox(widget_4); |
132 | cbCopyWithFormatAs->setObjectName(QString::fromUtf8("cbCopyWithFormatAs" )); |
133 | |
134 | horizontalLayout_3->addWidget(cbCopyWithFormatAs); |
135 | |
136 | horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
137 | |
138 | horizontalLayout_3->addItem(horizontalSpacer_4); |
139 | |
140 | |
141 | verticalLayout->addWidget(widget_4); |
142 | |
143 | groupBox_3 = new QGroupBox(EditorClipboardWidget); |
144 | groupBox_3->setObjectName(QString::fromUtf8("groupBox_3" )); |
145 | groupBox_3->setCheckable(false); |
146 | verticalLayout_4 = new QVBoxLayout(groupBox_3); |
147 | verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4" )); |
148 | chkCopyHTMLUseBackground = new QCheckBox(groupBox_3); |
149 | chkCopyHTMLUseBackground->setObjectName(QString::fromUtf8("chkCopyHTMLUseBackground" )); |
150 | |
151 | verticalLayout_4->addWidget(chkCopyHTMLUseBackground); |
152 | |
153 | chkCopyHTMLUseEditorColor = new QCheckBox(groupBox_3); |
154 | chkCopyHTMLUseEditorColor->setObjectName(QString::fromUtf8("chkCopyHTMLUseEditorColor" )); |
155 | |
156 | verticalLayout_4->addWidget(chkCopyHTMLUseEditorColor); |
157 | |
158 | widget_3 = new QWidget(groupBox_3); |
159 | widget_3->setObjectName(QString::fromUtf8("widget_3" )); |
160 | horizontalLayout_2 = new QHBoxLayout(widget_3); |
161 | horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2" )); |
162 | horizontalLayout_2->setContentsMargins(0, 0, 0, 0); |
163 | label_5 = new QLabel(widget_3); |
164 | label_5->setObjectName(QString::fromUtf8("label_5" )); |
165 | |
166 | horizontalLayout_2->addWidget(label_5); |
167 | |
168 | cbHTMLColorScheme = new QComboBox(widget_3); |
169 | cbHTMLColorScheme->setObjectName(QString::fromUtf8("cbHTMLColorScheme" )); |
170 | |
171 | horizontalLayout_2->addWidget(cbHTMLColorScheme); |
172 | |
173 | horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
174 | |
175 | horizontalLayout_2->addItem(horizontalSpacer_3); |
176 | |
177 | |
178 | verticalLayout_4->addWidget(widget_3); |
179 | |
180 | |
181 | verticalLayout->addWidget(groupBox_3); |
182 | |
183 | groupBox_2 = new QGroupBox(EditorClipboardWidget); |
184 | groupBox_2->setObjectName(QString::fromUtf8("groupBox_2" )); |
185 | groupBox_2->setCheckable(false); |
186 | verticalLayout_2 = new QVBoxLayout(groupBox_2); |
187 | verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2" )); |
188 | chkCopyRTFUseBackground = new QCheckBox(groupBox_2); |
189 | chkCopyRTFUseBackground->setObjectName(QString::fromUtf8("chkCopyRTFUseBackground" )); |
190 | |
191 | verticalLayout_2->addWidget(chkCopyRTFUseBackground); |
192 | |
193 | chkCopyRTFUseEditorColor = new QCheckBox(groupBox_2); |
194 | chkCopyRTFUseEditorColor->setObjectName(QString::fromUtf8("chkCopyRTFUseEditorColor" )); |
195 | |
196 | verticalLayout_2->addWidget(chkCopyRTFUseEditorColor); |
197 | |
198 | widget_2 = new QWidget(groupBox_2); |
199 | widget_2->setObjectName(QString::fromUtf8("widget_2" )); |
200 | horizontalLayout = new QHBoxLayout(widget_2); |
201 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
202 | horizontalLayout->setContentsMargins(0, 0, 0, 0); |
203 | label_4 = new QLabel(widget_2); |
204 | label_4->setObjectName(QString::fromUtf8("label_4" )); |
205 | |
206 | horizontalLayout->addWidget(label_4); |
207 | |
208 | cbRTFColorScheme = new QComboBox(widget_2); |
209 | cbRTFColorScheme->setObjectName(QString::fromUtf8("cbRTFColorScheme" )); |
210 | |
211 | horizontalLayout->addWidget(cbRTFColorScheme); |
212 | |
213 | horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
214 | |
215 | horizontalLayout->addItem(horizontalSpacer_2); |
216 | |
217 | |
218 | verticalLayout_2->addWidget(widget_2); |
219 | |
220 | |
221 | verticalLayout->addWidget(groupBox_2); |
222 | |
223 | verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
224 | |
225 | verticalLayout->addItem(verticalSpacer); |
226 | |
227 | |
228 | retranslateUi(EditorClipboardWidget); |
229 | |
230 | QMetaObject::connectSlotsByName(EditorClipboardWidget); |
231 | } // setupUi |
232 | |
233 | void retranslateUi(QWidget *EditorClipboardWidget) |
234 | { |
235 | EditorClipboardWidget->setWindowTitle(QCoreApplication::translate("EditorClipboardWidget" , "Form" , nullptr)); |
236 | grpCopySizeLimit->setTitle(QCoreApplication::translate("EditorClipboardWidget" , "Copy Size Limit" , nullptr)); |
237 | label_2->setText(QCoreApplication::translate("EditorClipboardWidget" , "Don't copy text larger than" , nullptr)); |
238 | label_3->setText(QCoreApplication::translate("EditorClipboardWidget" , "Lines" , nullptr)); |
239 | label->setText(QCoreApplication::translate("EditorClipboardWidget" , "Size(kilo characters):" , nullptr)); |
240 | label_6->setText(QCoreApplication::translate("EditorClipboardWidget" , "Copy with format as" , nullptr)); |
241 | groupBox_3->setTitle(QCoreApplication::translate("EditorClipboardWidget" , "Copy && Export As HTML" , nullptr)); |
242 | chkCopyHTMLUseBackground->setText(QCoreApplication::translate("EditorClipboardWidget" , "Use background color" , nullptr)); |
243 | chkCopyHTMLUseEditorColor->setText(QCoreApplication::translate("EditorClipboardWidget" , "Use editor's color scheme" , nullptr)); |
244 | label_5->setText(QCoreApplication::translate("EditorClipboardWidget" , "Color scheme" , nullptr)); |
245 | groupBox_2->setTitle(QCoreApplication::translate("EditorClipboardWidget" , "Export As RTF" , nullptr)); |
246 | chkCopyRTFUseBackground->setText(QCoreApplication::translate("EditorClipboardWidget" , "Use background color" , nullptr)); |
247 | chkCopyRTFUseEditorColor->setText(QCoreApplication::translate("EditorClipboardWidget" , "Use editor's color scheme" , nullptr)); |
248 | label_4->setText(QCoreApplication::translate("EditorClipboardWidget" , "Color scheme" , nullptr)); |
249 | } // retranslateUi |
250 | |
251 | }; |
252 | |
253 | namespace Ui { |
254 | class EditorClipboardWidget: public Ui_EditorClipboardWidget {}; |
255 | } // namespace Ui |
256 | |
257 | QT_END_NAMESPACE |
258 | |
259 | #endif // UI_EDITORCLIPBOARDWIDGET_H |
260 | |