124 <p> |
124 <p> |
125 Constructor |
125 Constructor |
126 </p> |
126 </p> |
127 <dl> |
127 <dl> |
128 |
128 |
129 <dt><i>vcs</i></dt> |
129 <dt><i>vcs</i> (Git)</dt> |
130 <dd> |
130 <dd> |
131 reference to the vcs object |
131 reference to the vcs object |
132 </dd> |
132 </dd> |
133 <dt><i>parent</i></dt> |
133 <dt><i>parent</i> (QWidget)</dt> |
134 <dd> |
134 <dd> |
135 reference to the parent widget (QWidget) |
135 reference to the parent widget |
136 </dd> |
136 </dd> |
137 </dl> |
137 </dl> |
138 <a NAME="GitBlameDialog.__finish" ID="GitBlameDialog.__finish"></a> |
138 <a NAME="GitBlameDialog.__finish" ID="GitBlameDialog.__finish"></a> |
139 <h4>GitBlameDialog.__finish</h4> |
139 <h4>GitBlameDialog.__finish</h4> |
140 <b>__finish</b>(<i></i>) |
140 <b>__finish</b>(<i></i>) |
188 <p> |
188 <p> |
189 Private slot connected to the finished signal. |
189 Private slot connected to the finished signal. |
190 </p> |
190 </p> |
191 <dl> |
191 <dl> |
192 |
192 |
193 <dt><i>exitCode</i></dt> |
193 <dt><i>exitCode</i> (int)</dt> |
194 <dd> |
194 <dd> |
195 exit code of the process (integer) |
195 exit code of the process |
196 </dd> |
196 </dd> |
197 <dt><i>exitStatus</i></dt> |
197 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> |
198 <dd> |
198 <dd> |
199 exit status of the process (QProcess.ExitStatus) |
199 exit status of the process |
200 </dd> |
200 </dd> |
201 </dl> |
201 </dl> |
202 <a NAME="GitBlameDialog.__readStderr" ID="GitBlameDialog.__readStderr"></a> |
202 <a NAME="GitBlameDialog.__readStderr" ID="GitBlameDialog.__readStderr"></a> |
203 <h4>GitBlameDialog.__readStderr</h4> |
203 <h4>GitBlameDialog.__readStderr</h4> |
204 <b>__readStderr</b>(<i></i>) |
204 <b>__readStderr</b>(<i></i>) |
235 <p> |
235 <p> |
236 Protected slot implementing a close event handler. |
236 Protected slot implementing a close event handler. |
237 </p> |
237 </p> |
238 <dl> |
238 <dl> |
239 |
239 |
240 <dt><i>e</i></dt> |
240 <dt><i>e</i> (QCloseEvent)</dt> |
241 <dd> |
241 <dd> |
242 close event (QCloseEvent) |
242 close event |
243 </dd> |
243 </dd> |
244 </dl> |
244 </dl> |
245 <a NAME="GitBlameDialog.keyPressEvent" ID="GitBlameDialog.keyPressEvent"></a> |
245 <a NAME="GitBlameDialog.keyPressEvent" ID="GitBlameDialog.keyPressEvent"></a> |
246 <h4>GitBlameDialog.keyPressEvent</h4> |
246 <h4>GitBlameDialog.keyPressEvent</h4> |
247 <b>keyPressEvent</b>(<i>evt</i>) |
247 <b>keyPressEvent</b>(<i>evt</i>) |
249 <p> |
249 <p> |
250 Protected slot to handle a key press event. |
250 Protected slot to handle a key press event. |
251 </p> |
251 </p> |
252 <dl> |
252 <dl> |
253 |
253 |
254 <dt><i>evt</i></dt> |
254 <dt><i>evt</i> (QKeyEvent)</dt> |
255 <dd> |
255 <dd> |
256 the key press event (QKeyEvent) |
256 the key press event |
257 </dd> |
257 </dd> |
258 </dl> |
258 </dl> |
259 <a NAME="GitBlameDialog.on_buttonBox_clicked" ID="GitBlameDialog.on_buttonBox_clicked"></a> |
259 <a NAME="GitBlameDialog.on_buttonBox_clicked" ID="GitBlameDialog.on_buttonBox_clicked"></a> |
260 <h4>GitBlameDialog.on_buttonBox_clicked</h4> |
260 <h4>GitBlameDialog.on_buttonBox_clicked</h4> |
261 <b>on_buttonBox_clicked</b>(<i>button</i>) |
261 <b>on_buttonBox_clicked</b>(<i>button</i>) |
263 <p> |
263 <p> |
264 Private slot called by a button of the button box clicked. |
264 Private slot called by a button of the button box clicked. |
265 </p> |
265 </p> |
266 <dl> |
266 <dl> |
267 |
267 |
268 <dt><i>button</i></dt> |
268 <dt><i>button</i> (QAbstractButton)</dt> |
269 <dd> |
269 <dd> |
270 button that was clicked (QAbstractButton) |
270 button that was clicked |
271 </dd> |
271 </dd> |
272 </dl> |
272 </dl> |
273 <a NAME="GitBlameDialog.on_input_returnPressed" ID="GitBlameDialog.on_input_returnPressed"></a> |
273 <a NAME="GitBlameDialog.on_input_returnPressed" ID="GitBlameDialog.on_input_returnPressed"></a> |
274 <h4>GitBlameDialog.on_input_returnPressed</h4> |
274 <h4>GitBlameDialog.on_input_returnPressed</h4> |
275 <b>on_input_returnPressed</b>(<i></i>) |
275 <b>on_input_returnPressed</b>(<i></i>) |
284 <p> |
284 <p> |
285 Private slot to handle the password checkbox toggled. |
285 Private slot to handle the password checkbox toggled. |
286 </p> |
286 </p> |
287 <dl> |
287 <dl> |
288 |
288 |
289 <dt><i>checked</i></dt> |
289 <dt><i>checked</i> (bool)</dt> |
290 <dd> |
290 <dd> |
291 flag indicating the status of the check box (boolean) |
291 flag indicating the status of the check box |
292 </dd> |
292 </dd> |
293 </dl> |
293 </dl> |
294 <a NAME="GitBlameDialog.on_sendButton_clicked" ID="GitBlameDialog.on_sendButton_clicked"></a> |
294 <a NAME="GitBlameDialog.on_sendButton_clicked" ID="GitBlameDialog.on_sendButton_clicked"></a> |
295 <h4>GitBlameDialog.on_sendButton_clicked</h4> |
295 <h4>GitBlameDialog.on_sendButton_clicked</h4> |
296 <b>on_sendButton_clicked</b>(<i></i>) |
296 <b>on_sendButton_clicked</b>(<i></i>) |