src/eric7/WebBrowser/QtHelp/HelpTopicDialog.ui

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

eric ide

mercurial