|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>EditorFilePage</class> |
|
4 <widget class="QWidget" name="EditorFilePage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>600</width> |
|
10 <height>1621</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout_5"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure file handling settings</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line2"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QGroupBox" name="groupBox_3"> |
|
36 <property name="title"> |
|
37 <string>Open && Close</string> |
|
38 </property> |
|
39 <layout class="QVBoxLayout"> |
|
40 <item> |
|
41 <layout class="QHBoxLayout"> |
|
42 <item> |
|
43 <widget class="QCheckBox" name="clearBreakpointsCheckBox"> |
|
44 <property name="toolTip"> |
|
45 <string>Select, whether breakpoint belonging to an editor should be cleared, when the editor is closed</string> |
|
46 </property> |
|
47 <property name="text"> |
|
48 <string>Clear Breakpoints upon closing</string> |
|
49 </property> |
|
50 </widget> |
|
51 </item> |
|
52 <item> |
|
53 <widget class="QCheckBox" name="automaticReopenCheckBox"> |
|
54 <property name="toolTip"> |
|
55 <string>Select to reread the file automatically, if it was changed externally</string> |
|
56 </property> |
|
57 <property name="text"> |
|
58 <string>Reread automatically when changed externally</string> |
|
59 </property> |
|
60 </widget> |
|
61 </item> |
|
62 </layout> |
|
63 </item> |
|
64 <item> |
|
65 <layout class="QHBoxLayout"> |
|
66 <item> |
|
67 <widget class="QLabel" name="label"> |
|
68 <property name="text"> |
|
69 <string>Warn, if file is greater than</string> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 <item> |
|
74 <widget class="QSpinBox" name="warnFilesizeSpinBox"> |
|
75 <property name="toolTip"> |
|
76 <string>Enter the filesize, a warning dialog should be shown.</string> |
|
77 </property> |
|
78 <property name="suffix"> |
|
79 <string> KB</string> |
|
80 </property> |
|
81 <property name="minimum"> |
|
82 <number>1</number> |
|
83 </property> |
|
84 <property name="maximum"> |
|
85 <number>16384</number> |
|
86 </property> |
|
87 <property name="singleStep"> |
|
88 <number>16</number> |
|
89 </property> |
|
90 <property name="value"> |
|
91 <number>1024</number> |
|
92 </property> |
|
93 </widget> |
|
94 </item> |
|
95 <item> |
|
96 <spacer> |
|
97 <property name="orientation"> |
|
98 <enum>Qt::Horizontal</enum> |
|
99 </property> |
|
100 <property name="sizeHint" stdset="0"> |
|
101 <size> |
|
102 <width>40</width> |
|
103 <height>20</height> |
|
104 </size> |
|
105 </property> |
|
106 </spacer> |
|
107 </item> |
|
108 </layout> |
|
109 </item> |
|
110 </layout> |
|
111 </widget> |
|
112 </item> |
|
113 <item> |
|
114 <widget class="QGroupBox" name="groupBox_5"> |
|
115 <property name="title"> |
|
116 <string>End of Line</string> |
|
117 </property> |
|
118 <layout class="QVBoxLayout" name="verticalLayout"> |
|
119 <item> |
|
120 <widget class="QGroupBox" name="groupBox_8"> |
|
121 <property name="title"> |
|
122 <string>End of Line Characters</string> |
|
123 </property> |
|
124 <layout class="QHBoxLayout" name="_12"> |
|
125 <item> |
|
126 <widget class="QRadioButton" name="lfRadioButton"> |
|
127 <property name="toolTip"> |
|
128 <string>Select Unix type end of line</string> |
|
129 </property> |
|
130 <property name="text"> |
|
131 <string>Unix</string> |
|
132 </property> |
|
133 </widget> |
|
134 </item> |
|
135 <item> |
|
136 <widget class="QRadioButton" name="crRadioButton"> |
|
137 <property name="toolTip"> |
|
138 <string>Select Macintosh type end of line</string> |
|
139 </property> |
|
140 <property name="text"> |
|
141 <string>Macintosh</string> |
|
142 </property> |
|
143 </widget> |
|
144 </item> |
|
145 <item> |
|
146 <widget class="QRadioButton" name="crlfRadioButton"> |
|
147 <property name="toolTip"> |
|
148 <string>Select Windows type end of line</string> |
|
149 </property> |
|
150 <property name="text"> |
|
151 <string>Windows/DOS</string> |
|
152 </property> |
|
153 </widget> |
|
154 </item> |
|
155 </layout> |
|
156 </widget> |
|
157 </item> |
|
158 <item> |
|
159 <widget class="QCheckBox" name="automaticEolConversionCheckBox"> |
|
160 <property name="toolTip"> |
|
161 <string>Select whether the eol type should be converted upon opening the file.</string> |
|
162 </property> |
|
163 <property name="text"> |
|
164 <string>Automatic End of Line Conversion</string> |
|
165 </property> |
|
166 </widget> |
|
167 </item> |
|
168 </layout> |
|
169 </widget> |
|
170 </item> |
|
171 <item> |
|
172 <widget class="QGroupBox" name="groupBox_4"> |
|
173 <property name="title"> |
|
174 <string>Save</string> |
|
175 </property> |
|
176 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
177 <item> |
|
178 <widget class="QCheckBox" name="insertFinalNewlineCheckBox"> |
|
179 <property name="toolTip"> |
|
180 <string>Select to insert a final newline if none is there</string> |
|
181 </property> |
|
182 <property name="text"> |
|
183 <string>Insert final newline upon save</string> |
|
184 </property> |
|
185 </widget> |
|
186 </item> |
|
187 <item> |
|
188 <widget class="QCheckBox" name="stripWhitespaceCheckBox"> |
|
189 <property name="toolTip"> |
|
190 <string>Select, whether trailing whitespace should be removed upon save</string> |
|
191 </property> |
|
192 <property name="text"> |
|
193 <string>Strip trailing whitespace upon save</string> |
|
194 </property> |
|
195 </widget> |
|
196 </item> |
|
197 <item> |
|
198 <widget class="QCheckBox" name="createBackupFileCheckBox"> |
|
199 <property name="toolTip"> |
|
200 <string>Select, whether a backup file shall be generated upon save</string> |
|
201 </property> |
|
202 <property name="text"> |
|
203 <string>Create backup file upon save</string> |
|
204 </property> |
|
205 </widget> |
|
206 </item> |
|
207 <item> |
|
208 <layout class="QHBoxLayout"> |
|
209 <item> |
|
210 <widget class="QLabel" name="TextLabel13_3_3"> |
|
211 <property name="text"> |
|
212 <string>Autosave interval:</string> |
|
213 </property> |
|
214 </widget> |
|
215 </item> |
|
216 <item> |
|
217 <widget class="QSlider" name="autosaveSlider"> |
|
218 <property name="toolTip"> |
|
219 <string>Move to set the autosave interval in minutes (0 to disable)</string> |
|
220 </property> |
|
221 <property name="minimum"> |
|
222 <number>0</number> |
|
223 </property> |
|
224 <property name="maximum"> |
|
225 <number>30</number> |
|
226 </property> |
|
227 <property name="value"> |
|
228 <number>5</number> |
|
229 </property> |
|
230 <property name="orientation"> |
|
231 <enum>Qt::Horizontal</enum> |
|
232 </property> |
|
233 <property name="tickInterval"> |
|
234 <number>1</number> |
|
235 </property> |
|
236 </widget> |
|
237 </item> |
|
238 <item> |
|
239 <widget class="QLCDNumber" name="autosaveLCD"> |
|
240 <property name="toolTip"> |
|
241 <string>Displays the selected autosave interval.</string> |
|
242 </property> |
|
243 <property name="digitCount"> |
|
244 <number>2</number> |
|
245 </property> |
|
246 <property name="segmentStyle"> |
|
247 <enum>QLCDNumber::Flat</enum> |
|
248 </property> |
|
249 <property name="value" stdset="0"> |
|
250 <double>5.000000000000000</double> |
|
251 </property> |
|
252 </widget> |
|
253 </item> |
|
254 </layout> |
|
255 </item> |
|
256 </layout> |
|
257 </widget> |
|
258 </item> |
|
259 <item> |
|
260 <widget class="QGroupBox" name="groupBox"> |
|
261 <property name="title"> |
|
262 <string>Encoding</string> |
|
263 </property> |
|
264 <layout class="QGridLayout" name="gridLayout"> |
|
265 <item row="0" column="0" colspan="2"> |
|
266 <widget class="QCheckBox" name="advEncodingCheckBox"> |
|
267 <property name="toolTip"> |
|
268 <string>Select to use the advanced encoding detection </string> |
|
269 </property> |
|
270 <property name="whatsThis"> |
|
271 <string><b>Advanced encoding detection</b> |
|
272 <p>Select to use the advanced encoding detection based on the &quot;universal character encoding detector&quot; from <a href="http://chardet.feedparser.org">http://chardet.feedparser.org</a>.</p></string> |
|
273 </property> |
|
274 <property name="text"> |
|
275 <string>Use advanced encoding detection</string> |
|
276 </property> |
|
277 </widget> |
|
278 </item> |
|
279 <item row="1" column="0"> |
|
280 <widget class="QLabel" name="label_4"> |
|
281 <property name="text"> |
|
282 <string>Default Encoding:</string> |
|
283 </property> |
|
284 </widget> |
|
285 </item> |
|
286 <item row="1" column="1"> |
|
287 <widget class="QComboBox" name="defaultEncodingComboBox"> |
|
288 <property name="sizePolicy"> |
|
289 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
290 <horstretch>0</horstretch> |
|
291 <verstretch>0</verstretch> |
|
292 </sizepolicy> |
|
293 </property> |
|
294 <property name="toolTip"> |
|
295 <string>Select the string encoding to be used.</string> |
|
296 </property> |
|
297 </widget> |
|
298 </item> |
|
299 </layout> |
|
300 </widget> |
|
301 </item> |
|
302 <item> |
|
303 <widget class="QGroupBox" name="groupBox_2"> |
|
304 <property name="title"> |
|
305 <string>Default File Filters</string> |
|
306 </property> |
|
307 <layout class="QGridLayout"> |
|
308 <item row="0" column="0"> |
|
309 <widget class="QLabel" name="label_2"> |
|
310 <property name="text"> |
|
311 <string>Open Files:</string> |
|
312 </property> |
|
313 </widget> |
|
314 </item> |
|
315 <item row="0" column="1"> |
|
316 <widget class="QComboBox" name="openFilesFilterComboBox"/> |
|
317 </item> |
|
318 <item row="0" column="2"> |
|
319 <spacer> |
|
320 <property name="orientation"> |
|
321 <enum>Qt::Horizontal</enum> |
|
322 </property> |
|
323 <property name="sizeHint" stdset="0"> |
|
324 <size> |
|
325 <width>40</width> |
|
326 <height>20</height> |
|
327 </size> |
|
328 </property> |
|
329 </spacer> |
|
330 </item> |
|
331 <item row="1" column="0"> |
|
332 <widget class="QLabel" name="label_3"> |
|
333 <property name="text"> |
|
334 <string>Save Files:</string> |
|
335 </property> |
|
336 </widget> |
|
337 </item> |
|
338 <item row="1" column="1"> |
|
339 <widget class="QComboBox" name="saveFilesFilterComboBox"/> |
|
340 </item> |
|
341 </layout> |
|
342 </widget> |
|
343 </item> |
|
344 <item> |
|
345 <widget class="QGroupBox" name="groupBox_6"> |
|
346 <property name="title"> |
|
347 <string>Additional File Filters</string> |
|
348 </property> |
|
349 <layout class="QGridLayout" name="gridLayout_2"> |
|
350 <item row="0" column="0" colspan="2"> |
|
351 <widget class="QLabel" name="label_5"> |
|
352 <property name="text"> |
|
353 <string><b>Note:</b> Save file filters must contain one wildcard pattern only.</string> |
|
354 </property> |
|
355 <property name="wordWrap"> |
|
356 <bool>true</bool> |
|
357 </property> |
|
358 </widget> |
|
359 </item> |
|
360 <item row="1" column="0" colspan="2"> |
|
361 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
362 <item> |
|
363 <widget class="QRadioButton" name="openFiltersButton"> |
|
364 <property name="toolTip"> |
|
365 <string>Select to edit the open file filters</string> |
|
366 </property> |
|
367 <property name="text"> |
|
368 <string>Open Files</string> |
|
369 </property> |
|
370 <property name="checked"> |
|
371 <bool>true</bool> |
|
372 </property> |
|
373 </widget> |
|
374 </item> |
|
375 <item> |
|
376 <widget class="QRadioButton" name="savFiltersButton"> |
|
377 <property name="toolTip"> |
|
378 <string>Select to edit the save file filters</string> |
|
379 </property> |
|
380 <property name="text"> |
|
381 <string>Save Files</string> |
|
382 </property> |
|
383 </widget> |
|
384 </item> |
|
385 </layout> |
|
386 </item> |
|
387 <item row="2" column="0" rowspan="4"> |
|
388 <widget class="QListWidget" name="fileFiltersList"> |
|
389 <property name="sizePolicy"> |
|
390 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
391 <horstretch>0</horstretch> |
|
392 <verstretch>0</verstretch> |
|
393 </sizepolicy> |
|
394 </property> |
|
395 <property name="minimumSize"> |
|
396 <size> |
|
397 <width>0</width> |
|
398 <height>200</height> |
|
399 </size> |
|
400 </property> |
|
401 <property name="alternatingRowColors"> |
|
402 <bool>true</bool> |
|
403 </property> |
|
404 <property name="sortingEnabled"> |
|
405 <bool>true</bool> |
|
406 </property> |
|
407 </widget> |
|
408 </item> |
|
409 <item row="2" column="1"> |
|
410 <widget class="QPushButton" name="addFileFilterButton"> |
|
411 <property name="text"> |
|
412 <string>Add...</string> |
|
413 </property> |
|
414 </widget> |
|
415 </item> |
|
416 <item row="3" column="1"> |
|
417 <widget class="QPushButton" name="editFileFilterButton"> |
|
418 <property name="enabled"> |
|
419 <bool>false</bool> |
|
420 </property> |
|
421 <property name="text"> |
|
422 <string>Edit...</string> |
|
423 </property> |
|
424 </widget> |
|
425 </item> |
|
426 <item row="4" column="1"> |
|
427 <widget class="QPushButton" name="deleteFileFilterButton"> |
|
428 <property name="enabled"> |
|
429 <bool>false</bool> |
|
430 </property> |
|
431 <property name="text"> |
|
432 <string>Delete</string> |
|
433 </property> |
|
434 </widget> |
|
435 </item> |
|
436 <item row="5" column="1"> |
|
437 <spacer> |
|
438 <property name="orientation"> |
|
439 <enum>Qt::Vertical</enum> |
|
440 </property> |
|
441 <property name="sizeHint" stdset="0"> |
|
442 <size> |
|
443 <width>20</width> |
|
444 <height>40</height> |
|
445 </size> |
|
446 </property> |
|
447 </spacer> |
|
448 </item> |
|
449 </layout> |
|
450 </widget> |
|
451 </item> |
|
452 <item> |
|
453 <widget class="QGroupBox" name="groupBox_7"> |
|
454 <property name="title"> |
|
455 <string>File Preview</string> |
|
456 </property> |
|
457 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
458 <item> |
|
459 <layout class="QHBoxLayout" name="horizontalLayout_5"> |
|
460 <item> |
|
461 <widget class="QLabel" name="label_8"> |
|
462 <property name="text"> |
|
463 <string>Refresh Timeout:</string> |
|
464 </property> |
|
465 </widget> |
|
466 </item> |
|
467 <item> |
|
468 <widget class="QSpinBox" name="previewRefreshTimeoutSpinBox"> |
|
469 <property name="toolTip"> |
|
470 <string>Enter the timeout in milliseconds until the preview is refreshed</string> |
|
471 </property> |
|
472 <property name="suffix"> |
|
473 <string> ms</string> |
|
474 </property> |
|
475 <property name="minimum"> |
|
476 <number>500</number> |
|
477 </property> |
|
478 <property name="maximum"> |
|
479 <number>5000</number> |
|
480 </property> |
|
481 <property name="singleStep"> |
|
482 <number>500</number> |
|
483 </property> |
|
484 </widget> |
|
485 </item> |
|
486 <item> |
|
487 <spacer name="horizontalSpacer"> |
|
488 <property name="orientation"> |
|
489 <enum>Qt::Horizontal</enum> |
|
490 </property> |
|
491 <property name="sizeHint" stdset="0"> |
|
492 <size> |
|
493 <width>40</width> |
|
494 <height>20</height> |
|
495 </size> |
|
496 </property> |
|
497 </spacer> |
|
498 </item> |
|
499 </layout> |
|
500 </item> |
|
501 <item> |
|
502 <widget class="QGroupBox" name="groupBox_12"> |
|
503 <property name="title"> |
|
504 <string>HTML Files</string> |
|
505 </property> |
|
506 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
507 <item> |
|
508 <widget class="QLabel" name="label_12"> |
|
509 <property name="text"> |
|
510 <string>File Extensions:</string> |
|
511 </property> |
|
512 </widget> |
|
513 </item> |
|
514 <item> |
|
515 <widget class="QLineEdit" name="previewHtmlExtensionsEdit"> |
|
516 <property name="toolTip"> |
|
517 <string>Enter the filename extensions of HTML files that may be previewed (separated by a space)</string> |
|
518 </property> |
|
519 </widget> |
|
520 </item> |
|
521 </layout> |
|
522 </widget> |
|
523 </item> |
|
524 <item> |
|
525 <widget class="QGroupBox" name="groupBox_11"> |
|
526 <property name="title"> |
|
527 <string>Markdown Files</string> |
|
528 </property> |
|
529 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
530 <item> |
|
531 <layout class="QGridLayout" name="gridLayout_4"> |
|
532 <item row="0" column="0"> |
|
533 <widget class="QLabel" name="label_11"> |
|
534 <property name="text"> |
|
535 <string>File Extensions:</string> |
|
536 </property> |
|
537 </widget> |
|
538 </item> |
|
539 <item row="0" column="1"> |
|
540 <widget class="QLineEdit" name="previewMarkdownExtensionsEdit"> |
|
541 <property name="toolTip"> |
|
542 <string>Enter the filename extensions of Markdown files that may be previewed (separated by a space)</string> |
|
543 </property> |
|
544 </widget> |
|
545 </item> |
|
546 <item row="1" column="0"> |
|
547 <widget class="QLabel" name="label_6"> |
|
548 <property name="text"> |
|
549 <string>HTML Format:</string> |
|
550 </property> |
|
551 </widget> |
|
552 </item> |
|
553 <item row="1" column="1"> |
|
554 <widget class="QComboBox" name="previewMarkdownHTMLFormatComboBox"> |
|
555 <property name="sizePolicy"> |
|
556 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
557 <horstretch>0</horstretch> |
|
558 <verstretch>0</verstretch> |
|
559 </sizepolicy> |
|
560 </property> |
|
561 <property name="toolTip"> |
|
562 <string>Select the HTML format to be generated</string> |
|
563 </property> |
|
564 </widget> |
|
565 </item> |
|
566 </layout> |
|
567 </item> |
|
568 <item> |
|
569 <widget class="QCheckBox" name="previewMarkdownNLtoBreakCheckBox"> |
|
570 <property name="toolTip"> |
|
571 <string>Select this to convert a new line character to an HTML &lt;br/&gt; tag.</string> |
|
572 </property> |
|
573 <property name="text"> |
|
574 <string>Convert New Line to HTML Break</string> |
|
575 </property> |
|
576 </widget> |
|
577 </item> |
|
578 <item> |
|
579 <layout class="QHBoxLayout" name="horizontalLayout_6"> |
|
580 <item> |
|
581 <widget class="QCheckBox" name="previewMarkdownPyMdownCheckBox"> |
|
582 <property name="toolTip"> |
|
583 <string>Select to enable the use of the PyMdown extensions</string> |
|
584 </property> |
|
585 <property name="whatsThis"> |
|
586 <string><b>Enable PyMdown Extensions</b> |
|
587 <p>Select this entry to enable the use of the PyMdown extensions. These have to be installed with <code>pip install pymdown-extensions</code>.</p></string> |
|
588 </property> |
|
589 <property name="text"> |
|
590 <string>Enable PyMdown Extensions</string> |
|
591 </property> |
|
592 </widget> |
|
593 </item> |
|
594 <item> |
|
595 <widget class="QPushButton" name="previewMarkdownPyMdownInstallPushButton"> |
|
596 <property name="toolTip"> |
|
597 <string>Press to install the PyMdown extensions</string> |
|
598 </property> |
|
599 <property name="text"> |
|
600 <string>Install PyMdown Extensions</string> |
|
601 </property> |
|
602 </widget> |
|
603 </item> |
|
604 <item> |
|
605 <spacer name="horizontalSpacer_2"> |
|
606 <property name="orientation"> |
|
607 <enum>Qt::Horizontal</enum> |
|
608 </property> |
|
609 <property name="sizeHint" stdset="0"> |
|
610 <size> |
|
611 <width>40</width> |
|
612 <height>20</height> |
|
613 </size> |
|
614 </property> |
|
615 </spacer> |
|
616 </item> |
|
617 </layout> |
|
618 </item> |
|
619 <item> |
|
620 <layout class="QGridLayout" name="gridLayout_5"> |
|
621 <item row="0" column="0"> |
|
622 <widget class="QCheckBox" name="previewMarkdownMathJaxCheckBox"> |
|
623 <property name="toolTip"> |
|
624 <string>Select to enable Math support using MathJax</string> |
|
625 </property> |
|
626 <property name="text"> |
|
627 <string>Enable Math support</string> |
|
628 </property> |
|
629 </widget> |
|
630 </item> |
|
631 <item row="0" column="1"> |
|
632 <widget class="QCheckBox" name="previewMarkdownMermaidCheckBox"> |
|
633 <property name="toolTip"> |
|
634 <string>Select to enable Graph support using Mermaid</string> |
|
635 </property> |
|
636 <property name="text"> |
|
637 <string>Enable Graph support</string> |
|
638 </property> |
|
639 </widget> |
|
640 </item> |
|
641 <item row="1" column="0" colspan="2"> |
|
642 <widget class="QLabel" name="TextLabel1_2_2_3"> |
|
643 <property name="text"> |
|
644 <string><font color="#FF0000"><b>Warning:</b> Activating the above options will download files via CDNs causing your<br/>IP address to be exposed.</font></string> |
|
645 </property> |
|
646 <property name="wordWrap"> |
|
647 <bool>true</bool> |
|
648 </property> |
|
649 </widget> |
|
650 </item> |
|
651 </layout> |
|
652 </item> |
|
653 </layout> |
|
654 </widget> |
|
655 </item> |
|
656 <item> |
|
657 <widget class="QGroupBox" name="groupBox_10"> |
|
658 <property name="title"> |
|
659 <string>ReST Files</string> |
|
660 </property> |
|
661 <layout class="QGridLayout" name="gridLayout_3"> |
|
662 <item row="0" column="0"> |
|
663 <widget class="QLabel" name="label_9"> |
|
664 <property name="text"> |
|
665 <string>File Extensions:</string> |
|
666 </property> |
|
667 </widget> |
|
668 </item> |
|
669 <item row="0" column="1"> |
|
670 <widget class="QLineEdit" name="previewRestExtensionsEdit"> |
|
671 <property name="toolTip"> |
|
672 <string>Enter the filename extensions of ReStructuredText files that may be previewed (separated by a space)</string> |
|
673 </property> |
|
674 </widget> |
|
675 </item> |
|
676 <item row="1" column="0" colspan="2"> |
|
677 <widget class="QCheckBox" name="previewRestSphinxCheckBox"> |
|
678 <property name="toolTip"> |
|
679 <string>Select to use 'sphinx' to generate the ReST preview</string> |
|
680 </property> |
|
681 <property name="text"> |
|
682 <string>Use 'sphinx' for ReST preview</string> |
|
683 </property> |
|
684 </widget> |
|
685 </item> |
|
686 <item row="2" column="0" colspan="2"> |
|
687 <widget class="QGroupBox" name="groupBox_13"> |
|
688 <property name="title"> |
|
689 <string>Docutils</string> |
|
690 </property> |
|
691 <layout class="QHBoxLayout" name="horizontalLayout_4"> |
|
692 <item> |
|
693 <widget class="QLabel" name="label_7"> |
|
694 <property name="text"> |
|
695 <string>HTML Format:</string> |
|
696 </property> |
|
697 </widget> |
|
698 </item> |
|
699 <item> |
|
700 <widget class="QComboBox" name="previewRestDocutilsHTMLFormatComboBox"> |
|
701 <property name="sizePolicy"> |
|
702 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
703 <horstretch>0</horstretch> |
|
704 <verstretch>0</verstretch> |
|
705 </sizepolicy> |
|
706 </property> |
|
707 <property name="toolTip"> |
|
708 <string>Select the HTML format to be generated</string> |
|
709 </property> |
|
710 </widget> |
|
711 </item> |
|
712 </layout> |
|
713 </widget> |
|
714 </item> |
|
715 </layout> |
|
716 </widget> |
|
717 </item> |
|
718 <item> |
|
719 <widget class="QGroupBox" name="groupBox_9"> |
|
720 <property name="title"> |
|
721 <string>QSS Files</string> |
|
722 </property> |
|
723 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
724 <item> |
|
725 <widget class="QLabel" name="label_10"> |
|
726 <property name="text"> |
|
727 <string>File Extensions:</string> |
|
728 </property> |
|
729 </widget> |
|
730 </item> |
|
731 <item> |
|
732 <widget class="QLineEdit" name="previewQssExtensionsEdit"> |
|
733 <property name="toolTip"> |
|
734 <string>Enter the filename extensions of Qt Stylesheet files that may be previewed (separated by a space)</string> |
|
735 </property> |
|
736 </widget> |
|
737 </item> |
|
738 </layout> |
|
739 </widget> |
|
740 </item> |
|
741 </layout> |
|
742 </widget> |
|
743 </item> |
|
744 </layout> |
|
745 </widget> |
|
746 <tabstops> |
|
747 <tabstop>clearBreakpointsCheckBox</tabstop> |
|
748 <tabstop>automaticReopenCheckBox</tabstop> |
|
749 <tabstop>warnFilesizeSpinBox</tabstop> |
|
750 <tabstop>lfRadioButton</tabstop> |
|
751 <tabstop>crRadioButton</tabstop> |
|
752 <tabstop>crlfRadioButton</tabstop> |
|
753 <tabstop>automaticEolConversionCheckBox</tabstop> |
|
754 <tabstop>insertFinalNewlineCheckBox</tabstop> |
|
755 <tabstop>stripWhitespaceCheckBox</tabstop> |
|
756 <tabstop>createBackupFileCheckBox</tabstop> |
|
757 <tabstop>autosaveSlider</tabstop> |
|
758 <tabstop>advEncodingCheckBox</tabstop> |
|
759 <tabstop>defaultEncodingComboBox</tabstop> |
|
760 <tabstop>openFilesFilterComboBox</tabstop> |
|
761 <tabstop>saveFilesFilterComboBox</tabstop> |
|
762 <tabstop>openFiltersButton</tabstop> |
|
763 <tabstop>savFiltersButton</tabstop> |
|
764 <tabstop>fileFiltersList</tabstop> |
|
765 <tabstop>addFileFilterButton</tabstop> |
|
766 <tabstop>editFileFilterButton</tabstop> |
|
767 <tabstop>deleteFileFilterButton</tabstop> |
|
768 <tabstop>previewRefreshTimeoutSpinBox</tabstop> |
|
769 <tabstop>previewHtmlExtensionsEdit</tabstop> |
|
770 <tabstop>previewMarkdownExtensionsEdit</tabstop> |
|
771 <tabstop>previewMarkdownHTMLFormatComboBox</tabstop> |
|
772 <tabstop>previewMarkdownNLtoBreakCheckBox</tabstop> |
|
773 <tabstop>previewMarkdownMathJaxCheckBox</tabstop> |
|
774 <tabstop>previewMarkdownMermaidCheckBox</tabstop> |
|
775 <tabstop>previewMarkdownPyMdownCheckBox</tabstop> |
|
776 <tabstop>previewMarkdownPyMdownInstallPushButton</tabstop> |
|
777 <tabstop>previewRestExtensionsEdit</tabstop> |
|
778 <tabstop>previewRestSphinxCheckBox</tabstop> |
|
779 <tabstop>previewRestDocutilsHTMLFormatComboBox</tabstop> |
|
780 <tabstop>previewQssExtensionsEdit</tabstop> |
|
781 </tabstops> |
|
782 <resources/> |
|
783 <connections> |
|
784 <connection> |
|
785 <sender>autosaveSlider</sender> |
|
786 <signal>valueChanged(int)</signal> |
|
787 <receiver>autosaveLCD</receiver> |
|
788 <slot>display(int)</slot> |
|
789 <hints> |
|
790 <hint type="sourcelabel"> |
|
791 <x>272</x> |
|
792 <y>58</y> |
|
793 </hint> |
|
794 <hint type="destinationlabel"> |
|
795 <x>420</x> |
|
796 <y>55</y> |
|
797 </hint> |
|
798 </hints> |
|
799 </connection> |
|
800 </connections> |
|
801 </ui> |