117 reference to the parent widget |
117 reference to the parent widget |
118 </dd> |
118 </dd> |
119 </dl> |
119 </dl> |
120 <a NAME="CondaExecDialog.__finish" ID="CondaExecDialog.__finish"></a> |
120 <a NAME="CondaExecDialog.__finish" ID="CondaExecDialog.__finish"></a> |
121 <h4>CondaExecDialog.__finish</h4> |
121 <h4>CondaExecDialog.__finish</h4> |
122 <b>__finish</b>(<i>exitCode, exitStatus</i>) |
122 <b>__finish</b>(<i>exitCode, _exitStatus</i>) |
123 <p> |
123 <p> |
124 Private slot called when the process finished. |
124 Private slot called when the process finished. |
125 </p> |
125 </p> |
126 <p> |
126 <p> |
127 It is called when the process finished or |
127 It is called when the process finished or |
132 |
132 |
133 <dt><i>exitCode</i> (int)</dt> |
133 <dt><i>exitCode</i> (int)</dt> |
134 <dd> |
134 <dd> |
135 exit code of the process |
135 exit code of the process |
136 </dd> |
136 </dd> |
137 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> |
137 <dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> |
138 <dd> |
138 <dd> |
139 exit status of the process |
139 exit status of the process (unused) |
140 </dd> |
140 </dd> |
141 </dl> |
141 </dl> |
142 <a NAME="CondaExecDialog.__logError" ID="CondaExecDialog.__logError"></a> |
142 <a NAME="CondaExecDialog.__logError" ID="CondaExecDialog.__logError"></a> |
143 <h4>CondaExecDialog.__logError</h4> |
143 <h4>CondaExecDialog.__logError</h4> |
144 <b>__logError</b>(<i>stderr</i>) |
144 <b>__logError</b>(<i>stderr</i>) |