76 <tr> |
76 <tr> |
77 <td><a href="#HgQueuesHeaderDialog.__finish">__finish</a></td> |
77 <td><a href="#HgQueuesHeaderDialog.__finish">__finish</a></td> |
78 <td>Private slot called when the process finished or the user pressed the button.</td> |
78 <td>Private slot called when the process finished or the user pressed the button.</td> |
79 </tr> |
79 </tr> |
80 <tr> |
80 <tr> |
81 <td><a href="#HgQueuesHeaderDialog.__procFinished">__procFinished</a></td> |
|
82 <td>Private slot connected to the finished signal.</td> |
|
83 </tr> |
|
84 <tr> |
|
85 <td><a href="#HgQueuesHeaderDialog.__readStderr">__readStderr</a></td> |
|
86 <td>Private slot to handle the readyReadStderr signal.</td> |
|
87 </tr> |
|
88 <tr> |
|
89 <td><a href="#HgQueuesHeaderDialog.__readStdout">__readStdout</a></td> |
|
90 <td>Private slot to handle the readyReadStdout signal.</td> |
|
91 </tr> |
|
92 <tr> |
|
93 <td><a href="#HgQueuesHeaderDialog.__showError">__showError</a></td> |
81 <td><a href="#HgQueuesHeaderDialog.__showError">__showError</a></td> |
94 <td>Private slot to show some error.</td> |
82 <td>Private slot to show some error.</td> |
95 </tr> |
83 </tr> |
96 <tr> |
84 <tr> |
97 <td><a href="#HgQueuesHeaderDialog.__showOutput">__showOutput</a></td> |
85 <td><a href="#HgQueuesHeaderDialog.__showOutput">__showOutput</a></td> |
140 |
128 |
141 <p> |
129 <p> |
142 Private slot called when the process finished or the user pressed |
130 Private slot called when the process finished or the user pressed |
143 the button. |
131 the button. |
144 </p> |
132 </p> |
145 <a NAME="HgQueuesHeaderDialog.__procFinished" ID="HgQueuesHeaderDialog.__procFinished"></a> |
|
146 <h4>HgQueuesHeaderDialog.__procFinished</h4> |
|
147 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
|
148 |
|
149 <p> |
|
150 Private slot connected to the finished signal. |
|
151 </p> |
|
152 <dl> |
|
153 |
|
154 <dt><i>exitCode</i></dt> |
|
155 <dd> |
|
156 exit code of the process (integer) |
|
157 </dd> |
|
158 <dt><i>exitStatus</i></dt> |
|
159 <dd> |
|
160 exit status of the process (QProcess.ExitStatus) |
|
161 </dd> |
|
162 </dl> |
|
163 <a NAME="HgQueuesHeaderDialog.__readStderr" ID="HgQueuesHeaderDialog.__readStderr"></a> |
|
164 <h4>HgQueuesHeaderDialog.__readStderr</h4> |
|
165 <b>__readStderr</b>(<i></i>) |
|
166 |
|
167 <p> |
|
168 Private slot to handle the readyReadStderr signal. |
|
169 </p> |
|
170 <p> |
|
171 It reads the error output of the process and inserts it into the |
|
172 error pane. |
|
173 </p> |
|
174 <a NAME="HgQueuesHeaderDialog.__readStdout" ID="HgQueuesHeaderDialog.__readStdout"></a> |
|
175 <h4>HgQueuesHeaderDialog.__readStdout</h4> |
|
176 <b>__readStdout</b>(<i></i>) |
|
177 |
|
178 <p> |
|
179 Private slot to handle the readyReadStdout signal. |
|
180 </p> |
|
181 <p> |
|
182 It reads the output of the process, formats it and inserts it into |
|
183 the contents pane. |
|
184 </p> |
|
185 <a NAME="HgQueuesHeaderDialog.__showError" ID="HgQueuesHeaderDialog.__showError"></a> |
133 <a NAME="HgQueuesHeaderDialog.__showError" ID="HgQueuesHeaderDialog.__showError"></a> |
186 <h4>HgQueuesHeaderDialog.__showError</h4> |
134 <h4>HgQueuesHeaderDialog.__showError</h4> |
187 <b>__showError</b>(<i>out</i>) |
135 <b>__showError</b>(<i>out</i>) |
188 |
136 |
189 <p> |
137 <p> |