ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.DjangoRunTestServerDataDialog.html

branch
eric7
changeset 172
ea7980ded4f3
parent 169
b8f263e05c39
child 176
1395e0583f4e
--- a/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.DjangoRunTestServerDataDialog.html	Sat May 29 15:03:26 2021 +0200
+++ b/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.DjangoRunTestServerDataDialog.html	Sat May 29 18:33:03 2021 +0200
@@ -77,11 +77,7 @@
 <td>Public method to get the data entered into the dialog.</td>
 </tr>
 <tr>
-<td><a href="#DjangoRunTestServerDataDialog.on_fixtureFileButton_clicked">on_fixtureFileButton_clicked</a></td>
-<td>Private slot to select a fixture file via a file selection dialog.</td>
-</tr>
-<tr>
-<td><a href="#DjangoRunTestServerDataDialog.on_fixturesEdit_textChanged">on_fixturesEdit_textChanged</a></td>
+<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>
@@ -100,13 +96,13 @@
 </p>
 <dl>
 
-<dt><i>project</i></dt>
+<dt><i>project</i> (Project)</dt>
 <dd>
 reference to the Django project object
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="DjangoRunTestServerDataDialog.getData" ID="DjangoRunTestServerDataDialog.getData"></a>
@@ -119,28 +115,27 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-list of fixtures (list of strings)
+list of fixtures
 </dd>
 </dl>
-<a NAME="DjangoRunTestServerDataDialog.on_fixtureFileButton_clicked" ID="DjangoRunTestServerDataDialog.on_fixtureFileButton_clicked"></a>
-<h4>DjangoRunTestServerDataDialog.on_fixtureFileButton_clicked</h4>
-<b>on_fixtureFileButton_clicked</b>(<i></i>)
-
-<p>
-        Private slot to select a fixture file via a file selection dialog.
-</p>
-<a NAME="DjangoRunTestServerDataDialog.on_fixturesEdit_textChanged" ID="DjangoRunTestServerDataDialog.on_fixturesEdit_textChanged"></a>
-<h4>DjangoRunTestServerDataDialog.on_fixturesEdit_textChanged</h4>
-<b>on_fixturesEdit_textChanged</b>(<i>txt</i>)
+<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></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-text of the line edit (string)
+text of the line edit
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial