77 <td>Private slot to handle the readyReadStdout signal.</td> |
77 <td>Private slot to handle the readyReadStdout signal.</td> |
78 </tr><tr> |
78 </tr><tr> |
79 <td><a href="#DjangoDialog.__saveData">__saveData</a></td> |
79 <td><a href="#DjangoDialog.__saveData">__saveData</a></td> |
80 <td>Private slot to save the output to a file.</td> |
80 <td>Private slot to save the output to a file.</td> |
81 </tr><tr> |
81 </tr><tr> |
|
82 <td><a href="#DjangoDialog.keyPressEvent">keyPressEvent</a></td> |
|
83 <td>Protected slot to handle a key press event.</td> |
|
84 </tr><tr> |
82 <td><a href="#DjangoDialog.normalExit">normalExit</a></td> |
85 <td><a href="#DjangoDialog.normalExit">normalExit</a></td> |
83 <td>Public method to check for a normal process termination.</td> |
86 <td>Public method to check for a normal process termination.</td> |
84 </tr><tr> |
87 </tr><tr> |
85 <td><a href="#DjangoDialog.normalExitWithoutErrors">normalExitWithoutErrors</a></td> |
88 <td><a href="#DjangoDialog.normalExitWithoutErrors">normalExitWithoutErrors</a></td> |
86 <td>Public method to check for a normal process termination without error messages.</td> |
89 <td>Public method to check for a normal process termination without error messages.</td> |
87 </tr><tr> |
90 </tr><tr> |
88 <td><a href="#DjangoDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
91 <td><a href="#DjangoDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
89 <td>Private slot called by a button of the button box clicked.</td> |
92 <td>Private slot called by a button of the button box clicked.</td> |
|
93 </tr><tr> |
|
94 <td><a href="#DjangoDialog.on_input_returnPressed">on_input_returnPressed</a></td> |
|
95 <td>Private slot to handle the press of the return key in the input field.</td> |
|
96 </tr><tr> |
|
97 <td><a href="#DjangoDialog.on_passwordCheckBox_toggled">on_passwordCheckBox_toggled</a></td> |
|
98 <td>Private slot to handle the password checkbox toggled.</td> |
|
99 </tr><tr> |
|
100 <td><a href="#DjangoDialog.on_sendButton_clicked">on_sendButton_clicked</a></td> |
|
101 <td>Private slot to send the input to the manage.py process.</td> |
90 </tr><tr> |
102 </tr><tr> |
91 <td><a href="#DjangoDialog.startBatchProcesses">startBatchProcesses</a></td> |
103 <td><a href="#DjangoDialog.startBatchProcesses">startBatchProcesses</a></td> |
92 <td>Public slot used to start a batch of processes.</td> |
104 <td>Public slot used to start a batch of processes.</td> |
93 </tr><tr> |
105 </tr><tr> |
94 <td><a href="#DjangoDialog.startProcess">startProcess</a></td> |
106 <td><a href="#DjangoDialog.startProcess">startProcess</a></td> |
99 <table> |
111 <table> |
100 <tr><td>None</td></tr> |
112 <tr><td>None</td></tr> |
101 </table> |
113 </table> |
102 <a NAME="DjangoDialog.__init__" ID="DjangoDialog.__init__"></a> |
114 <a NAME="DjangoDialog.__init__" ID="DjangoDialog.__init__"></a> |
103 <h4>DjangoDialog (Constructor)</h4> |
115 <h4>DjangoDialog (Constructor)</h4> |
104 <b>DjangoDialog</b>(<i>text, fixed=False, linewrap=True, msgSuccess=None, msgError=None, saveFilters=None, parent=None</i>) |
116 <b>DjangoDialog</b>(<i>text, fixed=False, linewrap=True, msgSuccess=None, msgError=None, saveFilters=None, showInput=False, parent=None</i>) |
105 <p> |
117 <p> |
106 Constructor |
118 Constructor |
107 </p><dl> |
119 </p><dl> |
108 <dt><i>text</i></dt> |
120 <dt><i>text</i></dt> |
109 <dd> |
121 <dd> |
123 optional string to show upon unsuccessful execution |
135 optional string to show upon unsuccessful execution |
124 (string) |
136 (string) |
125 </dd><dt><i>saveFilters=</i></dt> |
137 </dd><dt><i>saveFilters=</i></dt> |
126 <dd> |
138 <dd> |
127 filename filter string (string) |
139 filename filter string (string) |
|
140 </dd><dt><i>showInput=</i></dt> |
|
141 <dd> |
|
142 flag indicating to show the input widgets (bool) |
128 </dd><dt><i>parent=</i></dt> |
143 </dd><dt><i>parent=</i></dt> |
129 <dd> |
144 <dd> |
130 parent widget (QWidget) |
145 parent widget (QWidget) |
131 </dd> |
146 </dd> |
132 </dl><a NAME="DjangoDialog.__finish" ID="DjangoDialog.__finish"></a> |
147 </dl><a NAME="DjangoDialog.__finish" ID="DjangoDialog.__finish"></a> |
167 </p><a NAME="DjangoDialog.__saveData" ID="DjangoDialog.__saveData"></a> |
182 </p><a NAME="DjangoDialog.__saveData" ID="DjangoDialog.__saveData"></a> |
168 <h4>DjangoDialog.__saveData</h4> |
183 <h4>DjangoDialog.__saveData</h4> |
169 <b>__saveData</b>(<i></i>) |
184 <b>__saveData</b>(<i></i>) |
170 <p> |
185 <p> |
171 Private slot to save the output to a file. |
186 Private slot to save the output to a file. |
172 </p><a NAME="DjangoDialog.normalExit" ID="DjangoDialog.normalExit"></a> |
187 </p><a NAME="DjangoDialog.keyPressEvent" ID="DjangoDialog.keyPressEvent"></a> |
|
188 <h4>DjangoDialog.keyPressEvent</h4> |
|
189 <b>keyPressEvent</b>(<i>evt</i>) |
|
190 <p> |
|
191 Protected slot to handle a key press event. |
|
192 </p><dl> |
|
193 <dt><i>evt</i></dt> |
|
194 <dd> |
|
195 the key press event (QKeyEvent) |
|
196 </dd> |
|
197 </dl><a NAME="DjangoDialog.normalExit" ID="DjangoDialog.normalExit"></a> |
173 <h4>DjangoDialog.normalExit</h4> |
198 <h4>DjangoDialog.normalExit</h4> |
174 <b>normalExit</b>(<i></i>) |
199 <b>normalExit</b>(<i></i>) |
175 <p> |
200 <p> |
176 Public method to check for a normal process termination. |
201 Public method to check for a normal process termination. |
177 </p><dl> |
202 </p><dl> |
198 </p><dl> |
223 </p><dl> |
199 <dt><i>button</i></dt> |
224 <dt><i>button</i></dt> |
200 <dd> |
225 <dd> |
201 button that was clicked (QAbstractButton) |
226 button that was clicked (QAbstractButton) |
202 </dd> |
227 </dd> |
203 </dl><a NAME="DjangoDialog.startBatchProcesses" ID="DjangoDialog.startBatchProcesses"></a> |
228 </dl><a NAME="DjangoDialog.on_input_returnPressed" ID="DjangoDialog.on_input_returnPressed"></a> |
|
229 <h4>DjangoDialog.on_input_returnPressed</h4> |
|
230 <b>on_input_returnPressed</b>(<i></i>) |
|
231 <p> |
|
232 Private slot to handle the press of the return key in the input field. |
|
233 </p><a NAME="DjangoDialog.on_passwordCheckBox_toggled" ID="DjangoDialog.on_passwordCheckBox_toggled"></a> |
|
234 <h4>DjangoDialog.on_passwordCheckBox_toggled</h4> |
|
235 <b>on_passwordCheckBox_toggled</b>(<i>isOn</i>) |
|
236 <p> |
|
237 Private slot to handle the password checkbox toggled. |
|
238 </p><dl> |
|
239 <dt><i>isOn</i></dt> |
|
240 <dd> |
|
241 flag indicating the status of the check box (boolean) |
|
242 </dd> |
|
243 </dl><a NAME="DjangoDialog.on_sendButton_clicked" ID="DjangoDialog.on_sendButton_clicked"></a> |
|
244 <h4>DjangoDialog.on_sendButton_clicked</h4> |
|
245 <b>on_sendButton_clicked</b>(<i></i>) |
|
246 <p> |
|
247 Private slot to send the input to the manage.py process. |
|
248 </p><a NAME="DjangoDialog.startBatchProcesses" ID="DjangoDialog.startBatchProcesses"></a> |
204 <h4>DjangoDialog.startBatchProcesses</h4> |
249 <h4>DjangoDialog.startBatchProcesses</h4> |
205 <b>startBatchProcesses</b>(<i>argsLists, workingDir=None, mergedOutput=False</i>) |
250 <b>startBatchProcesses</b>(<i>argsLists, workingDir=None, mergedOutput=False</i>) |
206 <p> |
251 <p> |
207 Public slot used to start a batch of processes. |
252 Public slot used to start a batch of processes. |
208 </p><dl> |
253 </p><dl> |