Helpviewer/QtHelpDocumentationDialog.ui

changeset 0
de9c2efb9d02
child 2298
fa4f79c34e0c
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>QtHelpDocumentationDialog</class>
3 <widget class="QDialog" name="QtHelpDocumentationDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>425</width>
9 <height>391</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Manage QtHelp Documentation Database</string>
14 </property>
15 <property name="sizeGripEnabled" >
16 <bool>true</bool>
17 </property>
18 <layout class="QVBoxLayout" name="verticalLayout" >
19 <item>
20 <widget class="QLabel" name="label" >
21 <property name="text" >
22 <string>Registered Documents</string>
23 </property>
24 </widget>
25 </item>
26 <item>
27 <layout class="QGridLayout" name="gridLayout" >
28 <item rowspan="3" row="0" column="0" >
29 <widget class="QListWidget" name="documentsList" >
30 <property name="toolTip" >
31 <string/>
32 </property>
33 </widget>
34 </item>
35 <item row="0" column="1" >
36 <widget class="QPushButton" name="addButton" >
37 <property name="toolTip" >
38 <string>Press to select QtHelp documents to add to the database</string>
39 </property>
40 <property name="text" >
41 <string>Add...</string>
42 </property>
43 </widget>
44 </item>
45 <item row="1" column="1" >
46 <widget class="QPushButton" name="removeButton" >
47 <property name="toolTip" >
48 <string>Press to remove the selected documents from the database</string>
49 </property>
50 <property name="text" >
51 <string>Remove</string>
52 </property>
53 </widget>
54 </item>
55 <item row="2" column="1" >
56 <spacer name="verticalSpacer" >
57 <property name="orientation" >
58 <enum>Qt::Vertical</enum>
59 </property>
60 <property name="sizeHint" stdset="0" >
61 <size>
62 <width>20</width>
63 <height>98</height>
64 </size>
65 </property>
66 </spacer>
67 </item>
68 </layout>
69 </item>
70 <item>
71 <widget class="QDialogButtonBox" name="buttonBox" >
72 <property name="orientation" >
73 <enum>Qt::Horizontal</enum>
74 </property>
75 <property name="standardButtons" >
76 <set>QDialogButtonBox::Close</set>
77 </property>
78 </widget>
79 </item>
80 </layout>
81 </widget>
82 <tabstops>
83 <tabstop>documentsList</tabstop>
84 <tabstop>addButton</tabstop>
85 <tabstop>removeButton</tabstop>
86 <tabstop>buttonBox</tabstop>
87 </tabstops>
88 <resources/>
89 <connections>
90 <connection>
91 <sender>buttonBox</sender>
92 <signal>accepted()</signal>
93 <receiver>QtHelpDocumentationDialog</receiver>
94 <slot>accept()</slot>
95 <hints>
96 <hint type="sourcelabel" >
97 <x>248</x>
98 <y>254</y>
99 </hint>
100 <hint type="destinationlabel" >
101 <x>157</x>
102 <y>274</y>
103 </hint>
104 </hints>
105 </connection>
106 <connection>
107 <sender>buttonBox</sender>
108 <signal>rejected()</signal>
109 <receiver>QtHelpDocumentationDialog</receiver>
110 <slot>reject()</slot>
111 <hints>
112 <hint type="sourcelabel" >
113 <x>316</x>
114 <y>260</y>
115 </hint>
116 <hint type="destinationlabel" >
117 <x>286</x>
118 <y>274</y>
119 </hint>
120 </hints>
121 </connection>
122 </connections>
123 </ui>

eric ide

mercurial