24 </property> |
24 </property> |
25 <widget class="QWidget" name="generalTab"> |
25 <widget class="QWidget" name="generalTab"> |
26 <attribute name="title"> |
26 <attribute name="title"> |
27 <string>General</string> |
27 <string>General</string> |
28 </attribute> |
28 </attribute> |
29 <layout class="QVBoxLayout"> |
29 <layout class="QVBoxLayout" name="verticalLayout_2"> |
30 <item> |
30 <item> |
31 <layout class="QHBoxLayout"> |
31 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
32 <item> |
32 <item> |
33 <widget class="QLabel" name="TextLabel6"> |
33 <widget class="QLabel" name="TextLabel6"> |
34 <property name="text"> |
34 <property name="text"> |
35 <string>Output Directory:</string> |
35 <string>Output Directory:</string> |
36 </property> |
36 </property> |
37 </widget> |
37 </widget> |
38 </item> |
38 </item> |
39 <item> |
39 <item> |
40 <widget class="QLineEdit" name="outputDirEdit"> |
40 <widget class="E5PathPicker" name="outputDirPicker" native="true"> |
|
41 <property name="sizePolicy"> |
|
42 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
43 <horstretch>0</horstretch> |
|
44 <verstretch>0</verstretch> |
|
45 </sizepolicy> |
|
46 </property> |
|
47 <property name="focusPolicy"> |
|
48 <enum>Qt::StrongFocus</enum> |
|
49 </property> |
41 <property name="toolTip"> |
50 <property name="toolTip"> |
42 <string>Enter an output directory</string> |
51 <string>Enter an output directory</string> |
43 </property> |
|
44 </widget> |
|
45 </item> |
|
46 <item> |
|
47 <widget class="QToolButton" name="outputDirButton"> |
|
48 <property name="focusPolicy"> |
|
49 <enum>Qt::NoFocus</enum> |
|
50 </property> |
|
51 <property name="toolTip"> |
|
52 <string>Press to open a directory selection dialog</string> |
|
53 </property> |
52 </property> |
54 </widget> |
53 </widget> |
55 </item> |
54 </item> |
56 </layout> |
55 </layout> |
57 </item> |
56 </item> |
161 </item> |
160 </item> |
162 </layout> |
161 </layout> |
163 </item> |
162 </item> |
164 <item> |
163 <item> |
165 <widget class="QGroupBox" name="groupBox"> |
164 <widget class="QGroupBox" name="groupBox"> |
|
165 <property name="sizePolicy"> |
|
166 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
167 <horstretch>0</horstretch> |
|
168 <verstretch>2</verstretch> |
|
169 </sizepolicy> |
|
170 </property> |
166 <property name="title"> |
171 <property name="title"> |
167 <string>Exclude Directories</string> |
172 <string>Exclude Directories</string> |
168 </property> |
173 </property> |
169 <layout class="QGridLayout"> |
174 <layout class="QGridLayout" name="gridLayout_2"> |
170 <item row="1" column="2"> |
|
171 <widget class="QLineEdit" name="ignoreDirEdit"> |
|
172 <property name="toolTip"> |
|
173 <string>Enter a directory basename to be ignored</string> |
|
174 </property> |
|
175 </widget> |
|
176 </item> |
|
177 <item row="1" column="1"> |
175 <item row="1" column="1"> |
178 <widget class="QPushButton" name="addButton"> |
176 <widget class="QPushButton" name="addButton"> |
179 <property name="toolTip"> |
177 <property name="toolTip"> |
180 <string>Press to add the entered directory to the list</string> |
178 <string>Press to add the entered directory to the list</string> |
181 </property> |
179 </property> |
192 <property name="text"> |
190 <property name="text"> |
193 <string>Delete</string> |
191 <string>Delete</string> |
194 </property> |
192 </property> |
195 </widget> |
193 </widget> |
196 </item> |
194 </item> |
197 <item row="0" column="0" colspan="4"> |
195 <item row="0" column="0" colspan="3"> |
198 <widget class="QListWidget" name="ignoreDirsList"> |
196 <widget class="QListWidget" name="ignoreDirsList"> |
|
197 <property name="sizePolicy"> |
|
198 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
199 <horstretch>0</horstretch> |
|
200 <verstretch>3</verstretch> |
|
201 </sizepolicy> |
|
202 </property> |
199 <property name="toolTip"> |
203 <property name="toolTip"> |
200 <string>List of directory basenames to be ignored</string> |
204 <string>List of directory basenames to be ignored</string> |
201 </property> |
205 </property> |
202 </widget> |
206 </widget> |
203 </item> |
207 </item> |
204 <item row="1" column="3"> |
208 <item row="1" column="2"> |
205 <widget class="QToolButton" name="ignoreDirButton"> |
209 <widget class="E5PathPicker" name="ignoreDirPicker" native="true"> |
|
210 <property name="sizePolicy"> |
|
211 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
212 <horstretch>0</horstretch> |
|
213 <verstretch>0</verstretch> |
|
214 </sizepolicy> |
|
215 </property> |
206 <property name="focusPolicy"> |
216 <property name="focusPolicy"> |
207 <enum>Qt::NoFocus</enum> |
217 <enum>Qt::StrongFocus</enum> |
208 </property> |
218 </property> |
209 <property name="toolTip"> |
219 <property name="toolTip"> |
210 <string>Press to open a directory selection dialog</string> |
220 <string>Enter a directory basename to be ignored</string> |
211 </property> |
221 </property> |
212 </widget> |
222 </widget> |
213 </item> |
223 </item> |
214 </layout> |
224 </layout> |
215 </widget> |
225 </widget> |
224 <item> |
234 <item> |
225 <widget class="QGroupBox" name="groupBox_3"> |
235 <widget class="QGroupBox" name="groupBox_3"> |
226 <property name="title"> |
236 <property name="title"> |
227 <string>Style Sheet</string> |
237 <string>Style Sheet</string> |
228 </property> |
238 </property> |
229 <layout class="QHBoxLayout"> |
239 <layout class="QVBoxLayout" name="verticalLayout_3"> |
230 <item> |
240 <item> |
231 <widget class="QLineEdit" name="cssEdit"> |
241 <widget class="E5PathPicker" name="cssPicker" native="true"> |
|
242 <property name="sizePolicy"> |
|
243 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
244 <horstretch>0</horstretch> |
|
245 <verstretch>0</verstretch> |
|
246 </sizepolicy> |
|
247 </property> |
|
248 <property name="focusPolicy"> |
|
249 <enum>Qt::StrongFocus</enum> |
|
250 </property> |
232 <property name="toolTip"> |
251 <property name="toolTip"> |
233 <string>Enter the filename of a CSS style sheet. Leave empty to use the colours defined below.</string> |
252 <string>Enter the filename of a CSS style sheet. Leave empty to use the colours defined below.</string> |
234 </property> |
|
235 </widget> |
|
236 </item> |
|
237 <item> |
|
238 <widget class="QToolButton" name="cssButton"> |
|
239 <property name="focusPolicy"> |
|
240 <enum>Qt::NoFocus</enum> |
|
241 </property> |
|
242 <property name="toolTip"> |
|
243 <string>Press to open a file selection dialog</string> |
|
244 </property> |
253 </property> |
245 </widget> |
254 </widget> |
246 </item> |
255 </item> |
247 </layout> |
256 </layout> |
248 </widget> |
257 </widget> |
381 <string>Output Directory:</string> |
390 <string>Output Directory:</string> |
382 </property> |
391 </property> |
383 </widget> |
392 </widget> |
384 </item> |
393 </item> |
385 <item row="0" column="1"> |
394 <item row="0" column="1"> |
386 <layout class="QHBoxLayout" name="horizontalLayout"> |
395 <widget class="E5PathPicker" name="qtHelpDirPicker" native="true"> |
387 <item> |
396 <property name="sizePolicy"> |
388 <widget class="QLineEdit" name="qtHelpDirEdit"> |
397 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
389 <property name="toolTip"> |
398 <horstretch>0</horstretch> |
390 <string>Enter an output directory</string> |
399 <verstretch>0</verstretch> |
391 </property> |
400 </sizepolicy> |
392 </widget> |
401 </property> |
393 </item> |
402 <property name="focusPolicy"> |
394 <item> |
403 <enum>Qt::StrongFocus</enum> |
395 <widget class="QToolButton" name="qtHelpDirButton"> |
404 </property> |
396 <property name="focusPolicy"> |
405 <property name="toolTip"> |
397 <enum>Qt::NoFocus</enum> |
406 <string>Enter an output directory</string> |
398 </property> |
407 </property> |
399 <property name="toolTip"> |
408 </widget> |
400 <string>Press to open a directory selection dialog</string> |
|
401 </property> |
|
402 </widget> |
|
403 </item> |
|
404 </layout> |
|
405 </item> |
409 </item> |
406 <item row="1" column="0"> |
410 <item row="1" column="0"> |
407 <widget class="QLabel" name="label_2"> |
411 <widget class="QLabel" name="label_2"> |
408 <property name="text"> |
412 <property name="text"> |
409 <string>Namespace:</string> |
413 <string>Namespace:</string> |
481 <property name="text"> |
485 <property name="text"> |
482 <string>Generate QtHelp collection files</string> |
486 <string>Generate QtHelp collection files</string> |
483 </property> |
487 </property> |
484 </widget> |
488 </widget> |
485 </item> |
489 </item> |
486 <item row="7" column="1"> |
490 <item row="7" column="0" colspan="2"> |
487 <spacer name="verticalSpacer"> |
491 <spacer name="verticalSpacer"> |
488 <property name="orientation"> |
492 <property name="orientation"> |
489 <enum>Qt::Vertical</enum> |
493 <enum>Qt::Vertical</enum> |
490 </property> |
494 </property> |
491 <property name="sizeHint" stdset="0"> |
495 <property name="sizeHint" stdset="0"> |
515 </item> |
519 </item> |
516 </layout> |
520 </layout> |
517 </widget> |
521 </widget> |
518 <layoutdefault spacing="6" margin="6"/> |
522 <layoutdefault spacing="6" margin="6"/> |
519 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
523 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
524 <customwidgets> |
|
525 <customwidget> |
|
526 <class>E5PathPicker</class> |
|
527 <extends>QWidget</extends> |
|
528 <header>E5Gui/E5PathPicker.h</header> |
|
529 <container>1</container> |
|
530 </customwidget> |
|
531 </customwidgets> |
520 <tabstops> |
532 <tabstops> |
521 <tabstop>tabWidget</tabstop> |
533 <tabstop>tabWidget</tabstop> |
522 <tabstop>outputDirEdit</tabstop> |
534 <tabstop>outputDirPicker</tabstop> |
523 <tabstop>sourceExtEdit</tabstop> |
535 <tabstop>sourceExtEdit</tabstop> |
524 <tabstop>recursionCheckBox</tabstop> |
536 <tabstop>recursionCheckBox</tabstop> |
525 <tabstop>noindexCheckBox</tabstop> |
537 <tabstop>noindexCheckBox</tabstop> |
526 <tabstop>noemptyCheckBox</tabstop> |
538 <tabstop>noemptyCheckBox</tabstop> |
527 <tabstop>excludeFilesEdit</tabstop> |
539 <tabstop>excludeFilesEdit</tabstop> |
528 <tabstop>ignoreDirsList</tabstop> |
540 <tabstop>ignoreDirsList</tabstop> |
529 <tabstop>ignoreDirEdit</tabstop> |
541 <tabstop>ignoreDirPicker</tabstop> |
530 <tabstop>addButton</tabstop> |
542 <tabstop>addButton</tabstop> |
531 <tabstop>deleteButton</tabstop> |
543 <tabstop>deleteButton</tabstop> |
532 <tabstop>cssEdit</tabstop> |
544 <tabstop>cssPicker</tabstop> |
533 <tabstop>bodyFgButton</tabstop> |
545 <tabstop>bodyFgButton</tabstop> |
534 <tabstop>bodyBgButton</tabstop> |
546 <tabstop>bodyBgButton</tabstop> |
535 <tabstop>l1FgButton</tabstop> |
547 <tabstop>l1FgButton</tabstop> |
536 <tabstop>l1BgButton</tabstop> |
548 <tabstop>l1BgButton</tabstop> |
537 <tabstop>l2FgButton</tabstop> |
549 <tabstop>l2FgButton</tabstop> |
539 <tabstop>cfFgButton</tabstop> |
551 <tabstop>cfFgButton</tabstop> |
540 <tabstop>cfBgButton</tabstop> |
552 <tabstop>cfBgButton</tabstop> |
541 <tabstop>linkFgButton</tabstop> |
553 <tabstop>linkFgButton</tabstop> |
542 <tabstop>sample</tabstop> |
554 <tabstop>sample</tabstop> |
543 <tabstop>qtHelpGroup</tabstop> |
555 <tabstop>qtHelpGroup</tabstop> |
544 <tabstop>qtHelpDirEdit</tabstop> |
556 <tabstop>qtHelpDirPicker</tabstop> |
545 <tabstop>qtHelpNamespaceEdit</tabstop> |
557 <tabstop>qtHelpNamespaceEdit</tabstop> |
546 <tabstop>qtHelpFolderEdit</tabstop> |
558 <tabstop>qtHelpFolderEdit</tabstop> |
547 <tabstop>qtHelpFilterNameEdit</tabstop> |
559 <tabstop>qtHelpFilterNameEdit</tabstop> |
548 <tabstop>qtHelpFilterAttributesEdit</tabstop> |
560 <tabstop>qtHelpFilterAttributesEdit</tabstop> |
549 <tabstop>qtHelpTitleEdit</tabstop> |
561 <tabstop>qtHelpTitleEdit</tabstop> |
550 <tabstop>qtHelpGenerateCollectionCheckBox</tabstop> |
562 <tabstop>qtHelpGenerateCollectionCheckBox</tabstop> |
551 <tabstop>buttonBox</tabstop> |
|
552 </tabstops> |
563 </tabstops> |
553 <resources/> |
564 <resources/> |
554 <connections> |
565 <connections> |
555 <connection> |
566 <connection> |
556 <sender>buttonBox</sender> |
567 <sender>buttonBox</sender> |