Sat, 26 Apr 2025 12:34:32 +0200
MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <!DOCTYPE html> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <html><head> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <title>eric7.QtHelpInterface.QtHelpDocumentationSettingsWidget</title> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <meta charset="UTF-8"> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <link rel="stylesheet" href="styles.css"> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | </head> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | <body> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | <a NAME="top" ID="top"></a> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | <h1>eric7.QtHelpInterface.QtHelpDocumentationSettingsWidget</h1> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10 | <p> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | Module implementing a widget to manage the QtHelp documentation settings. |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | </p> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
13 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | <h3>Global Attributes</h3> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | <table> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | <tr><td>None</td></tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | </table> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
18 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | <h3>Classes</h3> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | <table> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | <tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | <td><a href="#QtHelpDocumentationSettingsWidget">QtHelpDocumentationSettingsWidget</a></td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <td>Class implementing a widget to manage the QtHelp documentation settings.</td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | </tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | </table> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
26 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | <h3>Functions</h3> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | <table> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | <tr><td>None</td></tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | </table> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
31 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | <hr /> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | <hr /> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | <a NAME="QtHelpDocumentationSettingsWidget" ID="QtHelpDocumentationSettingsWidget"></a> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | <h2>QtHelpDocumentationSettingsWidget</h2> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | <p> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
37 | Class implementing a widget to manage the QtHelp documentation settings. |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | </p> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
39 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
40 | <h3>Signals</h3> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | <dl> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | <dt>documentationSettingsChanged(settings)</dt> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | <dd> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | emitted to signal a change |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | of the documentation configuration |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | </dd> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
48 | </dl> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
49 | <h3>Derived from</h3> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
50 | QWidget, Ui_QtHelpDocumentationSettingsWidget |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
51 | <h3>Class Attributes</h3> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | <table> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | <tr><td>None</td></tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
54 | </table> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
55 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
56 | <h3>Class Methods</h3> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | <table> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | <tr><td>None</td></tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | </table> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
60 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
61 | <h3>Methods</h3> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
62 | <table> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
63 | <tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | <td><a href="#QtHelpDocumentationSettingsWidget.__init__">QtHelpDocumentationSettingsWidget</a></td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | <td>Constructor</td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
66 | </tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
67 | <tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
68 | <td><a href="#QtHelpDocumentationSettingsWidget.__applyDocumentsListFilter">__applyDocumentsListFilter</a></td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
69 | <td>Private slot to apply the current documents filter.</td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
70 | </tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
71 | <tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
72 | <td><a href="#QtHelpDocumentationSettingsWidget.__registerDocumentation">__registerDocumentation</a></td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
73 | <td>Private method to register a given list of documentations.</td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | </tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
75 | <tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
76 | <td><a href="#QtHelpDocumentationSettingsWidget.documentationSettings">documentationSettings</a></td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | <td>Public method to get the reference to the QtHelp documentation configuration object.</td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
78 | </tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
79 | <tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
80 | <td><a href="#QtHelpDocumentationSettingsWidget.on_addDocumentsButton_clicked">on_addDocumentsButton_clicked</a></td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
81 | <td>Private slot to add QtHelp documents to the help database.</td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
82 | </tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
83 | <tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | <td><a href="#QtHelpDocumentationSettingsWidget.on_addPluginButton_clicked">on_addPluginButton_clicked</a></td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
85 | <td>Private slot to add QtHelp documents provided by plug-ins to the help database.</td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | </tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
87 | <tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
88 | <td><a href="#QtHelpDocumentationSettingsWidget.on_documentsList_itemSelectionChanged">on_documentsList_itemSelectionChanged</a></td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
89 | <td>Private slot handling a change of the documents selection.</td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
90 | </tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
91 | <tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
92 | <td><a href="#QtHelpDocumentationSettingsWidget.on_filterEdit_textChanged">on_filterEdit_textChanged</a></td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
93 | <td>Private slot to react on changes of the document filter text.</td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | </tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
95 | <tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
96 | <td><a href="#QtHelpDocumentationSettingsWidget.on_managePluginButton_clicked">on_managePluginButton_clicked</a></td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
97 | <td>Private slot to manage the QtHelp documents provided by plug-ins.</td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
98 | </tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
99 | <tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
100 | <td><a href="#QtHelpDocumentationSettingsWidget.on_removeDocumentsButton_clicked">on_removeDocumentsButton_clicked</a></td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
101 | <td>Private slot to remove a document from the help database.</td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
102 | </tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
103 | <tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
104 | <td><a href="#QtHelpDocumentationSettingsWidget.setDocumentationSettings">setDocumentationSettings</a></td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
105 | <td>Public method to set the reference to the QtHelp documentation configuration object.</td> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
106 | </tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
107 | </table> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
108 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
109 | <h3>Static Methods</h3> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
110 | <table> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
111 | <tr><td>None</td></tr> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
112 | </table> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
113 | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
114 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
115 | <a NAME="QtHelpDocumentationSettingsWidget.__init__" ID="QtHelpDocumentationSettingsWidget.__init__"></a> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
116 | <h4>QtHelpDocumentationSettingsWidget (Constructor)</h4> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
117 | <b>QtHelpDocumentationSettingsWidget</b>(<i>parent=None</i>) |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
118 | <p> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
119 | Constructor |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
120 | </p> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
121 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
122 | <dl> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
123 | |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
124 | <dt><i>parent</i> (QWidget (optional))</dt> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
125 | <dd> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
126 | reference to the parent widget (defaults to None) |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
127 | </dd> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
128 | </dl> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
129 | <a NAME="QtHelpDocumentationSettingsWidget.__applyDocumentsListFilter" ID="QtHelpDocumentationSettingsWidget.__applyDocumentsListFilter"></a> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
130 | <h4>QtHelpDocumentationSettingsWidget.__applyDocumentsListFilter</h4> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
131 | <b>__applyDocumentsListFilter</b>(<i></i>) |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
132 | <p> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
133 | Private slot to apply the current documents filter. |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
134 | </p> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
135 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
136 | <a NAME="QtHelpDocumentationSettingsWidget.__registerDocumentation" ID="QtHelpDocumentationSettingsWidget.__registerDocumentation"></a> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
137 | <h4>QtHelpDocumentationSettingsWidget.__registerDocumentation</h4> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
138 | <b>__registerDocumentation</b>(<i>filenames</i>) |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
139 | <p> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
140 | Private method to register a given list of documentations. |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
141 | </p> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
142 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
143 | <dl> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
144 | |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
145 | <dt><i>filenames</i> (list of str)</dt> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
146 | <dd> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
147 | list of documentation files to be registered |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
148 | </dd> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
149 | </dl> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
150 | <a NAME="QtHelpDocumentationSettingsWidget.documentationSettings" ID="QtHelpDocumentationSettingsWidget.documentationSettings"></a> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
151 | <h4>QtHelpDocumentationSettingsWidget.documentationSettings</h4> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
152 | <b>documentationSettings</b>(<i></i>) |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
153 | <p> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
154 | Public method to get the reference to the QtHelp documentation |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
155 | configuration object. |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
156 | </p> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
157 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
158 | <dl> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
159 | <dt>Return:</dt> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
160 | <dd> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
161 | reference to the created QtHelpDocumentationSettings object |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
162 | </dd> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
163 | </dl> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
164 | <dl> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
165 | <dt>Return Type:</dt> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
166 | <dd> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
167 | QtHelpDocumentationSettings |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
168 | </dd> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
169 | </dl> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
170 | <a NAME="QtHelpDocumentationSettingsWidget.on_addDocumentsButton_clicked" ID="QtHelpDocumentationSettingsWidget.on_addDocumentsButton_clicked"></a> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
171 | <h4>QtHelpDocumentationSettingsWidget.on_addDocumentsButton_clicked</h4> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
172 | <b>on_addDocumentsButton_clicked</b>(<i></i>) |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
173 | <p> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
174 | Private slot to add QtHelp documents to the help database. |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
175 | </p> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
176 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
177 | <a NAME="QtHelpDocumentationSettingsWidget.on_addPluginButton_clicked" ID="QtHelpDocumentationSettingsWidget.on_addPluginButton_clicked"></a> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
178 | <h4>QtHelpDocumentationSettingsWidget.on_addPluginButton_clicked</h4> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
179 | <b>on_addPluginButton_clicked</b>(<i></i>) |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
180 | <p> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
181 | Private slot to add QtHelp documents provided by plug-ins to |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
182 | the help database. |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
183 | </p> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
184 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
185 | <a NAME="QtHelpDocumentationSettingsWidget.on_documentsList_itemSelectionChanged" ID="QtHelpDocumentationSettingsWidget.on_documentsList_itemSelectionChanged"></a> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
186 | <h4>QtHelpDocumentationSettingsWidget.on_documentsList_itemSelectionChanged</h4> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
187 | <b>on_documentsList_itemSelectionChanged</b>(<i></i>) |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
188 | <p> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
189 | Private slot handling a change of the documents selection. |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
190 | </p> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
191 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
192 | <a NAME="QtHelpDocumentationSettingsWidget.on_filterEdit_textChanged" ID="QtHelpDocumentationSettingsWidget.on_filterEdit_textChanged"></a> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
193 | <h4>QtHelpDocumentationSettingsWidget.on_filterEdit_textChanged</h4> |
10692
9becf9ca115c
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
194 | <b>on_filterEdit_textChanged</b>(<i>_txt</i>) |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
195 | <p> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
196 | Private slot to react on changes of the document filter text. |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
197 | </p> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
198 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
199 | <dl> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
200 | |
10692
9becf9ca115c
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
201 | <dt><i>_txt</i> (str)</dt> |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
202 | <dd> |
10692
9becf9ca115c
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
203 | current entry of the filter (unused) |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
204 | </dd> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
205 | </dl> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
206 | <a NAME="QtHelpDocumentationSettingsWidget.on_managePluginButton_clicked" ID="QtHelpDocumentationSettingsWidget.on_managePluginButton_clicked"></a> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
207 | <h4>QtHelpDocumentationSettingsWidget.on_managePluginButton_clicked</h4> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
208 | <b>on_managePluginButton_clicked</b>(<i></i>) |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
209 | <p> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
210 | Private slot to manage the QtHelp documents provided by plug-ins. |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
211 | </p> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
212 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
213 | <a NAME="QtHelpDocumentationSettingsWidget.on_removeDocumentsButton_clicked" ID="QtHelpDocumentationSettingsWidget.on_removeDocumentsButton_clicked"></a> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
214 | <h4>QtHelpDocumentationSettingsWidget.on_removeDocumentsButton_clicked</h4> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
215 | <b>on_removeDocumentsButton_clicked</b>(<i></i>) |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
216 | <p> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
217 | Private slot to remove a document from the help database. |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
218 | </p> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
219 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
220 | <a NAME="QtHelpDocumentationSettingsWidget.setDocumentationSettings" ID="QtHelpDocumentationSettingsWidget.setDocumentationSettings"></a> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
221 | <h4>QtHelpDocumentationSettingsWidget.setDocumentationSettings</h4> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
222 | <b>setDocumentationSettings</b>(<i>settings</i>) |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
223 | <p> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
224 | Public method to set the reference to the QtHelp documentation |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
225 | configuration object. |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
226 | </p> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
227 | |
9686
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
228 | <dl> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
229 | |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
230 | <dt><i>settings</i> (QtHelpDocumentationSettings)</dt> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
231 | <dd> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
232 | reference to the created QtHelpDocumentationSettings |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
233 | object |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
234 | </dd> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
235 | </dl> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
236 | <div align="right"><a href="#top">Up</a></div> |
2eee7a645cba
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
237 | <hr /> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9686
diff
changeset
|
238 | </body></html> |