ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.DjangoDialog.html

changeset 102
7e2351e4d729
parent 29
76d04dd67367
child 161
208fced62e00
diff -r 6e39332e4a36 -r 7e2351e4d729 ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.DjangoDialog.html
--- a/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.DjangoDialog.html	Sun Apr 23 17:20:47 2017 +0200
+++ b/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.DjangoDialog.html	Thu Apr 27 19:35:14 2017 +0200
@@ -79,6 +79,9 @@
 <td><a href="#DjangoDialog.__saveData">__saveData</a></td>
 <td>Private slot to save the output to a file.</td>
 </tr><tr>
+<td><a href="#DjangoDialog.keyPressEvent">keyPressEvent</a></td>
+<td>Protected slot to handle a key press event.</td>
+</tr><tr>
 <td><a href="#DjangoDialog.normalExit">normalExit</a></td>
 <td>Public method to check for a normal process termination.</td>
 </tr><tr>
@@ -88,6 +91,15 @@
 <td><a href="#DjangoDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
 <td>Private slot called by a button of the button box clicked.</td>
 </tr><tr>
+<td><a href="#DjangoDialog.on_input_returnPressed">on_input_returnPressed</a></td>
+<td>Private slot to handle the press of the return key in the input field.</td>
+</tr><tr>
+<td><a href="#DjangoDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td>
+<td>Private slot to handle the password checkbox toggled.</td>
+</tr><tr>
+<td><a href="#DjangoDialog.on_sendButton_clicked">on_sendButton_clicked</a></td>
+<td>Private slot to send the input to the manage.py process.</td>
+</tr><tr>
 <td><a href="#DjangoDialog.startBatchProcesses">startBatchProcesses</a></td>
 <td>Public slot used to start a batch of processes.</td>
 </tr><tr>
@@ -101,7 +113,7 @@
 </table>
 <a NAME="DjangoDialog.__init__" ID="DjangoDialog.__init__"></a>
 <h4>DjangoDialog (Constructor)</h4>
-<b>DjangoDialog</b>(<i>text, fixed=False, linewrap=True, msgSuccess=None, msgError=None, saveFilters=None, parent=None</i>)
+<b>DjangoDialog</b>(<i>text, fixed=False, linewrap=True, msgSuccess=None, msgError=None, saveFilters=None, showInput=False, parent=None</i>)
 <p>
         Constructor
 </p><dl>
@@ -125,6 +137,9 @@
 </dd><dt><i>saveFilters=</i></dt>
 <dd>
 filename filter string (string)
+</dd><dt><i>showInput=</i></dt>
+<dd>
+flag indicating to show the input widgets (bool)
 </dd><dt><i>parent=</i></dt>
 <dd>
 parent widget (QWidget)
@@ -169,7 +184,17 @@
 <b>__saveData</b>(<i></i>)
 <p>
         Private slot to save the output to a file.
-</p><a NAME="DjangoDialog.normalExit" ID="DjangoDialog.normalExit"></a>
+</p><a NAME="DjangoDialog.keyPressEvent" ID="DjangoDialog.keyPressEvent"></a>
+<h4>DjangoDialog.keyPressEvent</h4>
+<b>keyPressEvent</b>(<i>evt</i>)
+<p>
+        Protected slot to handle a key press event.
+</p><dl>
+<dt><i>evt</i></dt>
+<dd>
+the key press event (QKeyEvent)
+</dd>
+</dl><a NAME="DjangoDialog.normalExit" ID="DjangoDialog.normalExit"></a>
 <h4>DjangoDialog.normalExit</h4>
 <b>normalExit</b>(<i></i>)
 <p>
@@ -200,7 +225,27 @@
 <dd>
 button that was clicked (QAbstractButton)
 </dd>
-</dl><a NAME="DjangoDialog.startBatchProcesses" ID="DjangoDialog.startBatchProcesses"></a>
+</dl><a NAME="DjangoDialog.on_input_returnPressed" ID="DjangoDialog.on_input_returnPressed"></a>
+<h4>DjangoDialog.on_input_returnPressed</h4>
+<b>on_input_returnPressed</b>(<i></i>)
+<p>
+        Private slot to handle the press of the return key in the input field.
+</p><a NAME="DjangoDialog.on_passwordCheckBox_toggled" ID="DjangoDialog.on_passwordCheckBox_toggled"></a>
+<h4>DjangoDialog.on_passwordCheckBox_toggled</h4>
+<b>on_passwordCheckBox_toggled</b>(<i>isOn</i>)
+<p>
+        Private slot to handle the password checkbox toggled.
+</p><dl>
+<dt><i>isOn</i></dt>
+<dd>
+flag indicating the status of the check box (boolean)
+</dd>
+</dl><a NAME="DjangoDialog.on_sendButton_clicked" ID="DjangoDialog.on_sendButton_clicked"></a>
+<h4>DjangoDialog.on_sendButton_clicked</h4>
+<b>on_sendButton_clicked</b>(<i></i>)
+<p>
+        Private slot to send the input to the manage.py process.
+</p><a NAME="DjangoDialog.startBatchProcesses" ID="DjangoDialog.startBatchProcesses"></a>
 <h4>DjangoDialog.startBatchProcesses</h4>
 <b>startBatchProcesses</b>(<i>argsLists, workingDir=None, mergedOutput=False</i>)
 <p>

eric ide

mercurial