eric6/WebBrowser/QtHelp/QtHelpDocumentationDialog.ui

changeset 7231
0dcb92a9687d
parent 6942
2602857055c5
equal deleted inserted replaced
7230:2ee6af6381c8 7231:0dcb92a9687d
4 <widget class="QDialog" name="QtHelpDocumentationDialog"> 4 <widget class="QDialog" name="QtHelpDocumentationDialog">
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>500</width> 9 <width>600</width>
10 <height>450</height> 10 <height>500</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Manage QtHelp Documentation Database</string> 14 <string>Manage QtHelp Documentation Database</string>
15 </property> 15 </property>
16 <property name="sizeGripEnabled"> 16 <property name="sizeGripEnabled">
17 <bool>true</bool> 17 <bool>true</bool>
18 </property> 18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout"> 19 <layout class="QVBoxLayout" name="verticalLayout_2">
20 <item> 20 <item>
21 <widget class="QLabel" name="label"> 21 <widget class="QTabWidget" name="tabWidget">
22 <property name="text"> 22 <property name="currentIndex">
23 <string>Registered Documents</string> 23 <number>1</number>
24 </property> 24 </property>
25 <widget class="QWidget" name="documentsTab">
26 <attribute name="title">
27 <string>Registered Documents</string>
28 </attribute>
29 <layout class="QHBoxLayout" name="horizontalLayout">
30 <property name="leftMargin">
31 <number>3</number>
32 </property>
33 <property name="topMargin">
34 <number>3</number>
35 </property>
36 <property name="rightMargin">
37 <number>3</number>
38 </property>
39 <property name="bottomMargin">
40 <number>3</number>
41 </property>
42 <item>
43 <widget class="QListWidget" name="documentsList">
44 <property name="alternatingRowColors">
45 <bool>true</bool>
46 </property>
47 <property name="selectionMode">
48 <enum>QAbstractItemView::ExtendedSelection</enum>
49 </property>
50 <property name="sortingEnabled">
51 <bool>true</bool>
52 </property>
53 </widget>
54 </item>
55 <item>
56 <layout class="QVBoxLayout" name="verticalLayout">
57 <item>
58 <widget class="QPushButton" name="addDocumentsButton">
59 <property name="toolTip">
60 <string>Press to select QtHelp documents to add to the database</string>
61 </property>
62 <property name="text">
63 <string>Add...</string>
64 </property>
65 </widget>
66 </item>
67 <item>
68 <widget class="QPushButton" name="addPluginButton">
69 <property name="toolTip">
70 <string>Press to select QtHelp documents provided by a plug-in to add to the database</string>
71 </property>
72 <property name="text">
73 <string>Add from Plug-ins...</string>
74 </property>
75 </widget>
76 </item>
77 <item>
78 <widget class="QPushButton" name="removeDocumentsButton">
79 <property name="toolTip">
80 <string>Press to remove the selected documents from the database</string>
81 </property>
82 <property name="text">
83 <string>Remove</string>
84 </property>
85 </widget>
86 </item>
87 <item>
88 <widget class="Line" name="line">
89 <property name="lineWidth">
90 <number>2</number>
91 </property>
92 <property name="orientation">
93 <enum>Qt::Horizontal</enum>
94 </property>
95 </widget>
96 </item>
97 <item>
98 <widget class="QPushButton" name="managePluginButton">
99 <property name="toolTip">
100 <string>Select to manage the plug-in provided documentation sets</string>
101 </property>
102 <property name="text">
103 <string>Manage Plug-ins...</string>
104 </property>
105 </widget>
106 </item>
107 <item>
108 <spacer name="verticalSpacer">
109 <property name="orientation">
110 <enum>Qt::Vertical</enum>
111 </property>
112 <property name="sizeHint" stdset="0">
113 <size>
114 <width>20</width>
115 <height>17</height>
116 </size>
117 </property>
118 </spacer>
119 </item>
120 </layout>
121 </item>
122 </layout>
123 </widget>
124 <widget class="QWidget" name="filtersTab">
125 <attribute name="title">
126 <string>Filters</string>
127 </attribute>
128 <layout class="QVBoxLayout" name="verticalLayout_3">
129 <property name="leftMargin">
130 <number>3</number>
131 </property>
132 <property name="topMargin">
133 <number>3</number>
134 </property>
135 <property name="rightMargin">
136 <number>3</number>
137 </property>
138 <property name="bottomMargin">
139 <number>3</number>
140 </property>
141 <item>
142 <layout class="QGridLayout" name="gridLayout">
143 <item row="0" column="0" colspan="2">
144 <widget class="QLabel" name="label">
145 <property name="text">
146 <string>Filters:</string>
147 </property>
148 </widget>
149 </item>
150 <item row="0" column="2" colspan="2">
151 <widget class="QLabel" name="label_2">
152 <property name="text">
153 <string>Attributes:</string>
154 </property>
155 </widget>
156 </item>
157 <item row="1" column="0" colspan="2">
158 <widget class="QListWidget" name="filtersList">
159 <property name="alternatingRowColors">
160 <bool>true</bool>
161 </property>
162 <property name="selectionMode">
163 <enum>QAbstractItemView::ExtendedSelection</enum>
164 </property>
165 <property name="sortingEnabled">
166 <bool>true</bool>
167 </property>
168 </widget>
169 </item>
170 <item row="1" column="2" colspan="2">
171 <widget class="QTreeWidget" name="attributesList">
172 <property name="alternatingRowColors">
173 <bool>true</bool>
174 </property>
175 <property name="selectionMode">
176 <enum>QAbstractItemView::ExtendedSelection</enum>
177 </property>
178 <property name="rootIsDecorated">
179 <bool>false</bool>
180 </property>
181 <property name="sortingEnabled">
182 <bool>true</bool>
183 </property>
184 <property name="headerHidden">
185 <bool>true</bool>
186 </property>
187 <column>
188 <property name="text">
189 <string notr="true">1</string>
190 </property>
191 </column>
192 </widget>
193 </item>
194 <item row="2" column="0">
195 <widget class="QPushButton" name="addFilterButton">
196 <property name="toolTip">
197 <string>Press to add a new filter</string>
198 </property>
199 <property name="text">
200 <string>Add Filter ...</string>
201 </property>
202 </widget>
203 </item>
204 <item row="2" column="1">
205 <widget class="QPushButton" name="removeFiltersButton">
206 <property name="toolTip">
207 <string>Press to remove the selected filters</string>
208 </property>
209 <property name="text">
210 <string>Remove Filters</string>
211 </property>
212 </widget>
213 </item>
214 <item row="2" column="2">
215 <widget class="QPushButton" name="removeAttributesButton">
216 <property name="toolTip">
217 <string>Press to remove the selected attributes</string>
218 </property>
219 <property name="text">
220 <string>Remove Attributes</string>
221 </property>
222 </widget>
223 </item>
224 <item row="2" column="3">
225 <widget class="QPushButton" name="unusedAttributesButton">
226 <property name="statusTip">
227 <string>Press to select all unused attributes</string>
228 </property>
229 <property name="text">
230 <string>Select Unused</string>
231 </property>
232 </widget>
233 </item>
234 </layout>
235 </item>
236 <item>
237 <widget class="Line" name="line_2">
238 <property name="orientation">
239 <enum>Qt::Horizontal</enum>
240 </property>
241 </widget>
242 </item>
243 <item>
244 <layout class="QHBoxLayout" name="horizontalLayout_2">
245 <item>
246 <spacer name="horizontalSpacer">
247 <property name="orientation">
248 <enum>Qt::Horizontal</enum>
249 </property>
250 <property name="sizeHint" stdset="0">
251 <size>
252 <width>40</width>
253 <height>20</height>
254 </size>
255 </property>
256 </spacer>
257 </item>
258 <item>
259 <widget class="QPushButton" name="applyFilterChangesButton">
260 <property name="toolTip">
261 <string>Press to apply the filter and attribute changes</string>
262 </property>
263 <property name="text">
264 <string>Apply</string>
265 </property>
266 </widget>
267 </item>
268 <item>
269 <widget class="QPushButton" name="resetFilterChangesButton">
270 <property name="toolTip">
271 <string>Press to reset the filter and attribute changes</string>
272 </property>
273 <property name="text">
274 <string>Reset</string>
275 </property>
276 </widget>
277 </item>
278 </layout>
279 </item>
280 </layout>
281 </widget>
25 </widget> 282 </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> 283 </item>
107 <item> 284 <item>
108 <widget class="QDialogButtonBox" name="buttonBox"> 285 <widget class="QDialogButtonBox" name="buttonBox">
109 <property name="orientation"> 286 <property name="orientation">
110 <enum>Qt::Horizontal</enum> 287 <enum>Qt::Horizontal</enum>
115 </widget> 292 </widget>
116 </item> 293 </item>
117 </layout> 294 </layout>
118 </widget> 295 </widget>
119 <tabstops> 296 <tabstops>
297 <tabstop>tabWidget</tabstop>
120 <tabstop>documentsList</tabstop> 298 <tabstop>documentsList</tabstop>
121 <tabstop>addButton</tabstop> 299 <tabstop>addDocumentsButton</tabstop>
122 <tabstop>addPluginButton</tabstop> 300 <tabstop>addPluginButton</tabstop>
123 <tabstop>removeButton</tabstop> 301 <tabstop>removeDocumentsButton</tabstop>
302 <tabstop>managePluginButton</tabstop>
303 <tabstop>filtersList</tabstop>
304 <tabstop>addFilterButton</tabstop>
305 <tabstop>removeFiltersButton</tabstop>
306 <tabstop>attributesList</tabstop>
307 <tabstop>removeAttributesButton</tabstop>
308 <tabstop>unusedAttributesButton</tabstop>
309 <tabstop>applyFilterChangesButton</tabstop>
310 <tabstop>resetFilterChangesButton</tabstop>
124 </tabstops> 311 </tabstops>
125 <resources/> 312 <resources/>
126 <connections> 313 <connections>
127 <connection> 314 <connection>
128 <sender>buttonBox</sender> 315 <sender>buttonBox</sender>

eric ide

mercurial