Mon, 26 Jul 2010 19:59:27 +0200
Added another style for the source docu.
<?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.Project.DebuggerPropertiesDialog</title> <style> body { background: white; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: black; background: #C1BBA4; } h4 { color: black; background: #C1BBA4; } a { color: #C07037; } </style> </head> <body><a NAME="top" ID="top"></a> <h1>eric5.Project.DebuggerPropertiesDialog</h1> <p> Module implementing a dialog for entering project specific debugger settings. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#DebuggerPropertiesDialog">DebuggerPropertiesDialog</a></td> <td>Class implementing a dialog for entering project specific debugger settings.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /><hr /> <a NAME="DebuggerPropertiesDialog" ID="DebuggerPropertiesDialog"></a> <h2>DebuggerPropertiesDialog</h2> <p> Class implementing a dialog for entering project specific debugger settings. </p> <h3>Derived from</h3> QDialog, Ui_DebuggerPropertiesDialog <h3>Class Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr> <td><a href="#DebuggerPropertiesDialog.__init__">DebuggerPropertiesDialog</a></td> <td>Constructor</td> </tr><tr> <td><a href="#DebuggerPropertiesDialog.on_debugClientButton_clicked">on_debugClientButton_clicked</a></td> <td>Private slot to handle the Debug Client selection.</td> </tr><tr> <td><a href="#DebuggerPropertiesDialog.on_interpreterButton_clicked">on_interpreterButton_clicked</a></td> <td>Private slot to handle the interpreter selection.</td> </tr><tr> <td><a href="#DebuggerPropertiesDialog.storeData">storeData</a></td> <td>Public method to store the entered/modified data.</td> </tr> </table> <a NAME="DebuggerPropertiesDialog.__init__" ID="DebuggerPropertiesDialog.__init__"></a> <h4>DebuggerPropertiesDialog (Constructor)</h4> <b>DebuggerPropertiesDialog</b>(<i>project, parent = None, name = None</i>) <p> Constructor </p><dl> <dt><i>project</i></dt> <dd> reference to the project object </dd><dt><i>parent</i></dt> <dd> parent widget of this dialog (QWidget) </dd><dt><i>name</i></dt> <dd> name of this dialog (string) </dd> </dl><a NAME="DebuggerPropertiesDialog.on_debugClientButton_clicked" ID="DebuggerPropertiesDialog.on_debugClientButton_clicked"></a> <h4>DebuggerPropertiesDialog.on_debugClientButton_clicked</h4> <b>on_debugClientButton_clicked</b>(<i></i>) <p> Private slot to handle the Debug Client selection. </p><a NAME="DebuggerPropertiesDialog.on_interpreterButton_clicked" ID="DebuggerPropertiesDialog.on_interpreterButton_clicked"></a> <h4>DebuggerPropertiesDialog.on_interpreterButton_clicked</h4> <b>on_interpreterButton_clicked</b>(<i></i>) <p> Private slot to handle the interpreter selection. </p><a NAME="DebuggerPropertiesDialog.storeData" ID="DebuggerPropertiesDialog.storeData"></a> <h4>DebuggerPropertiesDialog.storeData</h4> <b>storeData</b>(<i></i>) <p> Public method to store the entered/modified data. </p> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>