|
1 <ui version="4.0" > |
|
2 <class>HelpTopicDialog</class> |
|
3 <widget class="QDialog" name="HelpTopicDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>500</width> |
|
9 <height>300</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Select Help Topic</string> |
|
14 </property> |
|
15 <layout class="QVBoxLayout" name="verticalLayout" > |
|
16 <item> |
|
17 <widget class="QLabel" name="label" > |
|
18 <property name="text" > |
|
19 <string>&Topics:</string> |
|
20 </property> |
|
21 <property name="buddy" > |
|
22 <cstring>topicsList</cstring> |
|
23 </property> |
|
24 </widget> |
|
25 </item> |
|
26 <item> |
|
27 <widget class="QListWidget" name="topicsList" /> |
|
28 </item> |
|
29 <item> |
|
30 <widget class="QDialogButtonBox" name="buttonBox" > |
|
31 <property name="orientation" > |
|
32 <enum>Qt::Horizontal</enum> |
|
33 </property> |
|
34 <property name="standardButtons" > |
|
35 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
36 </property> |
|
37 </widget> |
|
38 </item> |
|
39 </layout> |
|
40 </widget> |
|
41 <tabstops> |
|
42 <tabstop>topicsList</tabstop> |
|
43 <tabstop>buttonBox</tabstop> |
|
44 </tabstops> |
|
45 <resources/> |
|
46 <connections> |
|
47 <connection> |
|
48 <sender>buttonBox</sender> |
|
49 <signal>accepted()</signal> |
|
50 <receiver>HelpTopicDialog</receiver> |
|
51 <slot>accept()</slot> |
|
52 <hints> |
|
53 <hint type="sourcelabel" > |
|
54 <x>248</x> |
|
55 <y>254</y> |
|
56 </hint> |
|
57 <hint type="destinationlabel" > |
|
58 <x>157</x> |
|
59 <y>274</y> |
|
60 </hint> |
|
61 </hints> |
|
62 </connection> |
|
63 <connection> |
|
64 <sender>buttonBox</sender> |
|
65 <signal>rejected()</signal> |
|
66 <receiver>HelpTopicDialog</receiver> |
|
67 <slot>reject()</slot> |
|
68 <hints> |
|
69 <hint type="sourcelabel" > |
|
70 <x>316</x> |
|
71 <y>260</y> |
|
72 </hint> |
|
73 <hint type="destinationlabel" > |
|
74 <x>286</x> |
|
75 <y>274</y> |
|
76 </hint> |
|
77 </hints> |
|
78 </connection> |
|
79 </connections> |
|
80 </ui> |