src/eric7/Documentation/Source/eric7.PipInterface.PipDialog.html

branch
eric7
changeset 10690
fab36645aa7d
parent 10479
856476537696
equal deleted inserted replaced
10689:3ede487187f2 10690:fab36645aa7d
151 the button. 151 the button.
152 </p> 152 </p>
153 153
154 <a NAME="PipDialog.__procFinished" ID="PipDialog.__procFinished"></a> 154 <a NAME="PipDialog.__procFinished" ID="PipDialog.__procFinished"></a>
155 <h4>PipDialog.__procFinished</h4> 155 <h4>PipDialog.__procFinished</h4>
156 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 156 <b>__procFinished</b>(<i>_exitCode, _exitStatus</i>)
157 <p> 157 <p>
158 Private slot connected to the finished signal. 158 Private slot connected to the finished signal.
159 </p> 159 </p>
160 160
161 <dl> 161 <dl>
162 162
163 <dt><i>exitCode</i> (int)</dt> 163 <dt><i>_exitCode</i> (int)</dt>
164 <dd> 164 <dd>
165 exit code of the process 165 exit code of the process (unused)
166 </dd> 166 </dd>
167 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> 167 <dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt>
168 <dd> 168 <dd>
169 exit status of the process 169 exit status of the process (unused)
170 </dd> 170 </dd>
171 </dl> 171 </dl>
172 <a NAME="PipDialog.__readStderr" ID="PipDialog.__readStderr"></a> 172 <a NAME="PipDialog.__readStderr" ID="PipDialog.__readStderr"></a>
173 <h4>PipDialog.__readStderr</h4> 173 <h4>PipDialog.__readStderr</h4>
174 <b>__readStderr</b>(<i></i>) 174 <b>__readStderr</b>(<i></i>)

eric ide

mercurial