119 reference to the parent widget |
119 reference to the parent widget |
120 </dd> |
120 </dd> |
121 </dl> |
121 </dl> |
122 <a NAME="CondaExecDialog.__finish" ID="CondaExecDialog.__finish"></a> |
122 <a NAME="CondaExecDialog.__finish" ID="CondaExecDialog.__finish"></a> |
123 <h4>CondaExecDialog.__finish</h4> |
123 <h4>CondaExecDialog.__finish</h4> |
124 <b>__finish</b>(<i>exitCode, exitStatus, giveUp=False</i>) |
124 <b>__finish</b>(<i>exitCode, exitStatus</i>) |
125 |
125 |
126 <p> |
126 <p> |
127 Private slot called when the process finished. |
127 Private slot called when the process finished. |
128 </p> |
128 </p> |
129 <p> |
129 <p> |
137 exit code of the process |
137 exit code of the process |
138 </dd> |
138 </dd> |
139 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> |
139 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> |
140 <dd> |
140 <dd> |
141 exit status of the process |
141 exit status of the process |
142 </dd> |
|
143 <dt><i>giveUp</i> (bool)</dt> |
|
144 <dd> |
|
145 flag indicating to not start another attempt |
|
146 </dd> |
142 </dd> |
147 </dl> |
143 </dl> |
148 <a NAME="CondaExecDialog.__logError" ID="CondaExecDialog.__logError"></a> |
144 <a NAME="CondaExecDialog.__logError" ID="CondaExecDialog.__logError"></a> |
149 <h4>CondaExecDialog.__logError</h4> |
145 <h4>CondaExecDialog.__logError</h4> |
150 <b>__logError</b>(<i>stderr</i>) |
146 <b>__logError</b>(<i>stderr</i>) |