Helpviewer/QtHelpDocumentationDialog.ui

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

eric ide

mercurial