76 <tr> |
76 <tr> |
77 <td><a href="#PipDialog.__addOutput">__addOutput</a></td> |
77 <td><a href="#PipDialog.__addOutput">__addOutput</a></td> |
78 <td>Private method to add some text to the output pane.</td> |
78 <td>Private method to add some text to the output pane.</td> |
79 </tr> |
79 </tr> |
80 <tr> |
80 <tr> |
|
81 <td><a href="#PipDialog.__cancel">__cancel</a></td> |
|
82 <td>Private slot to cancel the current action.</td> |
|
83 </tr> |
|
84 <tr> |
81 <td><a href="#PipDialog.__finish">__finish</a></td> |
85 <td><a href="#PipDialog.__finish">__finish</a></td> |
82 <td>Private slot called when the process finished or the user pressed the button.</td> |
86 <td>Private slot called when the process finished or the user pressed the button.</td> |
83 </tr> |
87 </tr> |
84 <tr> |
88 <tr> |
85 <td><a href="#PipDialog.__procFinished">__procFinished</a></td> |
89 <td><a href="#PipDialog.__procFinished">__procFinished</a></td> |
146 <dt><i>txt</i> (str)</dt> |
150 <dt><i>txt</i> (str)</dt> |
147 <dd> |
151 <dd> |
148 text to be added |
152 text to be added |
149 </dd> |
153 </dd> |
150 </dl> |
154 </dl> |
|
155 <a NAME="PipDialog.__cancel" ID="PipDialog.__cancel"></a> |
|
156 <h4>PipDialog.__cancel</h4> |
|
157 <b>__cancel</b>(<i></i>) |
|
158 |
|
159 <p> |
|
160 Private slot to cancel the current action. |
|
161 </p> |
151 <a NAME="PipDialog.__finish" ID="PipDialog.__finish"></a> |
162 <a NAME="PipDialog.__finish" ID="PipDialog.__finish"></a> |
152 <h4>PipDialog.__finish</h4> |
163 <h4>PipDialog.__finish</h4> |
153 <b>__finish</b>(<i></i>) |
164 <b>__finish</b>(<i></i>) |
154 |
165 |
155 <p> |
166 <p> |