|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0" stdsetdef="1"> |
|
3 <author></author> |
|
4 <comment>********************************************************************* |
|
5 ** |
|
6 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
7 ** All rights reserved. |
|
8 ** Contact: Nokia Corporation (qt-info@nokia.com) |
|
9 ** |
|
10 ** This file is part of the autotests of the Qt Toolkit. |
|
11 ** |
|
12 ** $QT_BEGIN_LICENSE:LGPL$ |
|
13 ** No Commercial Usage |
|
14 ** This file contains pre-release code and may not be distributed. |
|
15 ** You may use this file in accordance with the terms and conditions |
|
16 ** contained in the Technology Preview License Agreement accompanying |
|
17 ** this package. |
|
18 ** |
|
19 ** GNU Lesser General Public License Usage |
|
20 ** Alternatively, this file may be used under the terms of the GNU Lesser |
|
21 ** General Public License version 2.1 as published by the Free Software |
|
22 ** Foundation and appearing in the file LICENSE.LGPL included in the |
|
23 ** packaging of this file. Please review the following information to |
|
24 ** ensure the GNU Lesser General Public License version 2.1 requirements |
|
25 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
|
26 ** |
|
27 ** In addition, as a special exception, Nokia gives you certain additional |
|
28 ** rights. These rights are described in the Nokia Qt LGPL Exception |
|
29 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
|
30 ** |
|
31 ** If you have questions regarding the use of this file, please contact |
|
32 ** Nokia at qt-info@nokia.com. |
|
33 ** |
|
34 ** |
|
35 ** |
|
36 ** |
|
37 ** |
|
38 ** |
|
39 ** |
|
40 ** |
|
41 ** $QT_END_LICENSE$ |
|
42 ** |
|
43 *********************************************************************</comment> |
|
44 <exportmacro></exportmacro> |
|
45 <class>TopicChooserBase</class> |
|
46 <widget class="QDialog" name="TopicChooserBase"> |
|
47 <property name="geometry"> |
|
48 <rect> |
|
49 <x>0</x> |
|
50 <y>0</y> |
|
51 <width>391</width> |
|
52 <height>223</height> |
|
53 </rect> |
|
54 </property> |
|
55 <property name="windowTitle"> |
|
56 <string>Choose Topic</string> |
|
57 </property> |
|
58 <property name="sizeGripEnabled"> |
|
59 <bool>true</bool> |
|
60 </property> |
|
61 <property name="whatsThis" stdset="0"> |
|
62 <string>Select a topic from the list and click the <b>Display</b>-button to open the online help.</string> |
|
63 </property> |
|
64 <layout class="QVBoxLayout"> |
|
65 <property name="margin"> |
|
66 <number>11</number> |
|
67 </property> |
|
68 <property name="spacing"> |
|
69 <number>6</number> |
|
70 </property> |
|
71 <item> |
|
72 <widget class="QLabel" name="label"> |
|
73 <property name="text"> |
|
74 <string>&Topics</string> |
|
75 </property> |
|
76 <property name="buddy" stdset="0"> |
|
77 <cstring>listbox</cstring> |
|
78 </property> |
|
79 <property name="wordWrap"> |
|
80 <bool>false</bool> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item> |
|
85 <widget class="Q3ListBox" name="listbox"> |
|
86 <property name="whatsThis" stdset="0"> |
|
87 <string>Displays a list of available help topics for the keyword.</string> |
|
88 </property> |
|
89 </widget> |
|
90 </item> |
|
91 <item> |
|
92 <layout class="QHBoxLayout"> |
|
93 <property name="margin"> |
|
94 <number>0</number> |
|
95 </property> |
|
96 <property name="spacing"> |
|
97 <number>6</number> |
|
98 </property> |
|
99 <item> |
|
100 <spacer name="Horizontal Spacing2"> |
|
101 <property name="sizeHint"> |
|
102 <size> |
|
103 <width>20</width> |
|
104 <height>20</height> |
|
105 </size> |
|
106 </property> |
|
107 <property name="sizeType"> |
|
108 <enum>QSizePolicy::Expanding</enum> |
|
109 </property> |
|
110 <property name="orientation"> |
|
111 <enum>Qt::Horizontal</enum> |
|
112 </property> |
|
113 </spacer> |
|
114 </item> |
|
115 <item> |
|
116 <widget class="QPushButton" name="buttonDisplay"> |
|
117 <property name="text"> |
|
118 <string>&Display</string> |
|
119 </property> |
|
120 <property name="autoDefault"> |
|
121 <bool>true</bool> |
|
122 </property> |
|
123 <property name="default"> |
|
124 <bool>true</bool> |
|
125 </property> |
|
126 <property name="whatsThis" stdset="0"> |
|
127 <string>Open the topic selected in the list.</string> |
|
128 </property> |
|
129 </widget> |
|
130 </item> |
|
131 <item> |
|
132 <widget class="QPushButton" name="buttonCancel"> |
|
133 <property name="text"> |
|
134 <string>&Close</string> |
|
135 </property> |
|
136 <property name="autoDefault"> |
|
137 <bool>true</bool> |
|
138 </property> |
|
139 <property name="whatsThis" stdset="0"> |
|
140 <string>Close the Dialog.</string> |
|
141 </property> |
|
142 </widget> |
|
143 </item> |
|
144 </layout> |
|
145 </item> |
|
146 </layout> |
|
147 </widget> |
|
148 <layoutdefault spacing="6" margin="11"/> |
|
149 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
150 <connections> |
|
151 <connection> |
|
152 <sender>buttonDisplay</sender> |
|
153 <signal>clicked()</signal> |
|
154 <receiver>TopicChooserBase</receiver> |
|
155 <slot>accept()</slot> |
|
156 </connection> |
|
157 <connection> |
|
158 <sender>buttonCancel</sender> |
|
159 <signal>clicked()</signal> |
|
160 <receiver>TopicChooserBase</receiver> |
|
161 <slot>reject()</slot> |
|
162 </connection> |
|
163 <connection> |
|
164 <sender>listbox</sender> |
|
165 <signal>doubleClicked(Q3ListBoxItem*)</signal> |
|
166 <receiver>TopicChooserBase</receiver> |
|
167 <slot>accept()</slot> |
|
168 </connection> |
|
169 <connection> |
|
170 <sender>listbox</sender> |
|
171 <signal>returnPressed(Q3ListBoxItem*)</signal> |
|
172 <receiver>TopicChooserBase</receiver> |
|
173 <slot>accept()</slot> |
|
174 </connection> |
|
175 </connections> |
|
176 </ui> |