author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 14 May 2010 16:40:13 +0300 | |
changeset 22 | 79de32ba3296 |
parent 18 | 2f34d5167611 |
permissions | -rw-r--r-- |
0 | 1 |
<ui version="4.0" > |
2 |
<author></author> |
|
3 |
<comment>********************************************************************* |
|
4 |
** |
|
18
2f34d5167611
Revision: 201011
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
5 |
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
0 | 6 |
** All rights reserved. |
7 |
** Contact: Nokia Corporation (qt-info@nokia.com) |
|
8 |
** |
|
9 |
** This file is part of the autotests of the Qt Toolkit. |
|
10 |
** |
|
11 |
** $QT_BEGIN_LICENSE:LGPL$ |
|
12 |
** No Commercial Usage |
|
13 |
** This file contains pre-release code and may not be distributed. |
|
14 |
** You may use this file in accordance with the terms and conditions |
|
15 |
** contained in the Technology Preview License Agreement accompanying |
|
16 |
** this package. |
|
17 |
** |
|
18 |
** GNU Lesser General Public License Usage |
|
19 |
** Alternatively, this file may be used under the terms of the GNU Lesser |
|
20 |
** General Public License version 2.1 as published by the Free Software |
|
21 |
** Foundation and appearing in the file LICENSE.LGPL included in the |
|
22 |
** packaging of this file. Please review the following information to |
|
23 |
** ensure the GNU Lesser General Public License version 2.1 requirements |
|
24 |
** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
|
25 |
** |
|
26 |
** In addition, as a special exception, Nokia gives you certain additional |
|
27 |
** rights. These rights are described in the Nokia Qt LGPL Exception |
|
28 |
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
|
29 |
** |
|
30 |
** If you have questions regarding the use of this file, please contact |
|
31 |
** Nokia at qt-info@nokia.com. |
|
32 |
** |
|
33 |
** |
|
34 |
** |
|
35 |
** |
|
36 |
** |
|
37 |
** |
|
38 |
** |
|
39 |
** |
|
40 |
** $QT_END_LICENSE$ |
|
41 |
** |
|
42 |
*********************************************************************</comment> |
|
43 |
<exportmacro></exportmacro> |
|
44 |
<class>HelpDialog</class> |
|
45 |
<widget class="QWidget" name="HelpDialog" > |
|
46 |
<property name="geometry" > |
|
47 |
<rect> |
|
48 |
<x>0</x> |
|
49 |
<y>0</y> |
|
50 |
<width>274</width> |
|
51 |
<height>417</height> |
|
52 |
</rect> |
|
53 |
</property> |
|
54 |
<property name="windowTitle" > |
|
55 |
<string>Help</string> |
|
56 |
</property> |
|
57 |
<property name="whatsThis" > |
|
58 |
<string><b>Help</b><p>Choose the topic you want help on from the contents list, or search the index for keywords.</p></string> |
|
59 |
</property> |
|
60 |
<layout class="QVBoxLayout" > |
|
61 |
<property name="margin" > |
|
62 |
<number>0</number> |
|
63 |
</property> |
|
64 |
<property name="spacing" > |
|
65 |
<number>6</number> |
|
66 |
</property> |
|
67 |
<item> |
|
68 |
<widget class="QTabWidget" name="tabWidget" > |
|
69 |
<property name="whatsThis" > |
|
70 |
<string>Displays help topics organized by category, index or bookmarks. Another tab inherits the full text search.</string> |
|
71 |
</property> |
|
72 |
<widget class="QWidget" name="contentPage" > |
|
73 |
<attribute name="title" > |
|
74 |
<string>Con&tents</string> |
|
75 |
</attribute> |
|
76 |
<layout class="QVBoxLayout" > |
|
77 |
<property name="margin" > |
|
78 |
<number>5</number> |
|
79 |
</property> |
|
80 |
<property name="spacing" > |
|
81 |
<number>6</number> |
|
82 |
</property> |
|
83 |
<item> |
|
84 |
<widget class="QTreeWidget" name="listContents" > |
|
85 |
<property name="contextMenuPolicy" > |
|
86 |
<enum>Qt::CustomContextMenu</enum> |
|
87 |
</property> |
|
88 |
<property name="whatsThis" > |
|
89 |
<string><b>Help topics organized by category.</b><p>Double-click an item to see the topics in that category. To view a topic, just double-click it.</p></string> |
|
90 |
</property> |
|
91 |
<property name="rootIsDecorated" > |
|
92 |
<bool>true</bool> |
|
93 |
</property> |
|
94 |
<property name="uniformRowHeights" > |
|
95 |
<bool>true</bool> |
|
96 |
</property> |
|
97 |
<column> |
|
98 |
<property name="text" > |
|
99 |
<string>column 1</string> |
|
100 |
</property> |
|
101 |
</column> |
|
102 |
</widget> |
|
103 |
</item> |
|
104 |
</layout> |
|
105 |
</widget> |
|
106 |
<widget class="QWidget" name="indexPage" > |
|
107 |
<attribute name="title" > |
|
108 |
<string>&Index</string> |
|
109 |
</attribute> |
|
110 |
<layout class="QVBoxLayout" > |
|
111 |
<property name="margin" > |
|
112 |
<number>5</number> |
|
113 |
</property> |
|
114 |
<property name="spacing" > |
|
115 |
<number>6</number> |
|
116 |
</property> |
|
117 |
<item> |
|
118 |
<widget class="QLabel" name="TextLabel1" > |
|
119 |
<property name="text" > |
|
120 |
<string>&Look For:</string> |
|
121 |
</property> |
|
122 |
<property name="buddy" > |
|
123 |
<cstring>editIndex</cstring> |
|
124 |
</property> |
|
125 |
</widget> |
|
126 |
</item> |
|
127 |
<item> |
|
128 |
<widget class="QLineEdit" name="editIndex" > |
|
129 |
<property name="toolTip" > |
|
130 |
<string>Enter keyword</string> |
|
131 |
</property> |
|
132 |
<property name="whatsThis" > |
|
133 |
<string><b>Enter a keyword.</b><p>The list will select an item that matches the entered string best.</p></string> |
|
134 |
</property> |
|
135 |
</widget> |
|
136 |
</item> |
|
137 |
<item> |
|
138 |
<widget class="QListView" name="listIndex" > |
|
139 |
<property name="contextMenuPolicy" > |
|
140 |
<enum>Qt::CustomContextMenu</enum> |
|
141 |
</property> |
|
142 |
<property name="whatsThis" > |
|
143 |
<string><b>List of available help topics.</b><p>Double-click on an item to open its help page. If more than one is found, you must specify which page you want.</p></string> |
|
144 |
</property> |
|
145 |
</widget> |
|
146 |
</item> |
|
147 |
</layout> |
|
148 |
</widget> |
|
149 |
<widget class="QWidget" name="bookmarkPage" > |
|
150 |
<attribute name="title" > |
|
151 |
<string>&Bookmarks</string> |
|
152 |
</attribute> |
|
153 |
<layout class="QVBoxLayout" > |
|
154 |
<property name="margin" > |
|
155 |
<number>5</number> |
|
156 |
</property> |
|
157 |
<property name="spacing" > |
|
158 |
<number>6</number> |
|
159 |
</property> |
|
160 |
<item> |
|
161 |
<widget class="QTreeWidget" name="listBookmarks" > |
|
162 |
<property name="contextMenuPolicy" > |
|
163 |
<enum>Qt::CustomContextMenu</enum> |
|
164 |
</property> |
|
165 |
<property name="whatsThis" > |
|
166 |
<string>Displays the list of bookmarks.</string> |
|
167 |
</property> |
|
168 |
<property name="uniformRowHeights" > |
|
169 |
<bool>true</bool> |
|
170 |
</property> |
|
171 |
<column> |
|
172 |
<property name="text" > |
|
173 |
<string>column 1</string> |
|
174 |
</property> |
|
175 |
</column> |
|
176 |
</widget> |
|
177 |
</item> |
|
178 |
<item> |
|
179 |
<layout class="QHBoxLayout" > |
|
180 |
<property name="margin" > |
|
181 |
<number>0</number> |
|
182 |
</property> |
|
183 |
<property name="spacing" > |
|
184 |
<number>6</number> |
|
185 |
</property> |
|
186 |
<item> |
|
187 |
<spacer> |
|
188 |
<property name="orientation" > |
|
189 |
<enum>Qt::Horizontal</enum> |
|
190 |
</property> |
|
191 |
<property name="sizeType" > |
|
192 |
<enum>QSizePolicy::Expanding</enum> |
|
193 |
</property> |
|
194 |
<property name="sizeHint" > |
|
195 |
<size> |
|
196 |
<width>20</width> |
|
197 |
<height>20</height> |
|
198 |
</size> |
|
199 |
</property> |
|
200 |
</spacer> |
|
201 |
</item> |
|
202 |
<item> |
|
203 |
<widget class="QPushButton" name="buttonAdd" > |
|
204 |
<property name="toolTip" > |
|
205 |
<string>Add new bookmark</string> |
|
206 |
</property> |
|
207 |
<property name="whatsThis" > |
|
208 |
<string>Add the currently displayed page as a new bookmark.</string> |
|
209 |
</property> |
|
210 |
<property name="text" > |
|
211 |
<string>&New</string> |
|
212 |
</property> |
|
213 |
</widget> |
|
214 |
</item> |
|
215 |
<item> |
|
216 |
<widget class="QPushButton" name="buttonRemove" > |
|
217 |
<property name="toolTip" > |
|
218 |
<string>Delete bookmark</string> |
|
219 |
</property> |
|
220 |
<property name="whatsThis" > |
|
221 |
<string>Delete the selected bookmark.</string> |
|
222 |
</property> |
|
223 |
<property name="text" > |
|
224 |
<string>&Delete</string> |
|
225 |
</property> |
|
226 |
</widget> |
|
227 |
</item> |
|
228 |
</layout> |
|
229 |
</item> |
|
230 |
</layout> |
|
231 |
</widget> |
|
232 |
<widget class="QWidget" name="searchPage" > |
|
233 |
<attribute name="title" > |
|
234 |
<string>&Search</string> |
|
235 |
</attribute> |
|
236 |
<layout class="QGridLayout" > |
|
237 |
<property name="margin" > |
|
238 |
<number>5</number> |
|
239 |
</property> |
|
240 |
<property name="spacing" > |
|
241 |
<number>6</number> |
|
242 |
</property> |
|
243 |
<item row="3" column="0" > |
|
244 |
<spacer> |
|
245 |
<property name="orientation" > |
|
246 |
<enum>Qt::Vertical</enum> |
|
247 |
</property> |
|
248 |
<property name="sizeType" > |
|
249 |
<enum>QSizePolicy::Fixed</enum> |
|
250 |
</property> |
|
251 |
<property name="sizeHint" > |
|
252 |
<size> |
|
253 |
<width>20</width> |
|
254 |
<height>20</height> |
|
255 |
</size> |
|
256 |
</property> |
|
257 |
</spacer> |
|
258 |
</item> |
|
259 |
<item row="0" column="0" > |
|
260 |
<widget class="QLabel" name="TextLabel1_2" > |
|
261 |
<property name="text" > |
|
262 |
<string>Searching f&or:</string> |
|
263 |
</property> |
|
264 |
<property name="buddy" > |
|
265 |
<cstring>termsEdit</cstring> |
|
266 |
</property> |
|
267 |
</widget> |
|
268 |
</item> |
|
269 |
<item row="1" column="0" > |
|
270 |
<widget class="QLineEdit" name="termsEdit" > |
|
271 |
<property name="toolTip" > |
|
272 |
<string>Enter searchword(s).</string> |
|
273 |
</property> |
|
274 |
<property name="whatsThis" > |
|
275 |
<string><b>Enter search word(s).</b><p>Enter here the word(s) you are looking for. The words may contain wildcards (*). For a sequence of words quote them.</p></string> |
|
276 |
</property> |
|
277 |
</widget> |
|
278 |
</item> |
|
279 |
<item row="5" column="0" > |
|
280 |
<widget class="QListWidget" name="resultBox" > |
|
281 |
<property name="contextMenuPolicy" > |
|
282 |
<enum>Qt::CustomContextMenu</enum> |
|
283 |
</property> |
|
284 |
<property name="whatsThis" > |
|
285 |
<string><b>Found documents</b><p>This list contains all found documents from the last search. The documents are ordered, i.e. the first document has the most matches.</p></string> |
|
286 |
</property> |
|
287 |
</widget> |
|
288 |
</item> |
|
289 |
<item row="4" column="0" > |
|
290 |
<widget class="QLabel" name="TextLabel2" > |
|
291 |
<property name="text" > |
|
292 |
<string>Found &Documents:</string> |
|
293 |
</property> |
|
294 |
<property name="buddy" > |
|
295 |
<cstring>resultBox</cstring> |
|
296 |
</property> |
|
297 |
</widget> |
|
298 |
</item> |
|
299 |
<item row="2" column="0" > |
|
300 |
<layout class="QHBoxLayout" > |
|
301 |
<property name="margin" > |
|
302 |
<number>1</number> |
|
303 |
</property> |
|
304 |
<property name="spacing" > |
|
305 |
<number>6</number> |
|
306 |
</property> |
|
307 |
<item> |
|
308 |
<widget class="QPushButton" name="helpButton" > |
|
309 |
<property name="toolTip" > |
|
310 |
<string>Display the help page.</string> |
|
311 |
</property> |
|
312 |
<property name="whatsThis" > |
|
313 |
<string>Display the help page for the full text search.</string> |
|
314 |
</property> |
|
315 |
<property name="text" > |
|
316 |
<string>He&lp</string> |
|
317 |
</property> |
|
318 |
</widget> |
|
319 |
</item> |
|
320 |
<item> |
|
321 |
<spacer> |
|
322 |
<property name="orientation" > |
|
323 |
<enum>Qt::Horizontal</enum> |
|
324 |
</property> |
|
325 |
<property name="sizeType" > |
|
326 |
<enum>QSizePolicy::Expanding</enum> |
|
327 |
</property> |
|
328 |
<property name="sizeHint" > |
|
329 |
<size> |
|
330 |
<width>61</width> |
|
331 |
<height>21</height> |
|
332 |
</size> |
|
333 |
</property> |
|
334 |
</spacer> |
|
335 |
</item> |
|
336 |
<item> |
|
337 |
<widget class="QPushButton" name="searchButton" > |
|
338 |
<property name="toolTip" > |
|
339 |
<string>Start searching.</string> |
|
340 |
</property> |
|
341 |
<property name="whatsThis" > |
|
342 |
<string>Pressing this button starts the search.</string> |
|
343 |
</property> |
|
344 |
<property name="text" > |
|
345 |
<string>&Search</string> |
|
346 |
</property> |
|
347 |
<property name="enabled" > |
|
348 |
<bool>false</bool> |
|
349 |
</property> |
|
350 |
</widget> |
|
351 |
</item> |
|
352 |
</layout> |
|
353 |
</item> |
|
354 |
</layout> |
|
355 |
</widget> |
|
356 |
</widget> |
|
357 |
</item> |
|
358 |
<item> |
|
359 |
<widget class="QFrame" name="framePrepare" > |
|
360 |
<property name="frameShape" > |
|
361 |
<enum>QFrame::StyledPanel</enum> |
|
362 |
</property> |
|
363 |
<property name="frameShadow" > |
|
364 |
<enum>QFrame::Raised</enum> |
|
365 |
</property> |
|
366 |
<layout class="QHBoxLayout" > |
|
367 |
<property name="margin" > |
|
368 |
<number>3</number> |
|
369 |
</property> |
|
370 |
<property name="spacing" > |
|
371 |
<number>6</number> |
|
372 |
</property> |
|
373 |
<item> |
|
374 |
<widget class="QLabel" name="labelPrepare" > |
|
375 |
<property name="text" > |
|
376 |
<string>Preparing...</string> |
|
377 |
</property> |
|
378 |
</widget> |
|
379 |
</item> |
|
380 |
<item> |
|
381 |
<widget class="QProgressBar" name="progressPrepare" /> |
|
382 |
</item> |
|
383 |
</layout> |
|
384 |
</widget> |
|
385 |
</item> |
|
386 |
</layout> |
|
387 |
</widget> |
|
388 |
<pixmapfunction></pixmapfunction> |
|
389 |
<tabstops> |
|
390 |
<tabstop>tabWidget</tabstop> |
|
391 |
<tabstop>listContents</tabstop> |
|
392 |
<tabstop>editIndex</tabstop> |
|
393 |
<tabstop>listIndex</tabstop> |
|
394 |
<tabstop>listBookmarks</tabstop> |
|
395 |
<tabstop>buttonAdd</tabstop> |
|
396 |
<tabstop>buttonRemove</tabstop> |
|
397 |
<tabstop>termsEdit</tabstop> |
|
398 |
<tabstop>searchButton</tabstop> |
|
399 |
<tabstop>helpButton</tabstop> |
|
400 |
<tabstop>resultBox</tabstop> |
|
401 |
</tabstops> |
|
402 |
<resources/> |
|
403 |
<connections/> |
|
404 |
</ui> |