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