|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>QtHelpDocumentationDialog</class> |
|
4 <widget class="QDialog" name="QtHelpDocumentationDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>500</width> |
|
10 <height>450</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Manage QtHelp Documentation Database</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QLabel" name="label"> |
|
22 <property name="text"> |
|
23 <string>Registered Documents</string> |
|
24 </property> |
|
25 </widget> |
|
26 </item> |
|
27 <item> |
|
28 <layout class="QGridLayout" name="gridLayout"> |
|
29 <item row="0" column="0" rowspan="6"> |
|
30 <widget class="QListWidget" name="documentsList"> |
|
31 <property name="alternatingRowColors"> |
|
32 <bool>true</bool> |
|
33 </property> |
|
34 <property name="selectionMode"> |
|
35 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
36 </property> |
|
37 <property name="sortingEnabled"> |
|
38 <bool>true</bool> |
|
39 </property> |
|
40 </widget> |
|
41 </item> |
|
42 <item row="0" column="1"> |
|
43 <widget class="QPushButton" name="addButton"> |
|
44 <property name="toolTip"> |
|
45 <string>Press to select QtHelp documents to add to the database</string> |
|
46 </property> |
|
47 <property name="text"> |
|
48 <string>Add...</string> |
|
49 </property> |
|
50 </widget> |
|
51 </item> |
|
52 <item row="1" column="1"> |
|
53 <widget class="QPushButton" name="addPluginButton"> |
|
54 <property name="toolTip"> |
|
55 <string>Press to select QtHelp documents provided by a plug-in to add to the database</string> |
|
56 </property> |
|
57 <property name="text"> |
|
58 <string>Add from Plug-ins...</string> |
|
59 </property> |
|
60 </widget> |
|
61 </item> |
|
62 <item row="2" column="1"> |
|
63 <widget class="QPushButton" name="removeButton"> |
|
64 <property name="toolTip"> |
|
65 <string>Press to remove the selected documents from the database</string> |
|
66 </property> |
|
67 <property name="text"> |
|
68 <string>Remove</string> |
|
69 </property> |
|
70 </widget> |
|
71 </item> |
|
72 <item row="3" column="1"> |
|
73 <widget class="Line" name="line"> |
|
74 <property name="lineWidth"> |
|
75 <number>2</number> |
|
76 </property> |
|
77 <property name="orientation"> |
|
78 <enum>Qt::Horizontal</enum> |
|
79 </property> |
|
80 </widget> |
|
81 </item> |
|
82 <item row="4" column="1"> |
|
83 <widget class="QPushButton" name="managePluginButton"> |
|
84 <property name="toolTip"> |
|
85 <string>Select to manage the plug-in provided documentation sets</string> |
|
86 </property> |
|
87 <property name="text"> |
|
88 <string>Manage Plug-ins...</string> |
|
89 </property> |
|
90 </widget> |
|
91 </item> |
|
92 <item row="5" column="1"> |
|
93 <spacer name="verticalSpacer"> |
|
94 <property name="orientation"> |
|
95 <enum>Qt::Vertical</enum> |
|
96 </property> |
|
97 <property name="sizeHint" stdset="0"> |
|
98 <size> |
|
99 <width>20</width> |
|
100 <height>17</height> |
|
101 </size> |
|
102 </property> |
|
103 </spacer> |
|
104 </item> |
|
105 </layout> |
|
106 </item> |
|
107 <item> |
|
108 <widget class="QDialogButtonBox" name="buttonBox"> |
|
109 <property name="orientation"> |
|
110 <enum>Qt::Horizontal</enum> |
|
111 </property> |
|
112 <property name="standardButtons"> |
|
113 <set>QDialogButtonBox::Close</set> |
|
114 </property> |
|
115 </widget> |
|
116 </item> |
|
117 </layout> |
|
118 </widget> |
|
119 <tabstops> |
|
120 <tabstop>documentsList</tabstop> |
|
121 <tabstop>addButton</tabstop> |
|
122 <tabstop>addPluginButton</tabstop> |
|
123 <tabstop>removeButton</tabstop> |
|
124 </tabstops> |
|
125 <resources/> |
|
126 <connections> |
|
127 <connection> |
|
128 <sender>buttonBox</sender> |
|
129 <signal>accepted()</signal> |
|
130 <receiver>QtHelpDocumentationDialog</receiver> |
|
131 <slot>accept()</slot> |
|
132 <hints> |
|
133 <hint type="sourcelabel"> |
|
134 <x>248</x> |
|
135 <y>254</y> |
|
136 </hint> |
|
137 <hint type="destinationlabel"> |
|
138 <x>157</x> |
|
139 <y>274</y> |
|
140 </hint> |
|
141 </hints> |
|
142 </connection> |
|
143 <connection> |
|
144 <sender>buttonBox</sender> |
|
145 <signal>rejected()</signal> |
|
146 <receiver>QtHelpDocumentationDialog</receiver> |
|
147 <slot>reject()</slot> |
|
148 <hints> |
|
149 <hint type="sourcelabel"> |
|
150 <x>316</x> |
|
151 <y>260</y> |
|
152 </hint> |
|
153 <hint type="destinationlabel"> |
|
154 <x>286</x> |
|
155 <y>274</y> |
|
156 </hint> |
|
157 </hints> |
|
158 </connection> |
|
159 </connections> |
|
160 </ui> |