eric6/Documentation/Source/eric6.WebBrowser.QtHelp.QtHelpDocumentationDialog.html

branch
maintenance
changeset 7286
7eb04391adf7
parent 7273
391d6b7b1eff
child 7989
a21d673a8f99
equal deleted inserted replaced
7226:babe80d84a3e 7286:7eb04391adf7
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.WebBrowser.QtHelp.QtHelpDocumentationDialog</h1> 23 <h1>eric6.WebBrowser.QtHelp.QtHelpDocumentationDialog</h1>
24
23 <p> 25 <p>
24 Module implementing a dialog to manage the QtHelp documentation database. 26 Module implementing a dialog to manage the QtHelp documentation database.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
31 <table> 34
35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#QtHelpDocumentationDialog">QtHelpDocumentationDialog</a></td> 38 <td><a href="#QtHelpDocumentationDialog">QtHelpDocumentationDialog</a></td>
34 <td>Class implementing a dialog to manage the QtHelp documentation database.</td> 39 <td>Class implementing a dialog to manage the QtHelp documentation database.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
39 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
40 </table> 46 </table>
41 <hr /><hr /> 47 <hr />
48 <hr />
42 <a NAME="QtHelpDocumentationDialog" ID="QtHelpDocumentationDialog"></a> 49 <a NAME="QtHelpDocumentationDialog" ID="QtHelpDocumentationDialog"></a>
43 <h2>QtHelpDocumentationDialog</h2> 50 <h2>QtHelpDocumentationDialog</h2>
51
44 <p> 52 <p>
45 Class implementing a dialog to manage the QtHelp documentation database. 53 Class implementing a dialog to manage the QtHelp documentation database.
46 </p> 54 </p>
47 <h3>Derived from</h3> 55 <h3>Derived from</h3>
48 QDialog, Ui_QtHelpDocumentationDialog 56 QDialog, Ui_QtHelpDocumentationDialog
49 <h3>Class Attributes</h3> 57 <h3>Class Attributes</h3>
58
50 <table> 59 <table>
51 <tr><td>None</td></tr> 60 <tr><td>None</td></tr>
52 </table> 61 </table>
53 <h3>Class Methods</h3> 62 <h3>Class Methods</h3>
63
54 <table> 64 <table>
55 <tr><td>None</td></tr> 65 <tr><td>None</td></tr>
56 </table> 66 </table>
57 <h3>Methods</h3> 67 <h3>Methods</h3>
58 <table> 68
69 <table>
70
59 <tr> 71 <tr>
60 <td><a href="#QtHelpDocumentationDialog.__init__">QtHelpDocumentationDialog</a></td> 72 <td><a href="#QtHelpDocumentationDialog.__init__">QtHelpDocumentationDialog</a></td>
61 <td>Constructor</td> 73 <td>Constructor</td>
62 </tr><tr> 74 </tr>
75 <tr>
76 <td><a href="#QtHelpDocumentationDialog.__hasChangedFilters">__hasChangedFilters</a></td>
77 <td>Private method to determine, if there are filter changes.</td>
78 </tr>
79 <tr>
80 <td><a href="#QtHelpDocumentationDialog.__initDocumentsTab">__initDocumentsTab</a></td>
81 <td>Private method to initialize the documents tab.</td>
82 </tr>
83 <tr>
84 <td><a href="#QtHelpDocumentationDialog.__initFiltersTab">__initFiltersTab</a></td>
85 <td>Private method to initialize the filters tab.</td>
86 </tr>
87 <tr>
63 <td><a href="#QtHelpDocumentationDialog.__registerDocumentations">__registerDocumentations</a></td> 88 <td><a href="#QtHelpDocumentationDialog.__registerDocumentations">__registerDocumentations</a></td>
64 <td>Private method to register a given list of documentations.</td> 89 <td>Private method to register a given list of documentations.</td>
65 </tr><tr> 90 </tr>
91 <tr>
92 <td><a href="#QtHelpDocumentationDialog.__removeAttributes">__removeAttributes</a></td>
93 <td>Private method to remove attributes from the Qt Help database.</td>
94 </tr>
95 <tr>
66 <td><a href="#QtHelpDocumentationDialog.getTabsToClose">getTabsToClose</a></td> 96 <td><a href="#QtHelpDocumentationDialog.getTabsToClose">getTabsToClose</a></td>
67 <td>Public method to get the list of tabs to close.</td> 97 <td>Public method to get the list of tabs to close.</td>
68 </tr><tr> 98 </tr>
69 <td><a href="#QtHelpDocumentationDialog.hasChanges">hasChanges</a></td> 99 <tr>
70 <td>Public slot to test the dialog for changes.</td> 100 <td><a href="#QtHelpDocumentationDialog.hasDocumentationChanges">hasDocumentationChanges</a></td>
71 </tr><tr> 101 <td>Public slot to test the dialog for changes of configured QtHelp documents.</td>
72 <td><a href="#QtHelpDocumentationDialog.on_addButton_clicked">on_addButton_clicked</a></td> 102 </tr>
103 <tr>
104 <td><a href="#QtHelpDocumentationDialog.on_addDocumentsButton_clicked">on_addDocumentsButton_clicked</a></td>
73 <td>Private slot to add QtHelp documents to the help database.</td> 105 <td>Private slot to add QtHelp documents to the help database.</td>
74 </tr><tr> 106 </tr>
107 <tr>
108 <td><a href="#QtHelpDocumentationDialog.on_addFilterButton_clicked">on_addFilterButton_clicked</a></td>
109 <td>Private slot to add a new filter.</td>
110 </tr>
111 <tr>
75 <td><a href="#QtHelpDocumentationDialog.on_addPluginButton_clicked">on_addPluginButton_clicked</a></td> 112 <td><a href="#QtHelpDocumentationDialog.on_addPluginButton_clicked">on_addPluginButton_clicked</a></td>
76 <td>Private slot to add QtHelp documents provided by plug-ins to the help database.</td> 113 <td>Private slot to add QtHelp documents provided by plug-ins to the help database.</td>
77 </tr><tr> 114 </tr>
115 <tr>
116 <td><a href="#QtHelpDocumentationDialog.on_applyFilterChangesButton_clicked">on_applyFilterChangesButton_clicked</a></td>
117 <td>Private slot to apply the filter changes.</td>
118 </tr>
119 <tr>
120 <td><a href="#QtHelpDocumentationDialog.on_attributesList_itemChanged">on_attributesList_itemChanged</a></td>
121 <td>Private slot to handle a change of an attribute.</td>
122 </tr>
123 <tr>
124 <td><a href="#QtHelpDocumentationDialog.on_attributesList_itemSelectionChanged">on_attributesList_itemSelectionChanged</a></td>
125 <td>Private slot handling the selection of attributes.</td>
126 </tr>
127 <tr>
78 <td><a href="#QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged">on_documentsList_itemSelectionChanged</a></td> 128 <td><a href="#QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged">on_documentsList_itemSelectionChanged</a></td>
79 <td>Private slot handling a change of the documents selection.</td> 129 <td>Private slot handling a change of the documents selection.</td>
80 </tr><tr> 130 </tr>
131 <tr>
132 <td><a href="#QtHelpDocumentationDialog.on_filtersList_currentItemChanged">on_filtersList_currentItemChanged</a></td>
133 <td>Private slot to update the attributes depending on the current filter.</td>
134 </tr>
135 <tr>
136 <td><a href="#QtHelpDocumentationDialog.on_filtersList_itemSelectionChanged">on_filtersList_itemSelectionChanged</a></td>
137 <td>Private slot handling a change of selected filters.</td>
138 </tr>
139 <tr>
81 <td><a href="#QtHelpDocumentationDialog.on_managePluginButton_clicked">on_managePluginButton_clicked</a></td> 140 <td><a href="#QtHelpDocumentationDialog.on_managePluginButton_clicked">on_managePluginButton_clicked</a></td>
82 <td>Private slot to manage the QtHelp documents provided by plug-ins.</td> 141 <td>Private slot to manage the QtHelp documents provided by plug-ins.</td>
83 </tr><tr> 142 </tr>
84 <td><a href="#QtHelpDocumentationDialog.on_removeButton_clicked">on_removeButton_clicked</a></td> 143 <tr>
144 <td><a href="#QtHelpDocumentationDialog.on_removeAttributesButton_clicked">on_removeAttributesButton_clicked</a></td>
145 <td>Private slot to remove the selected filter attributes.</td>
146 </tr>
147 <tr>
148 <td><a href="#QtHelpDocumentationDialog.on_removeDocumentsButton_clicked">on_removeDocumentsButton_clicked</a></td>
85 <td>Private slot to remove a document from the help database.</td> 149 <td>Private slot to remove a document from the help database.</td>
86 </tr> 150 </tr>
151 <tr>
152 <td><a href="#QtHelpDocumentationDialog.on_removeFiltersButton_clicked">on_removeFiltersButton_clicked</a></td>
153 <td>Private slot to remove the selected filters.</td>
154 </tr>
155 <tr>
156 <td><a href="#QtHelpDocumentationDialog.on_resetFilterChangesButton_clicked">on_resetFilterChangesButton_clicked</a></td>
157 <td>Private slot to forget the filter changes and reset the tab.</td>
158 </tr>
159 <tr>
160 <td><a href="#QtHelpDocumentationDialog.on_tabWidget_currentChanged">on_tabWidget_currentChanged</a></td>
161 <td>Private slot handling a change of the current tab.</td>
162 </tr>
163 <tr>
164 <td><a href="#QtHelpDocumentationDialog.on_unusedAttributesButton_clicked">on_unusedAttributesButton_clicked</a></td>
165 <td>Private slot to select all unused attributes.</td>
166 </tr>
87 </table> 167 </table>
88 <h3>Static Methods</h3> 168 <h3>Static Methods</h3>
169
89 <table> 170 <table>
90 <tr><td>None</td></tr> 171 <tr><td>None</td></tr>
91 </table> 172 </table>
173
92 <a NAME="QtHelpDocumentationDialog.__init__" ID="QtHelpDocumentationDialog.__init__"></a> 174 <a NAME="QtHelpDocumentationDialog.__init__" ID="QtHelpDocumentationDialog.__init__"></a>
93 <h4>QtHelpDocumentationDialog (Constructor)</h4> 175 <h4>QtHelpDocumentationDialog (Constructor)</h4>
94 <b>QtHelpDocumentationDialog</b>(<i>engine, parent</i>) 176 <b>QtHelpDocumentationDialog</b>(<i>engine, parent</i>)
177
95 <p> 178 <p>
96 Constructor 179 Constructor
97 </p><dl> 180 </p>
181 <dl>
182
98 <dt><i>engine</i></dt> 183 <dt><i>engine</i></dt>
99 <dd> 184 <dd>
100 reference to the help engine (QHelpEngine) 185 reference to the help engine (QHelpEngine)
101 </dd><dt><i>parent</i></dt> 186 </dd>
187 <dt><i>parent</i></dt>
102 <dd> 188 <dd>
103 reference to the parent widget (QWidget) 189 reference to the parent widget (QWidget)
104 </dd> 190 </dd>
105 </dl><a NAME="QtHelpDocumentationDialog.__registerDocumentations" ID="QtHelpDocumentationDialog.__registerDocumentations"></a> 191 </dl>
192 <a NAME="QtHelpDocumentationDialog.__hasChangedFilters" ID="QtHelpDocumentationDialog.__hasChangedFilters"></a>
193 <h4>QtHelpDocumentationDialog.__hasChangedFilters</h4>
194 <b>__hasChangedFilters</b>(<i></i>)
195
196 <p>
197 Private method to determine, if there are filter changes.
198 </p>
199 <dl>
200 <dt>Returns:</dt>
201 <dd>
202 flag indicating the presence of filter changes
203 </dd>
204 </dl>
205 <dl>
206 <dt>Return Type:</dt>
207 <dd>
208 bool
209 </dd>
210 </dl>
211 <a NAME="QtHelpDocumentationDialog.__initDocumentsTab" ID="QtHelpDocumentationDialog.__initDocumentsTab"></a>
212 <h4>QtHelpDocumentationDialog.__initDocumentsTab</h4>
213 <b>__initDocumentsTab</b>(<i></i>)
214
215 <p>
216 Private method to initialize the documents tab.
217 </p>
218 <a NAME="QtHelpDocumentationDialog.__initFiltersTab" ID="QtHelpDocumentationDialog.__initFiltersTab"></a>
219 <h4>QtHelpDocumentationDialog.__initFiltersTab</h4>
220 <b>__initFiltersTab</b>(<i></i>)
221
222 <p>
223 Private method to initialize the filters tab.
224 </p>
225 <a NAME="QtHelpDocumentationDialog.__registerDocumentations" ID="QtHelpDocumentationDialog.__registerDocumentations"></a>
106 <h4>QtHelpDocumentationDialog.__registerDocumentations</h4> 226 <h4>QtHelpDocumentationDialog.__registerDocumentations</h4>
107 <b>__registerDocumentations</b>(<i>fileNames</i>) 227 <b>__registerDocumentations</b>(<i>fileNames</i>)
228
108 <p> 229 <p>
109 Private method to register a given list of documentations. 230 Private method to register a given list of documentations.
110 </p><dl> 231 </p>
232 <dl>
233
111 <dt><i>fileNames</i> (list of str)</dt> 234 <dt><i>fileNames</i> (list of str)</dt>
112 <dd> 235 <dd>
113 list of documentation files to be registered 236 list of documentation files to be registered
114 </dd> 237 </dd>
115 </dl><a NAME="QtHelpDocumentationDialog.getTabsToClose" ID="QtHelpDocumentationDialog.getTabsToClose"></a> 238 </dl>
239 <a NAME="QtHelpDocumentationDialog.__removeAttributes" ID="QtHelpDocumentationDialog.__removeAttributes"></a>
240 <h4>QtHelpDocumentationDialog.__removeAttributes</h4>
241 <b>__removeAttributes</b>(<i></i>)
242
243 <p>
244 Private method to remove attributes from the Qt Help database.
245 </p>
246 <a NAME="QtHelpDocumentationDialog.getTabsToClose" ID="QtHelpDocumentationDialog.getTabsToClose"></a>
116 <h4>QtHelpDocumentationDialog.getTabsToClose</h4> 247 <h4>QtHelpDocumentationDialog.getTabsToClose</h4>
117 <b>getTabsToClose</b>(<i></i>) 248 <b>getTabsToClose</b>(<i></i>)
249
118 <p> 250 <p>
119 Public method to get the list of tabs to close. 251 Public method to get the list of tabs to close.
120 </p><dl> 252 </p>
253 <dl>
121 <dt>Returns:</dt> 254 <dt>Returns:</dt>
122 <dd> 255 <dd>
123 list of tab ids to be closed (list of integers) 256 list of tab ids to be closed
124 </dd> 257 </dd>
125 </dl><a NAME="QtHelpDocumentationDialog.hasChanges" ID="QtHelpDocumentationDialog.hasChanges"></a> 258 </dl>
126 <h4>QtHelpDocumentationDialog.hasChanges</h4> 259 <dl>
127 <b>hasChanges</b>(<i></i>) 260 <dt>Return Type:</dt>
128 <p> 261 <dd>
129 Public slot to test the dialog for changes. 262 list of int
130 </p><dl> 263 </dd>
264 </dl>
265 <a NAME="QtHelpDocumentationDialog.hasDocumentationChanges" ID="QtHelpDocumentationDialog.hasDocumentationChanges"></a>
266 <h4>QtHelpDocumentationDialog.hasDocumentationChanges</h4>
267 <b>hasDocumentationChanges</b>(<i></i>)
268
269 <p>
270 Public slot to test the dialog for changes of configured QtHelp
271 documents.
272 </p>
273 <dl>
131 <dt>Returns:</dt> 274 <dt>Returns:</dt>
132 <dd> 275 <dd>
133 flag indicating presence of changes 276 flag indicating presence of changes
134 </dd> 277 </dd>
135 </dl><a NAME="QtHelpDocumentationDialog.on_addButton_clicked" ID="QtHelpDocumentationDialog.on_addButton_clicked"></a> 278 </dl>
136 <h4>QtHelpDocumentationDialog.on_addButton_clicked</h4> 279 <dl>
137 <b>on_addButton_clicked</b>(<i></i>) 280 <dt>Return Type:</dt>
281 <dd>
282 bool
283 </dd>
284 </dl>
285 <a NAME="QtHelpDocumentationDialog.on_addDocumentsButton_clicked" ID="QtHelpDocumentationDialog.on_addDocumentsButton_clicked"></a>
286 <h4>QtHelpDocumentationDialog.on_addDocumentsButton_clicked</h4>
287 <b>on_addDocumentsButton_clicked</b>(<i></i>)
288
138 <p> 289 <p>
139 Private slot to add QtHelp documents to the help database. 290 Private slot to add QtHelp documents to the help database.
140 </p><a NAME="QtHelpDocumentationDialog.on_addPluginButton_clicked" ID="QtHelpDocumentationDialog.on_addPluginButton_clicked"></a> 291 </p>
292 <a NAME="QtHelpDocumentationDialog.on_addFilterButton_clicked" ID="QtHelpDocumentationDialog.on_addFilterButton_clicked"></a>
293 <h4>QtHelpDocumentationDialog.on_addFilterButton_clicked</h4>
294 <b>on_addFilterButton_clicked</b>(<i></i>)
295
296 <p>
297 Private slot to add a new filter.
298 </p>
299 <a NAME="QtHelpDocumentationDialog.on_addPluginButton_clicked" ID="QtHelpDocumentationDialog.on_addPluginButton_clicked"></a>
141 <h4>QtHelpDocumentationDialog.on_addPluginButton_clicked</h4> 300 <h4>QtHelpDocumentationDialog.on_addPluginButton_clicked</h4>
142 <b>on_addPluginButton_clicked</b>(<i></i>) 301 <b>on_addPluginButton_clicked</b>(<i></i>)
302
143 <p> 303 <p>
144 Private slot to add QtHelp documents provided by plug-ins to 304 Private slot to add QtHelp documents provided by plug-ins to
145 the help database. 305 the help database.
146 </p><a NAME="QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged" ID="QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged"></a> 306 </p>
307 <a NAME="QtHelpDocumentationDialog.on_applyFilterChangesButton_clicked" ID="QtHelpDocumentationDialog.on_applyFilterChangesButton_clicked"></a>
308 <h4>QtHelpDocumentationDialog.on_applyFilterChangesButton_clicked</h4>
309 <b>on_applyFilterChangesButton_clicked</b>(<i></i>)
310
311 <p>
312 Private slot to apply the filter changes.
313 </p>
314 <a NAME="QtHelpDocumentationDialog.on_attributesList_itemChanged" ID="QtHelpDocumentationDialog.on_attributesList_itemChanged"></a>
315 <h4>QtHelpDocumentationDialog.on_attributesList_itemChanged</h4>
316 <b>on_attributesList_itemChanged</b>(<i>item, column</i>)
317
318 <p>
319 Private slot to handle a change of an attribute.
320 </p>
321 <dl>
322
323 <dt><i>item</i></dt>
324 <dd>
325 reference to the changed item (QTreeWidgetItem)
326 </dd>
327 <dt><i>column</i></dt>
328 <dd>
329 column containing the change (integer)
330 </dd>
331 </dl>
332 <a NAME="QtHelpDocumentationDialog.on_attributesList_itemSelectionChanged" ID="QtHelpDocumentationDialog.on_attributesList_itemSelectionChanged"></a>
333 <h4>QtHelpDocumentationDialog.on_attributesList_itemSelectionChanged</h4>
334 <b>on_attributesList_itemSelectionChanged</b>(<i></i>)
335
336 <p>
337 Private slot handling the selection of attributes.
338 </p>
339 <a NAME="QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged" ID="QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged"></a>
147 <h4>QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged</h4> 340 <h4>QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged</h4>
148 <b>on_documentsList_itemSelectionChanged</b>(<i></i>) 341 <b>on_documentsList_itemSelectionChanged</b>(<i></i>)
342
149 <p> 343 <p>
150 Private slot handling a change of the documents selection. 344 Private slot handling a change of the documents selection.
151 </p><a NAME="QtHelpDocumentationDialog.on_managePluginButton_clicked" ID="QtHelpDocumentationDialog.on_managePluginButton_clicked"></a> 345 </p>
346 <a NAME="QtHelpDocumentationDialog.on_filtersList_currentItemChanged" ID="QtHelpDocumentationDialog.on_filtersList_currentItemChanged"></a>
347 <h4>QtHelpDocumentationDialog.on_filtersList_currentItemChanged</h4>
348 <b>on_filtersList_currentItemChanged</b>(<i>current, previous</i>)
349
350 <p>
351 Private slot to update the attributes depending on the current filter.
352 </p>
353 <dl>
354
355 <dt><i>current</i></dt>
356 <dd>
357 reference to the current item (QListWidgetitem)
358 </dd>
359 <dt><i>previous</i></dt>
360 <dd>
361 reference to the previous current item
362 (QListWidgetItem)
363 </dd>
364 </dl>
365 <a NAME="QtHelpDocumentationDialog.on_filtersList_itemSelectionChanged" ID="QtHelpDocumentationDialog.on_filtersList_itemSelectionChanged"></a>
366 <h4>QtHelpDocumentationDialog.on_filtersList_itemSelectionChanged</h4>
367 <b>on_filtersList_itemSelectionChanged</b>(<i></i>)
368
369 <p>
370 Private slot handling a change of selected filters.
371 </p>
372 <a NAME="QtHelpDocumentationDialog.on_managePluginButton_clicked" ID="QtHelpDocumentationDialog.on_managePluginButton_clicked"></a>
152 <h4>QtHelpDocumentationDialog.on_managePluginButton_clicked</h4> 373 <h4>QtHelpDocumentationDialog.on_managePluginButton_clicked</h4>
153 <b>on_managePluginButton_clicked</b>(<i></i>) 374 <b>on_managePluginButton_clicked</b>(<i></i>)
375
154 <p> 376 <p>
155 Private slot to manage the QtHelp documents provided by plug-ins. 377 Private slot to manage the QtHelp documents provided by plug-ins.
156 </p><a NAME="QtHelpDocumentationDialog.on_removeButton_clicked" ID="QtHelpDocumentationDialog.on_removeButton_clicked"></a> 378 </p>
157 <h4>QtHelpDocumentationDialog.on_removeButton_clicked</h4> 379 <a NAME="QtHelpDocumentationDialog.on_removeAttributesButton_clicked" ID="QtHelpDocumentationDialog.on_removeAttributesButton_clicked"></a>
158 <b>on_removeButton_clicked</b>(<i></i>) 380 <h4>QtHelpDocumentationDialog.on_removeAttributesButton_clicked</h4>
381 <b>on_removeAttributesButton_clicked</b>(<i></i>)
382
383 <p>
384 Private slot to remove the selected filter attributes.
385 </p>
386 <a NAME="QtHelpDocumentationDialog.on_removeDocumentsButton_clicked" ID="QtHelpDocumentationDialog.on_removeDocumentsButton_clicked"></a>
387 <h4>QtHelpDocumentationDialog.on_removeDocumentsButton_clicked</h4>
388 <b>on_removeDocumentsButton_clicked</b>(<i></i>)
389
159 <p> 390 <p>
160 Private slot to remove a document from the help database. 391 Private slot to remove a document from the help database.
392 </p>
393 <a NAME="QtHelpDocumentationDialog.on_removeFiltersButton_clicked" ID="QtHelpDocumentationDialog.on_removeFiltersButton_clicked"></a>
394 <h4>QtHelpDocumentationDialog.on_removeFiltersButton_clicked</h4>
395 <b>on_removeFiltersButton_clicked</b>(<i></i>)
396
397 <p>
398 Private slot to remove the selected filters.
399 </p>
400 <a NAME="QtHelpDocumentationDialog.on_resetFilterChangesButton_clicked" ID="QtHelpDocumentationDialog.on_resetFilterChangesButton_clicked"></a>
401 <h4>QtHelpDocumentationDialog.on_resetFilterChangesButton_clicked</h4>
402 <b>on_resetFilterChangesButton_clicked</b>(<i></i>)
403
404 <p>
405 Private slot to forget the filter changes and reset the tab.
406 </p>
407 <a NAME="QtHelpDocumentationDialog.on_tabWidget_currentChanged" ID="QtHelpDocumentationDialog.on_tabWidget_currentChanged"></a>
408 <h4>QtHelpDocumentationDialog.on_tabWidget_currentChanged</h4>
409 <b>on_tabWidget_currentChanged</b>(<i>index</i>)
410
411 <p>
412 Private slot handling a change of the current tab.
413 </p>
414 <dl>
415
416 <dt><i>index</i> (int)</dt>
417 <dd>
418 index of the current tab
419 </dd>
420 </dl>
421 <a NAME="QtHelpDocumentationDialog.on_unusedAttributesButton_clicked" ID="QtHelpDocumentationDialog.on_unusedAttributesButton_clicked"></a>
422 <h4>QtHelpDocumentationDialog.on_unusedAttributesButton_clicked</h4>
423 <b>on_unusedAttributesButton_clicked</b>(<i></i>)
424
425 <p>
426 Private slot to select all unused attributes.
161 </p> 427 </p>
162 <div align="right"><a href="#top">Up</a></div> 428 <div align="right"><a href="#top">Up</a></div>
163 <hr /> 429 <hr />
164 </body></html> 430 </body></html>

eric ide

mercurial