source: trunk/tools/assistant/topicchooser.ui@ 197

Last change on this file since 197 was 191, checked in by rudi, 14 years ago

Qt Assistant added

File size: 6.4 KB
Line 
1<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
2<class>TopicChooserBase</class>
3<comment>*********************************************************************
4** Copyright (C) 2000-2007 Trolltech ASA. All rights reserved.
5**
6** This file is part of Qt Assistant.
7**
8** This file may be distributed and/or modified under the terms of the
9** GNU General Public License version 2 as published by the Free Software
10** Foundation and appearing in the file LICENSE.GPL included in the
11** packaging of this file.
12**
13** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition
14** licenses may use this file in accordance with the Qt Commercial License
15** Agreement provided with the Software.
16**
17** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
18** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
19**
20** See http://www.trolltech.com/gpl/ for GPL licensing information.
21** See http://www.trolltech.com/pricing.html or email sales@trolltech.com for
22** information about Qt Commercial License Agreements.
23**
24** Contact info@trolltech.com if any conditions of this licensing are
25** not clear to you.
26**
27*********************************************************************</comment>
28<widget class="QDialog">
29 <property name="name">
30 <cstring>TopicChooserBase</cstring>
31 </property>
32 <property name="geometry">
33 <rect>
34 <x>0</x>
35 <y>0</y>
36 <width>391</width>
37 <height>223</height>
38 </rect>
39 </property>
40 <property name="caption">
41 <string>Choose Topic</string>
42 </property>
43 <property name="sizeGripEnabled">
44 <bool>true</bool>
45 </property>
46 <property name="whatsThis" stdset="0">
47 <string>Select a topic from the list and click the &lt;b&gt;Display&lt;/b&gt;-button to open the online help.</string>
48 </property>
49 <vbox>
50 <property name="name">
51 <cstring>unnamed</cstring>
52 </property>
53 <property name="margin">
54 <number>11</number>
55 </property>
56 <property name="spacing">
57 <number>6</number>
58 </property>
59 <widget class="QLabel">
60 <property name="name">
61 <cstring>label</cstring>
62 </property>
63 <property name="text">
64 <string>&amp;Topics</string>
65 </property>
66 <property name="buddy" stdset="0">
67 <cstring>listbox</cstring>
68 </property>
69 </widget>
70 <widget class="QListBox">
71 <property name="name">
72 <cstring>listbox</cstring>
73 </property>
74 <property name="whatsThis" stdset="0">
75 <string>Displays a list of available help topics for the keyword.</string>
76 </property>
77 </widget>
78 <widget class="QLayoutWidget">
79 <property name="name">
80 <cstring>Layout16</cstring>
81 </property>
82 <hbox>
83 <property name="name">
84 <cstring>unnamed</cstring>
85 </property>
86 <property name="margin">
87 <number>0</number>
88 </property>
89 <property name="spacing">
90 <number>6</number>
91 </property>
92 <spacer>
93 <property name="name">
94 <cstring>Horizontal Spacing2</cstring>
95 </property>
96 <property name="orientation">
97 <enum>Horizontal</enum>
98 </property>
99 <property name="sizeType">
100 <enum>Expanding</enum>
101 </property>
102 <property name="sizeHint">
103 <size>
104 <width>20</width>
105 <height>20</height>
106 </size>
107 </property>
108 </spacer>
109 <widget class="QPushButton">
110 <property name="name">
111 <cstring>buttonDisplay</cstring>
112 </property>
113 <property name="text">
114 <string>&amp;Display</string>
115 </property>
116 <property name="autoDefault">
117 <bool>true</bool>
118 </property>
119 <property name="default">
120 <bool>true</bool>
121 </property>
122 <property name="whatsThis" stdset="0">
123 <string>Open the topic selected in the list.</string>
124 </property>
125 </widget>
126 <widget class="QPushButton">
127 <property name="name">
128 <cstring>buttonCancel</cstring>
129 </property>
130 <property name="text">
131 <string>&amp;Close</string>
132 </property>
133 <property name="autoDefault">
134 <bool>true</bool>
135 </property>
136 <property name="whatsThis" stdset="0">
137 <string>Close the Dialog.</string>
138 </property>
139 </widget>
140 </hbox>
141 </widget>
142 </vbox>
143</widget>
144<connections>
145 <connection>
146 <sender>buttonDisplay</sender>
147 <signal>clicked()</signal>
148 <receiver>TopicChooserBase</receiver>
149 <slot>accept()</slot>
150 </connection>
151 <connection>
152 <sender>buttonCancel</sender>
153 <signal>clicked()</signal>
154 <receiver>TopicChooserBase</receiver>
155 <slot>reject()</slot>
156 </connection>
157 <connection>
158 <sender>listbox</sender>
159 <signal>doubleClicked(QListBoxItem*)</signal>
160 <receiver>TopicChooserBase</receiver>
161 <slot>accept()</slot>
162 </connection>
163 <connection>
164 <sender>listbox</sender>
165 <signal>returnPressed(QListBoxItem*)</signal>
166 <receiver>TopicChooserBase</receiver>
167 <slot>accept()</slot>
168 </connection>
169</connections>
170<slots>
171 <slot access="protected">init()</slot>
172 <slot access="protected">destroy()</slot>
173</slots>
174<layoutdefaults spacing="6" margin="11"/>
175</UI>
Note: See TracBrowser for help on using the repository browser.