Sun, 30 Mar 2025 15:25:10 +0200
Created global tag <release-10.4.0>.
<!DOCTYPE html> <html><head> <title>Plugin_Project_Django.ProjectDjango.DjangoRunTestServerDataDialog</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>Plugin_Project_Django.ProjectDjango.DjangoRunTestServerDataDialog</h1> <p> Module implementing a dialog to enter the data for the 'loaddata' command. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#DjangoRunTestServerDataDialog">DjangoRunTestServerDataDialog</a></td> <td>Class implementing a dialog to enter the data for the 'loaddata' command.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="DjangoRunTestServerDataDialog" ID="DjangoRunTestServerDataDialog"></a> <h2>DjangoRunTestServerDataDialog</h2> <p> Class implementing a dialog to enter the data for the 'loaddata' command. </p> <h3>Derived from</h3> QDialog, Ui_DjangoRunTestServerDataDialog <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="#DjangoRunTestServerDataDialog.__init__">DjangoRunTestServerDataDialog</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#DjangoRunTestServerDataDialog.getData">getData</a></td> <td>Public method to get the data entered into the dialog.</td> </tr> <tr> <td><a href="#DjangoRunTestServerDataDialog.on_fixturesPicker_textChanged">on_fixturesPicker_textChanged</a></td> <td>Private slot to handle a change of the fixtures text.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="DjangoRunTestServerDataDialog.__init__" ID="DjangoRunTestServerDataDialog.__init__"></a> <h4>DjangoRunTestServerDataDialog (Constructor)</h4> <b>DjangoRunTestServerDataDialog</b>(<i>project, parent=None</i>) <p> Constructor </p> <dl> <dt><i>project</i> (Project)</dt> <dd> reference to the Django project object </dd> <dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget </dd> </dl> <a NAME="DjangoRunTestServerDataDialog.getData" ID="DjangoRunTestServerDataDialog.getData"></a> <h4>DjangoRunTestServerDataDialog.getData</h4> <b>getData</b>(<i></i>) <p> Public method to get the data entered into the dialog. </p> <dl> <dt>Return:</dt> <dd> list of fixtures </dd> </dl> <dl> <dt>Return Type:</dt> <dd> list of str </dd> </dl> <a NAME="DjangoRunTestServerDataDialog.on_fixturesPicker_textChanged" ID="DjangoRunTestServerDataDialog.on_fixturesPicker_textChanged"></a> <h4>DjangoRunTestServerDataDialog.on_fixturesPicker_textChanged</h4> <b>on_fixturesPicker_textChanged</b>(<i>txt</i>) <p> Private slot to handle a change of the fixtures text. </p> <dl> <dt><i>txt</i> (str)</dt> <dd> text of the line edit </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>