Plugins/DocumentationPlugins/Ericdoc/EricdocConfigDialog.ui

changeset 0
de9c2efb9d02
child 3186
a05eff845522
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>EricdocConfigDialog</class>
3 <widget class="QDialog" name="EricdocConfigDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>542</width>
9 <height>550</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Ericdoc Configuration</string>
14 </property>
15 <property name="sizeGripEnabled" >
16 <bool>true</bool>
17 </property>
18 <layout class="QVBoxLayout" >
19 <item>
20 <widget class="QTabWidget" name="tabWidget" >
21 <property name="currentIndex" >
22 <number>0</number>
23 </property>
24 <widget class="QWidget" name="generalTab" >
25 <attribute name="title" >
26 <string>General</string>
27 </attribute>
28 <layout class="QVBoxLayout" >
29 <item>
30 <layout class="QHBoxLayout" >
31 <item>
32 <widget class="QLabel" name="TextLabel6" >
33 <property name="text" >
34 <string>Output Directory:</string>
35 </property>
36 </widget>
37 </item>
38 <item>
39 <widget class="QLineEdit" name="outputDirEdit" >
40 <property name="toolTip" >
41 <string>Enter an output directory</string>
42 </property>
43 </widget>
44 </item>
45 <item>
46 <widget class="QPushButton" name="outputDirButton" >
47 <property name="focusPolicy" >
48 <enum>Qt::NoFocus</enum>
49 </property>
50 <property name="toolTip" >
51 <string>Press to open a directory selection dialog</string>
52 </property>
53 <property name="text" >
54 <string>...</string>
55 </property>
56 </widget>
57 </item>
58 </layout>
59 </item>
60 <item>
61 <layout class="QHBoxLayout" >
62 <item>
63 <widget class="QLabel" name="textLabel1_3" >
64 <property name="text" >
65 <string>Additional source extensions:</string>
66 </property>
67 </widget>
68 </item>
69 <item>
70 <widget class="QLineEdit" name="sourceExtEdit" >
71 <property name="toolTip" >
72 <string>Enter additional source extensions separated by a comma</string>
73 </property>
74 </widget>
75 </item>
76 </layout>
77 </item>
78 <item>
79 <layout class="QHBoxLayout" >
80 <item>
81 <widget class="QCheckBox" name="recursionCheckBox" >
82 <property name="toolTip" >
83 <string>Select to recurse into subdirectories</string>
84 </property>
85 <property name="text" >
86 <string>Recurse into subdirectories</string>
87 </property>
88 </widget>
89 </item>
90 <item>
91 <widget class="QCheckBox" name="noindexCheckBox" >
92 <property name="toolTip" >
93 <string>Select, if no index files should be generated</string>
94 </property>
95 <property name="text" >
96 <string>Don't generate index files</string>
97 </property>
98 </widget>
99 </item>
100 <item>
101 <spacer>
102 <property name="orientation" >
103 <enum>Qt::Horizontal</enum>
104 </property>
105 <property name="sizeType" >
106 <enum>QSizePolicy::Expanding</enum>
107 </property>
108 <property name="sizeHint" stdset="0" >
109 <size>
110 <width>145</width>
111 <height>20</height>
112 </size>
113 </property>
114 </spacer>
115 </item>
116 </layout>
117 </item>
118 <item>
119 <layout class="QHBoxLayout" >
120 <item>
121 <widget class="QCheckBox" name="noemptyCheckBox" >
122 <property name="toolTip" >
123 <string>Select to exclude empty modules</string>
124 </property>
125 <property name="text" >
126 <string>Don't include empty modules</string>
127 </property>
128 </widget>
129 </item>
130 <item>
131 <spacer>
132 <property name="orientation" >
133 <enum>Qt::Horizontal</enum>
134 </property>
135 <property name="sizeType" >
136 <enum>QSizePolicy::Expanding</enum>
137 </property>
138 <property name="sizeHint" stdset="0" >
139 <size>
140 <width>40</width>
141 <height>20</height>
142 </size>
143 </property>
144 </spacer>
145 </item>
146 </layout>
147 </item>
148 <item>
149 <layout class="QHBoxLayout" >
150 <item>
151 <widget class="QLabel" name="label" >
152 <property name="text" >
153 <string>Exclude Files:</string>
154 </property>
155 </widget>
156 </item>
157 <item>
158 <widget class="QLineEdit" name="excludeFilesEdit" >
159 <property name="toolTip" >
160 <string>Enter filename patterns of files to be excluded separated by a comma</string>
161 </property>
162 </widget>
163 </item>
164 </layout>
165 </item>
166 <item>
167 <widget class="QGroupBox" name="groupBox" >
168 <property name="title" >
169 <string>Exclude Directories</string>
170 </property>
171 <layout class="QGridLayout" >
172 <item row="1" column="2" >
173 <widget class="QLineEdit" name="ignoreDirEdit" >
174 <property name="toolTip" >
175 <string>Enter a directory basename to be ignored</string>
176 </property>
177 </widget>
178 </item>
179 <item row="1" column="1" >
180 <widget class="QPushButton" name="addButton" >
181 <property name="toolTip" >
182 <string>Press to add the entered directory to the list</string>
183 </property>
184 <property name="text" >
185 <string>Add</string>
186 </property>
187 </widget>
188 </item>
189 <item row="1" column="0" >
190 <widget class="QPushButton" name="deleteButton" >
191 <property name="toolTip" >
192 <string>Press to delete the selected directory from the list</string>
193 </property>
194 <property name="text" >
195 <string>Delete</string>
196 </property>
197 </widget>
198 </item>
199 <item row="1" column="3" >
200 <widget class="QPushButton" name="ignoreDirButton" >
201 <property name="focusPolicy" >
202 <enum>Qt::NoFocus</enum>
203 </property>
204 <property name="toolTip" >
205 <string>Press to open a directory selection dialog</string>
206 </property>
207 <property name="text" >
208 <string>...</string>
209 </property>
210 </widget>
211 </item>
212 <item row="0" column="0" colspan="4" >
213 <widget class="QListWidget" name="ignoreDirsList" >
214 <property name="toolTip" >
215 <string>List of directory basenames to be ignored</string>
216 </property>
217 </widget>
218 </item>
219 </layout>
220 </widget>
221 </item>
222 </layout>
223 </widget>
224 <widget class="QWidget" name="styleTab" >
225 <attribute name="title" >
226 <string>Style</string>
227 </attribute>
228 <layout class="QVBoxLayout" >
229 <item>
230 <widget class="QGroupBox" name="groupBox_3" >
231 <property name="title" >
232 <string>Style Sheet</string>
233 </property>
234 <layout class="QHBoxLayout" >
235 <item>
236 <widget class="QLineEdit" name="cssEdit" >
237 <property name="toolTip" >
238 <string>Enter the filename of a CSS style sheet. Leave empty to use the colours defined below.</string>
239 </property>
240 </widget>
241 </item>
242 <item>
243 <widget class="QPushButton" name="cssButton" >
244 <property name="focusPolicy" >
245 <enum>Qt::NoFocus</enum>
246 </property>
247 <property name="toolTip" >
248 <string>Press to open a file selection dialog</string>
249 </property>
250 <property name="text" >
251 <string>...</string>
252 </property>
253 </widget>
254 </item>
255 </layout>
256 </widget>
257 </item>
258 <item>
259 <widget class="QGroupBox" name="groupBox_2" >
260 <property name="title" >
261 <string>Colours</string>
262 </property>
263 <layout class="QGridLayout" >
264 <item row="3" column="1" >
265 <widget class="QPushButton" name="cfBgButton" >
266 <property name="toolTip" >
267 <string>Press to select the class and function header background colour.</string>
268 </property>
269 <property name="text" >
270 <string>Class/Function Header Background</string>
271 </property>
272 </widget>
273 </item>
274 <item row="3" column="0" >
275 <widget class="QPushButton" name="cfFgButton" >
276 <property name="toolTip" >
277 <string>Press to select the class and function header foreground colour.</string>
278 </property>
279 <property name="text" >
280 <string>Class/Function Header Foreground</string>
281 </property>
282 </widget>
283 </item>
284 <item row="2" column="1" >
285 <widget class="QPushButton" name="l2BgButton" >
286 <property name="toolTip" >
287 <string>Press to select the level 2 header background colour.</string>
288 </property>
289 <property name="text" >
290 <string>Level 2 Header Background</string>
291 </property>
292 </widget>
293 </item>
294 <item row="2" column="0" >
295 <widget class="QPushButton" name="l2FgButton" >
296 <property name="toolTip" >
297 <string>Press to select the level 2 header foreground colour.</string>
298 </property>
299 <property name="text" >
300 <string>Level 2 Header Foreground</string>
301 </property>
302 </widget>
303 </item>
304 <item row="1" column="1" >
305 <widget class="QPushButton" name="l1BgButton" >
306 <property name="toolTip" >
307 <string>Press to select the level 1 header background colour.</string>
308 </property>
309 <property name="text" >
310 <string>Level 1 Header Background</string>
311 </property>
312 </widget>
313 </item>
314 <item row="1" column="0" >
315 <widget class="QPushButton" name="l1FgButton" >
316 <property name="toolTip" >
317 <string>Press to select the level 1 header foreground colour.</string>
318 </property>
319 <property name="text" >
320 <string>Level 1 Header Foreground</string>
321 </property>
322 </widget>
323 </item>
324 <item row="0" column="1" >
325 <widget class="QPushButton" name="bodyBgButton" >
326 <property name="toolTip" >
327 <string>Press to select the body background colour.</string>
328 </property>
329 <property name="text" >
330 <string>Body Background</string>
331 </property>
332 </widget>
333 </item>
334 <item row="0" column="0" >
335 <widget class="QPushButton" name="bodyFgButton" >
336 <property name="toolTip" >
337 <string>Press to select the body foreground colour.</string>
338 </property>
339 <property name="text" >
340 <string>Body Foreground</string>
341 </property>
342 </widget>
343 </item>
344 <item row="4" column="0" >
345 <widget class="QPushButton" name="linkFgButton" >
346 <property name="toolTip" >
347 <string>Press to select the foreground colour of links.</string>
348 </property>
349 <property name="text" >
350 <string>Links</string>
351 </property>
352 </widget>
353 </item>
354 <item row="5" column="0" colspan="2" >
355 <widget class="QTextEdit" name="sample" >
356 <property name="toolTip" >
357 <string>This shows an example of the selected colours.</string>
358 </property>
359 <property name="readOnly" >
360 <bool>true</bool>
361 </property>
362 </widget>
363 </item>
364 </layout>
365 </widget>
366 </item>
367 </layout>
368 </widget>
369 <widget class="QWidget" name="qtHelpTab" >
370 <attribute name="title" >
371 <string>QtHelp</string>
372 </attribute>
373 <layout class="QVBoxLayout" name="verticalLayout" >
374 <item>
375 <widget class="QGroupBox" name="qtHelpGroup" >
376 <property name="title" >
377 <string>Generate QtHelp Files</string>
378 </property>
379 <property name="checkable" >
380 <bool>true</bool>
381 </property>
382 <property name="checked" >
383 <bool>false</bool>
384 </property>
385 <layout class="QGridLayout" name="gridLayout" >
386 <item row="0" column="0" >
387 <widget class="QLabel" name="TextLabel6_2" >
388 <property name="text" >
389 <string>Output Directory:</string>
390 </property>
391 </widget>
392 </item>
393 <item row="0" column="1" >
394 <layout class="QHBoxLayout" name="horizontalLayout" >
395 <item>
396 <widget class="QLineEdit" name="qtHelpDirEdit" >
397 <property name="toolTip" >
398 <string>Enter an output directory</string>
399 </property>
400 </widget>
401 </item>
402 <item>
403 <widget class="QPushButton" name="qtHelpDirButton" >
404 <property name="focusPolicy" >
405 <enum>Qt::NoFocus</enum>
406 </property>
407 <property name="toolTip" >
408 <string>Press to open a directory selection dialog</string>
409 </property>
410 <property name="text" >
411 <string>...</string>
412 </property>
413 </widget>
414 </item>
415 </layout>
416 </item>
417 <item row="1" column="0" >
418 <widget class="QLabel" name="label_2" >
419 <property name="text" >
420 <string>Namespace:</string>
421 </property>
422 </widget>
423 </item>
424 <item row="1" column="1" >
425 <widget class="QLineEdit" name="qtHelpNamespaceEdit" >
426 <property name="toolTip" >
427 <string>Enter the namespace</string>
428 </property>
429 </widget>
430 </item>
431 <item row="2" column="0" >
432 <widget class="QLabel" name="label_3" >
433 <property name="text" >
434 <string>Virtual Folder:</string>
435 </property>
436 </widget>
437 </item>
438 <item row="2" column="1" >
439 <widget class="QLineEdit" name="qtHelpFolderEdit" >
440 <property name="toolTip" >
441 <string>Enter the name of the virtual folder (must not contain '/')</string>
442 </property>
443 </widget>
444 </item>
445 <item row="3" column="0" >
446 <widget class="QLabel" name="label_4" >
447 <property name="text" >
448 <string>Filter Name:</string>
449 </property>
450 </widget>
451 </item>
452 <item row="3" column="1" >
453 <widget class="QLineEdit" name="qtHelpFilterNameEdit" >
454 <property name="toolTip" >
455 <string>Enter the name of the custom filter</string>
456 </property>
457 </widget>
458 </item>
459 <item row="4" column="0" >
460 <widget class="QLabel" name="label_5" >
461 <property name="text" >
462 <string>Filter Attributes:</string>
463 </property>
464 </widget>
465 </item>
466 <item row="4" column="1" >
467 <widget class="QLineEdit" name="qtHelpFilterAttributesEdit" >
468 <property name="toolTip" >
469 <string>Enter the filter attributes separated by ':'</string>
470 </property>
471 </widget>
472 </item>
473 <item row="5" column="0" >
474 <widget class="QLabel" name="label_6" >
475 <property name="text" >
476 <string>Title:</string>
477 </property>
478 </widget>
479 </item>
480 <item row="5" column="1" >
481 <widget class="QLineEdit" name="qtHelpTitleEdit" >
482 <property name="toolTip" >
483 <string>Enter a short title for the top entry</string>
484 </property>
485 </widget>
486 </item>
487 <item row="6" column="0" colspan="2" >
488 <widget class="QCheckBox" name="qtHelpGenerateCollectionCheckBox" >
489 <property name="toolTip" >
490 <string>Select to generate the QtHelp collection files</string>
491 </property>
492 <property name="text" >
493 <string>Generate QtHelp collection files</string>
494 </property>
495 </widget>
496 </item>
497 <item row="7" column="1" >
498 <spacer name="verticalSpacer" >
499 <property name="orientation" >
500 <enum>Qt::Vertical</enum>
501 </property>
502 <property name="sizeHint" stdset="0" >
503 <size>
504 <width>20</width>
505 <height>271</height>
506 </size>
507 </property>
508 </spacer>
509 </item>
510 </layout>
511 </widget>
512 </item>
513 </layout>
514 </widget>
515 </widget>
516 </item>
517 <item>
518 <widget class="QDialogButtonBox" name="buttonBox" >
519 <property name="orientation" >
520 <enum>Qt::Horizontal</enum>
521 </property>
522 <property name="standardButtons" >
523 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
524 </property>
525 </widget>
526 </item>
527 </layout>
528 </widget>
529 <layoutdefault spacing="6" margin="6" />
530 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
531 <tabstops>
532 <tabstop>tabWidget</tabstop>
533 <tabstop>outputDirEdit</tabstop>
534 <tabstop>sourceExtEdit</tabstop>
535 <tabstop>recursionCheckBox</tabstop>
536 <tabstop>noindexCheckBox</tabstop>
537 <tabstop>noemptyCheckBox</tabstop>
538 <tabstop>excludeFilesEdit</tabstop>
539 <tabstop>ignoreDirsList</tabstop>
540 <tabstop>ignoreDirEdit</tabstop>
541 <tabstop>addButton</tabstop>
542 <tabstop>deleteButton</tabstop>
543 <tabstop>cssEdit</tabstop>
544 <tabstop>bodyFgButton</tabstop>
545 <tabstop>bodyBgButton</tabstop>
546 <tabstop>l1FgButton</tabstop>
547 <tabstop>l1BgButton</tabstop>
548 <tabstop>l2FgButton</tabstop>
549 <tabstop>l2BgButton</tabstop>
550 <tabstop>cfFgButton</tabstop>
551 <tabstop>cfBgButton</tabstop>
552 <tabstop>linkFgButton</tabstop>
553 <tabstop>sample</tabstop>
554 <tabstop>qtHelpGroup</tabstop>
555 <tabstop>qtHelpDirEdit</tabstop>
556 <tabstop>qtHelpNamespaceEdit</tabstop>
557 <tabstop>qtHelpFolderEdit</tabstop>
558 <tabstop>qtHelpFilterNameEdit</tabstop>
559 <tabstop>qtHelpFilterAttributesEdit</tabstop>
560 <tabstop>qtHelpTitleEdit</tabstop>
561 <tabstop>qtHelpGenerateCollectionCheckBox</tabstop>
562 <tabstop>buttonBox</tabstop>
563 </tabstops>
564 <resources/>
565 <connections>
566 <connection>
567 <sender>buttonBox</sender>
568 <signal>accepted()</signal>
569 <receiver>EricdocConfigDialog</receiver>
570 <slot>accept()</slot>
571 <hints>
572 <hint type="sourcelabel" >
573 <x>31</x>
574 <y>480</y>
575 </hint>
576 <hint type="destinationlabel" >
577 <x>31</x>
578 <y>498</y>
579 </hint>
580 </hints>
581 </connection>
582 <connection>
583 <sender>buttonBox</sender>
584 <signal>rejected()</signal>
585 <receiver>EricdocConfigDialog</receiver>
586 <slot>reject()</slot>
587 <hints>
588 <hint type="sourcelabel" >
589 <x>125</x>
590 <y>482</y>
591 </hint>
592 <hint type="destinationlabel" >
593 <x>125</x>
594 <y>499</y>
595 </hint>
596 </hints>
597 </connection>
598 </connections>
599 </ui>

eric ide

mercurial