diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.Preferences.ConfigurationPages.QtPage.html --- a/Documentation/Source/eric5.Preferences.ConfigurationPages.QtPage.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Preferences.ConfigurationPages.QtPage.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Preferences.ConfigurationPages.QtPage</h1> <p> -Module implementing the Qt configuration page. +Module implementing the Qt configuration page. </p> <h3>Global Attributes</h3> <table> @@ -32,21 +32,21 @@ <table> <tr> <td><a href="#QtPage">QtPage</a></td> -<td>Class implementing the Qt configuration page.</td> +<td>Class implementing the Qt 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="QtPage" ID="QtPage"></a> <h2>QtPage</h2> <p> - Class implementing the Qt configuration page. + Class implementing the Qt configuration page. </p> <h3>Derived from</h3> ConfigurationPageBase, Ui_QtPage @@ -58,72 +58,72 @@ <table> <tr> <td><a href="#QtPage.__init__">QtPage</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#QtPage.__updateQt4Sample">__updateQt4Sample</a></td> -<td>Private slot to update the Qt4 tools sample label.</td> +<td>Private slot to update the Qt4 tools sample label.</td> </tr><tr> <td><a href="#QtPage.on_qt4Button_clicked">on_qt4Button_clicked</a></td> -<td>Private slot to handle the Qt4 directory selection.</td> +<td>Private slot to handle the Qt4 directory selection.</td> </tr><tr> <td><a href="#QtPage.on_qt4PostfixEdit_textChanged">on_qt4PostfixEdit_textChanged</a></td> -<td>Private slot to handle a change in the entered Qt directory.</td> +<td>Private slot to handle a change in the entered Qt directory.</td> </tr><tr> <td><a href="#QtPage.on_qt4PrefixEdit_textChanged">on_qt4PrefixEdit_textChanged</a></td> -<td>Private slot to handle a change in the entered Qt directory.</td> +<td>Private slot to handle a change in the entered Qt directory.</td> </tr><tr> <td><a href="#QtPage.on_qt4TransButton_clicked">on_qt4TransButton_clicked</a></td> -<td>Private slot to handle the Qt4 translations directory selection.</td> +<td>Private slot to handle the Qt4 translations directory selection.</td> </tr><tr> <td><a href="#QtPage.save">save</a></td> -<td>Public slot to save the Qt configuration.</td> +<td>Public slot to save the Qt configuration.</td> </tr> </table> <a NAME="QtPage.__init__" ID="QtPage.__init__"></a> <h4>QtPage (Constructor)</h4> <b>QtPage</b>(<i></i>) <p> - Constructor + Constructor </p><a NAME="QtPage.__updateQt4Sample" ID="QtPage.__updateQt4Sample"></a> <h4>QtPage.__updateQt4Sample</h4> <b>__updateQt4Sample</b>(<i></i>) <p> - Private slot to update the Qt4 tools sample label. + Private slot to update the Qt4 tools sample label. </p><a NAME="QtPage.on_qt4Button_clicked" ID="QtPage.on_qt4Button_clicked"></a> <h4>QtPage.on_qt4Button_clicked</h4> <b>on_qt4Button_clicked</b>(<i></i>) <p> - Private slot to handle the Qt4 directory selection. + Private slot to handle the Qt4 directory selection. </p><a NAME="QtPage.on_qt4PostfixEdit_textChanged" ID="QtPage.on_qt4PostfixEdit_textChanged"></a> <h4>QtPage.on_qt4PostfixEdit_textChanged</h4> <b>on_qt4PostfixEdit_textChanged</b>(<i>txt</i>) <p> - Private slot to handle a change in the entered Qt directory. + Private slot to handle a change in the entered Qt directory. </p><dl> <dt><i>txt</i></dt> <dd> -the entered string (string) +the entered string (string) </dd> </dl><a NAME="QtPage.on_qt4PrefixEdit_textChanged" ID="QtPage.on_qt4PrefixEdit_textChanged"></a> <h4>QtPage.on_qt4PrefixEdit_textChanged</h4> <b>on_qt4PrefixEdit_textChanged</b>(<i>txt</i>) <p> - Private slot to handle a change in the entered Qt directory. + Private slot to handle a change in the entered Qt directory. </p><dl> <dt><i>txt</i></dt> <dd> -the entered string (string) +the entered string (string) </dd> </dl><a NAME="QtPage.on_qt4TransButton_clicked" ID="QtPage.on_qt4TransButton_clicked"></a> <h4>QtPage.on_qt4TransButton_clicked</h4> <b>on_qt4TransButton_clicked</b>(<i></i>) <p> - Private slot to handle the Qt4 translations directory selection. + Private slot to handle the Qt4 translations directory selection. </p><a NAME="QtPage.save" ID="QtPage.save"></a> <h4>QtPage.save</h4> <b>save</b>(<i></i>) <p> - Public slot to save the Qt configuration. + Public slot to save the Qt configuration. </p> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> @@ -131,11 +131,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>