1<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2<class>TopicChooserBase</class>
3<comment>*********************************************************************
4**
5** Copyright (C) 2015 The Qt Company Ltd.
6** Contact: http://www.qt.io/licensing/
7**
8** This file is part of the autotests of the Qt Toolkit.
9**
10** $QT_BEGIN_LICENSE:LGPL$
11** Commercial License Usage
12** Licensees holding valid commercial Qt licenses may use this file in
13** accordance with the commercial license agreement provided with the
14** Software or, alternatively, in accordance with the terms contained in
15** a written agreement between you and The Qt Company. For licensing terms
16** and conditions see http://www.qt.io/terms-conditions. For further
17** information use the contact form at http://www.qt.io/contact-us.
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 or version 3 as published by the Free
22** Software Foundation and appearing in the file LICENSE.LGPLv21 and
23** LICENSE.LGPLv3 included in the packaging of this file. Please review the
24** following information to ensure the GNU Lesser General Public License
25** requirements will be met: https://www.gnu.org/licenses/lgpl.html and
26** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
27**
28** As a special exception, The Qt Company gives you certain additional
29** rights. These rights are described in The Qt Company LGPL Exception
30** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
31**
32** GNU General Public License Usage
33** Alternatively, this file may be used under the terms of the GNU
34** General Public License version 3.0 as published by the Free Software
35** Foundation and appearing in the file LICENSE.GPL included in the
36** packaging of this file.  Please review the following information to
37** ensure the GNU General Public License version 3.0 requirements will be
38** met: http://www.gnu.org/copyleft/gpl.html.
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 &lt;b&gt;Display&lt;/b&gt;-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>&amp;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>&amp;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>&amp;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>
191