Fri, 25 Oct 2013 18:51:52 +0200
Fixed code style issues.
<!DOCTYPE html> <html><head> <title>Plugin_Project_Pyramid.ProjectPyramid.ConfigurationPage.PyramidPage</title> <meta charset="UTF-8"> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body><a NAME="top" ID="top"></a> <h1>Plugin_Project_Pyramid.ProjectPyramid.ConfigurationPage.PyramidPage</h1> <p> Module implementing the Pyramid configuration page. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#PyramidPage">PyramidPage</a></td> <td>Class implementing the Pyramid configuration page.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /><hr /> <a NAME="PyramidPage" ID="PyramidPage"></a> <h2>PyramidPage</h2> <p> Class implementing the Pyramid configuration page. </p> <h3>Derived from</h3> ConfigurationPageBase, Ui_PyramidPage <h3>Class Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr> <td><a href="#PyramidPage.__init__">PyramidPage</a></td> <td>Constructor</td> </tr><tr> <td><a href="#PyramidPage.on_translationsButton_clicked">on_translationsButton_clicked</a></td> <td>Private slot to select the translations editor via a file selection dialog.</td> </tr><tr> <td><a href="#PyramidPage.on_virtualEnvPy2Button_clicked">on_virtualEnvPy2Button_clicked</a></td> <td>Private slot to select the virtual environment for Python 2 via a directory selection dialog.</td> </tr><tr> <td><a href="#PyramidPage.on_virtualEnvPy3Button_clicked">on_virtualEnvPy3Button_clicked</a></td> <td>Private slot to select the virtual environment for Python 3 via a directory selection dialog.</td> </tr><tr> <td><a href="#PyramidPage.save">save</a></td> <td>Public slot to save the Pyramid configuration.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="PyramidPage.__init__" ID="PyramidPage.__init__"></a> <h4>PyramidPage (Constructor)</h4> <b>PyramidPage</b>(<i>plugin</i>) <p> Constructor </p><dl> <dt><i>plugin</i></dt> <dd> reference to the plugin object </dd> </dl><a NAME="PyramidPage.on_translationsButton_clicked" ID="PyramidPage.on_translationsButton_clicked"></a> <h4>PyramidPage.on_translationsButton_clicked</h4> <b>on_translationsButton_clicked</b>(<i></i>) <p> Private slot to select the translations editor via a file selection dialog. </p><a NAME="PyramidPage.on_virtualEnvPy2Button_clicked" ID="PyramidPage.on_virtualEnvPy2Button_clicked"></a> <h4>PyramidPage.on_virtualEnvPy2Button_clicked</h4> <b>on_virtualEnvPy2Button_clicked</b>(<i></i>) <p> Private slot to select the virtual environment for Python 2 via a directory selection dialog. </p><a NAME="PyramidPage.on_virtualEnvPy3Button_clicked" ID="PyramidPage.on_virtualEnvPy3Button_clicked"></a> <h4>PyramidPage.on_virtualEnvPy3Button_clicked</h4> <b>on_virtualEnvPy3Button_clicked</b>(<i></i>) <p> Private slot to select the virtual environment for Python 3 via a directory selection dialog. </p><a NAME="PyramidPage.save" ID="PyramidPage.save"></a> <h4>PyramidPage.save</h4> <b>save</b>(<i></i>) <p> Public slot to save the Pyramid configuration. </p> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>