Wed, 24 Mar 2010 18:38:44 +0000
Added a few methods to Project.py to support the cooperation stuff.
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> <html><head> <title>eric5.Preferences.ConfigurationPages.QtPage</title> <style> body { background:white; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #4FA4FF; } h2 { color: white; background: #4FA4FF; } h3 { color: white; background: #00557F; } h4 { color: white; background: #00557F; } a { color: #AA5500; } </style> </head> <body><a NAME="top" ID="top"></a> <h1>eric5.Preferences.ConfigurationPages.QtPage</h1> <p> Module implementing the Qt configuration page. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#QtPage">QtPage</a></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> </tr> </table> <hr /><hr /> <a NAME="QtPage" ID="QtPage"></a> <h2>QtPage</h2> <p> Class implementing the Qt configuration page. </p> <h3>Derived from</h3> ConfigurationPageBase, Ui_QtPage <h3>Class Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr> <td><a href="#QtPage.__init__">QtPage</a></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> </tr><tr> <td><a href="#QtPage.on_qt4Button_clicked">on_qt4Button_clicked</a></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> </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> </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> </tr><tr> <td><a href="#QtPage.save">save</a></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 </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. </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. </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. </p><dl> <dt><i>txt</i></dt> <dd> 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. </p><dl> <dt><i>txt</i></dt> <dd> 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. </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. </p> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> <a NAME="create" ID="create"></a> <h2>create</h2> <b>create</b>(<i>dlg</i>) <p> Module function to create the configuration page. </p><dl> <dt><i>dlg</i></dt> <dd> reference to the configuration dialog </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>