130 reference to the parent widget |
130 reference to the parent widget |
131 </dd> |
131 </dd> |
132 </dl> |
132 </dl> |
133 <a NAME="VirtualenvExecDialog.__finish" ID="VirtualenvExecDialog.__finish"></a> |
133 <a NAME="VirtualenvExecDialog.__finish" ID="VirtualenvExecDialog.__finish"></a> |
134 <h4>VirtualenvExecDialog.__finish</h4> |
134 <h4>VirtualenvExecDialog.__finish</h4> |
135 <b>__finish</b>(<i>exitCode, exitStatus, giveUp=False</i>) |
135 <b>__finish</b>(<i>exitCode, _exitStatus, giveUp=False</i>) |
136 <p> |
136 <p> |
137 Private slot called when the process finished. |
137 Private slot called when the process finished. |
138 </p> |
138 </p> |
139 <p> |
139 <p> |
140 It is called when the process finished or the user pressed the button. |
140 It is called when the process finished or the user pressed the button. |
144 |
144 |
145 <dt><i>exitCode</i> (int)</dt> |
145 <dt><i>exitCode</i> (int)</dt> |
146 <dd> |
146 <dd> |
147 exit code of the process |
147 exit code of the process |
148 </dd> |
148 </dd> |
149 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> |
149 <dt><i>_exitStatus</i> (QProcess.ExitStatus)</dt> |
150 <dd> |
150 <dd> |
151 exit status of the process |
151 exit status of the process (unused) |
152 </dd> |
152 </dd> |
153 <dt><i>giveUp</i> (bool)</dt> |
153 <dt><i>giveUp</i> (bool)</dt> |
154 <dd> |
154 <dd> |
155 flag indicating to not start another attempt |
155 flag indicating to not start another attempt |
156 </dd> |
156 </dd> |