Sun, 22 Nov 2020 14:12:44 +0100
Added source code documentation.
<!DOCTYPE html> <html><head> <title>Plugin_Project_Flask.ProjectFlask.ServerStartOptionsDialog</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_Flask.ProjectFlask.ServerStartOptionsDialog</h1> <p> Module implementing a dialog to enter parameters to start the server. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#ServerStartOptionsDialog">ServerStartOptionsDialog</a></td> <td>Class implementing a dialog to enter parameters to start the server.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="ServerStartOptionsDialog" ID="ServerStartOptionsDialog"></a> <h2>ServerStartOptionsDialog</h2> <p> Class implementing a dialog to enter parameters to start the server. </p> <h3>Derived from</h3> QDialog, Ui_ServerStartOptionsDialog <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="#ServerStartOptionsDialog.__init__">ServerStartOptionsDialog</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#ServerStartOptionsDialog.getDataDict">getDataDict</a></td> <td>Public method to get a dictionary containing the entered data.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="ServerStartOptionsDialog.__init__" ID="ServerStartOptionsDialog.__init__"></a> <h4>ServerStartOptionsDialog (Constructor)</h4> <b>ServerStartOptionsDialog</b>(<i>options, parent=None</i>) <p> Constructor </p> <dl> <dt><i>options</i> (dict)</dt> <dd> dictionary containing the current server start options </dd> <dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget </dd> </dl> <a NAME="ServerStartOptionsDialog.getDataDict" ID="ServerStartOptionsDialog.getDataDict"></a> <h4>ServerStartOptionsDialog.getDataDict</h4> <b>getDataDict</b>(<i></i>) <p> Public method to get a dictionary containing the entered data. </p> <dl> <dt>Returns:</dt> <dd> dictionary containing the entered data </dd> </dl> <dl> <dt>Return Type:</dt> <dd> dict </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>