Thu, 30 Dec 2021 12:11:32 +0100
Updated version info to indicate relation to eric7.
<!DOCTYPE html> <html><head> <title>Plugin_Project_Flask.ProjectFlask.ServerStartOptionsDialog</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </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>Return:</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>