src/eric7/Documentation/Source/eric7.VirtualEnv.VirtualenvExecDialog.html

branch
eric7
changeset 10692
9becf9ca115c
parent 10479
856476537696
equal deleted inserted replaced
10691:d1a603a70f83 10692:9becf9ca115c
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>

eric ide

mercurial