diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html --- a/Documentation/Source/eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Preferences.ConfigurationPages.HelpDocumentationPage.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Preferences.ConfigurationPages.HelpDocumentationPage</h1> <p> -Module implementing the Help Documentation configuration page. +Module implementing the Help Documentation configuration page. </p> <h3>Global Attributes</h3> <table> @@ -32,21 +32,21 @@ <table> <tr> <td><a href="#HelpDocumentationPage">HelpDocumentationPage</a></td> -<td>Class implementing the Help Documentation configuration page.</td> +<td>Class implementing the Help Documentation configuration page.</td> </tr> </table> <h3>Functions</h3> <table> <tr> <td><a href="#create">create</a></td> -<td>Module function to create the configuration page.</td> +<td>Module function to create the configuration page.</td> </tr> </table> <hr /><hr /> <a NAME="HelpDocumentationPage" ID="HelpDocumentationPage"></a> <h2>HelpDocumentationPage</h2> <p> - Class implementing the Help Documentation configuration page. + Class implementing the Help Documentation configuration page. </p> <h3>Derived from</h3> ConfigurationPageBase, Ui_HelpDocumentationPage @@ -58,54 +58,54 @@ <table> <tr> <td><a href="#HelpDocumentationPage.__init__">HelpDocumentationPage</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#HelpDocumentationPage.on_pyqt4DocDirButton_clicked">on_pyqt4DocDirButton_clicked</a></td> -<td>Private slot to select the PyQt4 documentation directory.</td> +<td>Private slot to select the PyQt4 documentation directory.</td> </tr><tr> <td><a href="#HelpDocumentationPage.on_pysideDocDirButton_clicked">on_pysideDocDirButton_clicked</a></td> -<td>Private slot to select the PySide documentation directory.</td> +<td>Private slot to select the PySide documentation directory.</td> </tr><tr> <td><a href="#HelpDocumentationPage.on_pythonDocDirButton_clicked">on_pythonDocDirButton_clicked</a></td> -<td>Private slot to select the Python documentation directory.</td> +<td>Private slot to select the Python documentation directory.</td> </tr><tr> <td><a href="#HelpDocumentationPage.on_qt4DocDirButton_clicked">on_qt4DocDirButton_clicked</a></td> -<td>Private slot to select the Qt4 documentation directory.</td> +<td>Private slot to select the Qt4 documentation directory.</td> </tr><tr> <td><a href="#HelpDocumentationPage.save">save</a></td> -<td>Public slot to save the Help Documentation configuration.</td> +<td>Public slot to save the Help Documentation configuration.</td> </tr> </table> <a NAME="HelpDocumentationPage.__init__" ID="HelpDocumentationPage.__init__"></a> <h4>HelpDocumentationPage (Constructor)</h4> <b>HelpDocumentationPage</b>(<i></i>) <p> - Constructor + Constructor </p><a NAME="HelpDocumentationPage.on_pyqt4DocDirButton_clicked" ID="HelpDocumentationPage.on_pyqt4DocDirButton_clicked"></a> <h4>HelpDocumentationPage.on_pyqt4DocDirButton_clicked</h4> <b>on_pyqt4DocDirButton_clicked</b>(<i></i>) <p> - Private slot to select the PyQt4 documentation directory. + Private slot to select the PyQt4 documentation directory. </p><a NAME="HelpDocumentationPage.on_pysideDocDirButton_clicked" ID="HelpDocumentationPage.on_pysideDocDirButton_clicked"></a> <h4>HelpDocumentationPage.on_pysideDocDirButton_clicked</h4> <b>on_pysideDocDirButton_clicked</b>(<i></i>) <p> - Private slot to select the PySide documentation directory. + Private slot to select the PySide documentation directory. </p><a NAME="HelpDocumentationPage.on_pythonDocDirButton_clicked" ID="HelpDocumentationPage.on_pythonDocDirButton_clicked"></a> <h4>HelpDocumentationPage.on_pythonDocDirButton_clicked</h4> <b>on_pythonDocDirButton_clicked</b>(<i></i>) <p> - Private slot to select the Python documentation directory. + Private slot to select the Python documentation directory. </p><a NAME="HelpDocumentationPage.on_qt4DocDirButton_clicked" ID="HelpDocumentationPage.on_qt4DocDirButton_clicked"></a> <h4>HelpDocumentationPage.on_qt4DocDirButton_clicked</h4> <b>on_qt4DocDirButton_clicked</b>(<i></i>) <p> - Private slot to select the Qt4 documentation directory. + Private slot to select the Qt4 documentation directory. </p><a NAME="HelpDocumentationPage.save" ID="HelpDocumentationPage.save"></a> <h4>HelpDocumentationPage.save</h4> <b>save</b>(<i></i>) <p> - Public slot to save the Help Documentation configuration. + Public slot to save the Help Documentation configuration. </p> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> @@ -113,11 +113,11 @@ <h2>create</h2> <b>create</b>(<i>dlg</i>) <p> - Module function to create the configuration page. + Module function to create the configuration page. </p><dl> <dt><i>dlg</i></dt> <dd> -reference to the configuration dialog +reference to the configuration dialog </dd> </dl> <div align="right"><a href="#top">Up</a></div>