|
1 <!DOCTYPE UI><UI version="3.0" stdsetdef="1"> |
|
2 <class>TopicChooserBase</class> |
|
3 <comment>********************************************************************* |
|
4 ** |
|
5 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
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 <widget class="QDialog"> |
|
44 <property name="name"> |
|
45 <cstring>TopicChooserBase</cstring> |
|
46 </property> |
|
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="caption"> |
|
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 <vbox> |
|
65 <property name="name"> |
|
66 <cstring>unnamed</cstring> |
|
67 </property> |
|
68 <property name="margin"> |
|
69 <number>11</number> |
|
70 </property> |
|
71 <property name="spacing"> |
|
72 <number>6</number> |
|
73 </property> |
|
74 <widget class="QLabel"> |
|
75 <property name="name"> |
|
76 <cstring>label</cstring> |
|
77 </property> |
|
78 <property name="text"> |
|
79 <string>&Topics</string> |
|
80 </property> |
|
81 <property name="buddy" stdset="0"> |
|
82 <cstring>listbox</cstring> |
|
83 </property> |
|
84 </widget> |
|
85 <widget class="QListBox"> |
|
86 <property name="name"> |
|
87 <cstring>listbox</cstring> |
|
88 </property> |
|
89 <property name="whatsThis" stdset="0"> |
|
90 <string>Displays a list of available help topics for the keyword.</string> |
|
91 </property> |
|
92 </widget> |
|
93 <widget class="QLayoutWidget"> |
|
94 <property name="name"> |
|
95 <cstring>Layout16</cstring> |
|
96 </property> |
|
97 <hbox> |
|
98 <property name="name"> |
|
99 <cstring>unnamed</cstring> |
|
100 </property> |
|
101 <property name="margin"> |
|
102 <number>0</number> |
|
103 </property> |
|
104 <property name="spacing"> |
|
105 <number>6</number> |
|
106 </property> |
|
107 <spacer> |
|
108 <property name="name"> |
|
109 <cstring>Horizontal Spacing2</cstring> |
|
110 </property> |
|
111 <property name="orientation"> |
|
112 <enum>Horizontal</enum> |
|
113 </property> |
|
114 <property name="sizeType"> |
|
115 <enum>Expanding</enum> |
|
116 </property> |
|
117 <property name="sizeHint"> |
|
118 <size> |
|
119 <width>20</width> |
|
120 <height>20</height> |
|
121 </size> |
|
122 </property> |
|
123 </spacer> |
|
124 <widget class="QPushButton"> |
|
125 <property name="name"> |
|
126 <cstring>buttonDisplay</cstring> |
|
127 </property> |
|
128 <property name="text"> |
|
129 <string>&Display</string> |
|
130 </property> |
|
131 <property name="autoDefault"> |
|
132 <bool>true</bool> |
|
133 </property> |
|
134 <property name="default"> |
|
135 <bool>true</bool> |
|
136 </property> |
|
137 <property name="whatsThis" stdset="0"> |
|
138 <string>Open the topic selected in the list.</string> |
|
139 </property> |
|
140 </widget> |
|
141 <widget class="QPushButton"> |
|
142 <property name="name"> |
|
143 <cstring>buttonCancel</cstring> |
|
144 </property> |
|
145 <property name="text"> |
|
146 <string>&Close</string> |
|
147 </property> |
|
148 <property name="autoDefault"> |
|
149 <bool>true</bool> |
|
150 </property> |
|
151 <property name="whatsThis" stdset="0"> |
|
152 <string>Close the Dialog.</string> |
|
153 </property> |
|
154 </widget> |
|
155 </hbox> |
|
156 </widget> |
|
157 </vbox> |
|
158 </widget> |
|
159 <connections> |
|
160 <connection> |
|
161 <sender>buttonDisplay</sender> |
|
162 <signal>clicked()</signal> |
|
163 <receiver>TopicChooserBase</receiver> |
|
164 <slot>accept()</slot> |
|
165 </connection> |
|
166 <connection> |
|
167 <sender>buttonCancel</sender> |
|
168 <signal>clicked()</signal> |
|
169 <receiver>TopicChooserBase</receiver> |
|
170 <slot>reject()</slot> |
|
171 </connection> |
|
172 <connection> |
|
173 <sender>listbox</sender> |
|
174 <signal>doubleClicked(QListBoxItem*)</signal> |
|
175 <receiver>TopicChooserBase</receiver> |
|
176 <slot>accept()</slot> |
|
177 </connection> |
|
178 <connection> |
|
179 <sender>listbox</sender> |
|
180 <signal>returnPressed(QListBoxItem*)</signal> |
|
181 <receiver>TopicChooserBase</receiver> |
|
182 <slot>accept()</slot> |
|
183 </connection> |
|
184 </connections> |
|
185 <slots> |
|
186 <slot access="protected">init()</slot> |
|
187 <slot access="protected">destroy()</slot> |
|
188 </slots> |
|
189 <layoutdefaults spacing="6" margin="11"/> |
|
190 </UI> |