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