20 </style> |
20 </style> |
21 </head> |
21 </head> |
22 <body><a NAME="top" ID="top"></a> |
22 <body><a NAME="top" ID="top"></a> |
23 <h1>eric5.Preferences.ConfigurationPages.HelpDocumentationPage</h1> |
23 <h1>eric5.Preferences.ConfigurationPages.HelpDocumentationPage</h1> |
24 <p> |
24 <p> |
25 Module implementing the Help Documentation configuration page. |
25 Module implementing the Help Documentation configuration page. |
26 </p> |
26 </p> |
27 <h3>Global Attributes</h3> |
27 <h3>Global Attributes</h3> |
28 <table> |
28 <table> |
29 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
30 </table> |
30 </table> |
31 <h3>Classes</h3> |
31 <h3>Classes</h3> |
32 <table> |
32 <table> |
33 <tr> |
33 <tr> |
34 <td><a href="#HelpDocumentationPage">HelpDocumentationPage</a></td> |
34 <td><a href="#HelpDocumentationPage">HelpDocumentationPage</a></td> |
35 <td>Class implementing the Help Documentation configuration page.</td> |
35 <td>Class implementing the Help Documentation configuration page.</td> |
36 </tr> |
36 </tr> |
37 </table> |
37 </table> |
38 <h3>Functions</h3> |
38 <h3>Functions</h3> |
39 <table> |
39 <table> |
40 <tr> |
40 <tr> |
41 <td><a href="#create">create</a></td> |
41 <td><a href="#create">create</a></td> |
42 <td>Module function to create the configuration page.</td> |
42 <td>Module function to create the configuration page.</td> |
43 </tr> |
43 </tr> |
44 </table> |
44 </table> |
45 <hr /><hr /> |
45 <hr /><hr /> |
46 <a NAME="HelpDocumentationPage" ID="HelpDocumentationPage"></a> |
46 <a NAME="HelpDocumentationPage" ID="HelpDocumentationPage"></a> |
47 <h2>HelpDocumentationPage</h2> |
47 <h2>HelpDocumentationPage</h2> |
48 <p> |
48 <p> |
49 Class implementing the Help Documentation configuration page. |
49 Class implementing the Help Documentation configuration page. |
50 </p> |
50 </p> |
51 <h3>Derived from</h3> |
51 <h3>Derived from</h3> |
52 ConfigurationPageBase, Ui_HelpDocumentationPage |
52 ConfigurationPageBase, Ui_HelpDocumentationPage |
53 <h3>Class Attributes</h3> |
53 <h3>Class Attributes</h3> |
54 <table> |
54 <table> |
56 </table> |
56 </table> |
57 <h3>Methods</h3> |
57 <h3>Methods</h3> |
58 <table> |
58 <table> |
59 <tr> |
59 <tr> |
60 <td><a href="#HelpDocumentationPage.__init__">HelpDocumentationPage</a></td> |
60 <td><a href="#HelpDocumentationPage.__init__">HelpDocumentationPage</a></td> |
61 <td>Constructor</td> |
61 <td>Constructor</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#HelpDocumentationPage.on_pyqt4DocDirButton_clicked">on_pyqt4DocDirButton_clicked</a></td> |
63 <td><a href="#HelpDocumentationPage.on_pyqt4DocDirButton_clicked">on_pyqt4DocDirButton_clicked</a></td> |
64 <td>Private slot to select the PyQt4 documentation directory.</td> |
64 <td>Private slot to select the PyQt4 documentation directory.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#HelpDocumentationPage.on_pysideDocDirButton_clicked">on_pysideDocDirButton_clicked</a></td> |
66 <td><a href="#HelpDocumentationPage.on_pysideDocDirButton_clicked">on_pysideDocDirButton_clicked</a></td> |
67 <td>Private slot to select the PySide documentation directory.</td> |
67 <td>Private slot to select the PySide documentation directory.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#HelpDocumentationPage.on_pythonDocDirButton_clicked">on_pythonDocDirButton_clicked</a></td> |
69 <td><a href="#HelpDocumentationPage.on_pythonDocDirButton_clicked">on_pythonDocDirButton_clicked</a></td> |
70 <td>Private slot to select the Python documentation directory.</td> |
70 <td>Private slot to select the Python documentation directory.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#HelpDocumentationPage.on_qt4DocDirButton_clicked">on_qt4DocDirButton_clicked</a></td> |
72 <td><a href="#HelpDocumentationPage.on_qt4DocDirButton_clicked">on_qt4DocDirButton_clicked</a></td> |
73 <td>Private slot to select the Qt4 documentation directory.</td> |
73 <td>Private slot to select the Qt4 documentation directory.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#HelpDocumentationPage.save">save</a></td> |
75 <td><a href="#HelpDocumentationPage.save">save</a></td> |
76 <td>Public slot to save the Help Documentation configuration.</td> |
76 <td>Public slot to save the Help Documentation configuration.</td> |
77 </tr> |
77 </tr> |
78 </table> |
78 </table> |
79 <a NAME="HelpDocumentationPage.__init__" ID="HelpDocumentationPage.__init__"></a> |
79 <a NAME="HelpDocumentationPage.__init__" ID="HelpDocumentationPage.__init__"></a> |
80 <h4>HelpDocumentationPage (Constructor)</h4> |
80 <h4>HelpDocumentationPage (Constructor)</h4> |
81 <b>HelpDocumentationPage</b>(<i></i>) |
81 <b>HelpDocumentationPage</b>(<i></i>) |
82 <p> |
82 <p> |
83 Constructor |
83 Constructor |
84 </p><a NAME="HelpDocumentationPage.on_pyqt4DocDirButton_clicked" ID="HelpDocumentationPage.on_pyqt4DocDirButton_clicked"></a> |
84 </p><a NAME="HelpDocumentationPage.on_pyqt4DocDirButton_clicked" ID="HelpDocumentationPage.on_pyqt4DocDirButton_clicked"></a> |
85 <h4>HelpDocumentationPage.on_pyqt4DocDirButton_clicked</h4> |
85 <h4>HelpDocumentationPage.on_pyqt4DocDirButton_clicked</h4> |
86 <b>on_pyqt4DocDirButton_clicked</b>(<i></i>) |
86 <b>on_pyqt4DocDirButton_clicked</b>(<i></i>) |
87 <p> |
87 <p> |
88 Private slot to select the PyQt4 documentation directory. |
88 Private slot to select the PyQt4 documentation directory. |
89 </p><a NAME="HelpDocumentationPage.on_pysideDocDirButton_clicked" ID="HelpDocumentationPage.on_pysideDocDirButton_clicked"></a> |
89 </p><a NAME="HelpDocumentationPage.on_pysideDocDirButton_clicked" ID="HelpDocumentationPage.on_pysideDocDirButton_clicked"></a> |
90 <h4>HelpDocumentationPage.on_pysideDocDirButton_clicked</h4> |
90 <h4>HelpDocumentationPage.on_pysideDocDirButton_clicked</h4> |
91 <b>on_pysideDocDirButton_clicked</b>(<i></i>) |
91 <b>on_pysideDocDirButton_clicked</b>(<i></i>) |
92 <p> |
92 <p> |
93 Private slot to select the PySide documentation directory. |
93 Private slot to select the PySide documentation directory. |
94 </p><a NAME="HelpDocumentationPage.on_pythonDocDirButton_clicked" ID="HelpDocumentationPage.on_pythonDocDirButton_clicked"></a> |
94 </p><a NAME="HelpDocumentationPage.on_pythonDocDirButton_clicked" ID="HelpDocumentationPage.on_pythonDocDirButton_clicked"></a> |
95 <h4>HelpDocumentationPage.on_pythonDocDirButton_clicked</h4> |
95 <h4>HelpDocumentationPage.on_pythonDocDirButton_clicked</h4> |
96 <b>on_pythonDocDirButton_clicked</b>(<i></i>) |
96 <b>on_pythonDocDirButton_clicked</b>(<i></i>) |
97 <p> |
97 <p> |
98 Private slot to select the Python documentation directory. |
98 Private slot to select the Python documentation directory. |
99 </p><a NAME="HelpDocumentationPage.on_qt4DocDirButton_clicked" ID="HelpDocumentationPage.on_qt4DocDirButton_clicked"></a> |
99 </p><a NAME="HelpDocumentationPage.on_qt4DocDirButton_clicked" ID="HelpDocumentationPage.on_qt4DocDirButton_clicked"></a> |
100 <h4>HelpDocumentationPage.on_qt4DocDirButton_clicked</h4> |
100 <h4>HelpDocumentationPage.on_qt4DocDirButton_clicked</h4> |
101 <b>on_qt4DocDirButton_clicked</b>(<i></i>) |
101 <b>on_qt4DocDirButton_clicked</b>(<i></i>) |
102 <p> |
102 <p> |
103 Private slot to select the Qt4 documentation directory. |
103 Private slot to select the Qt4 documentation directory. |
104 </p><a NAME="HelpDocumentationPage.save" ID="HelpDocumentationPage.save"></a> |
104 </p><a NAME="HelpDocumentationPage.save" ID="HelpDocumentationPage.save"></a> |
105 <h4>HelpDocumentationPage.save</h4> |
105 <h4>HelpDocumentationPage.save</h4> |
106 <b>save</b>(<i></i>) |
106 <b>save</b>(<i></i>) |
107 <p> |
107 <p> |
108 Public slot to save the Help Documentation configuration. |
108 Public slot to save the Help Documentation configuration. |
109 </p> |
109 </p> |
110 <div align="right"><a href="#top">Up</a></div> |
110 <div align="right"><a href="#top">Up</a></div> |
111 <hr /><hr /> |
111 <hr /><hr /> |
112 <a NAME="create" ID="create"></a> |
112 <a NAME="create" ID="create"></a> |
113 <h2>create</h2> |
113 <h2>create</h2> |
114 <b>create</b>(<i>dlg</i>) |
114 <b>create</b>(<i>dlg</i>) |
115 <p> |
115 <p> |
116 Module function to create the configuration page. |
116 Module function to create the configuration page. |
117 </p><dl> |
117 </p><dl> |
118 <dt><i>dlg</i></dt> |
118 <dt><i>dlg</i></dt> |
119 <dd> |
119 <dd> |
120 reference to the configuration dialog |
120 reference to the configuration dialog |
121 </dd> |
121 </dd> |
122 </dl> |
122 </dl> |
123 <div align="right"><a href="#top">Up</a></div> |
123 <div align="right"><a href="#top">Up</a></div> |
124 <hr /> |
124 <hr /> |
125 </body></html> |
125 </body></html> |