132 <tr><td>None</td></tr> |
132 <tr><td>None</td></tr> |
133 </table> |
133 </table> |
134 |
134 |
135 <a NAME="E5ProcessDialog.__init__" ID="E5ProcessDialog.__init__"></a> |
135 <a NAME="E5ProcessDialog.__init__" ID="E5ProcessDialog.__init__"></a> |
136 <h4>E5ProcessDialog (Constructor)</h4> |
136 <h4>E5ProcessDialog (Constructor)</h4> |
137 <b>E5ProcessDialog</b>(<i>outputTitle="", windowTitle="", parent=None</i>) |
137 <b>E5ProcessDialog</b>(<i>outputTitle="", windowTitle="", showProgress=False, parent=None</i>) |
138 |
138 |
139 <p> |
139 <p> |
140 Constructor |
140 Constructor |
141 </p> |
141 </p> |
142 <dl> |
142 <dl> |
146 title for the output group |
146 title for the output group |
147 </dd> |
147 </dd> |
148 <dt><i>windowTitle</i> (str)</dt> |
148 <dt><i>windowTitle</i> (str)</dt> |
149 <dd> |
149 <dd> |
150 title of the dialog |
150 title of the dialog |
|
151 </dd> |
|
152 <dt><i>showProgress</i> (bool)</dt> |
|
153 <dd> |
|
154 flag indicating to show a progress bar |
151 </dd> |
155 </dd> |
152 <dt><i>parent</i> (QWidget)</dt> |
156 <dt><i>parent</i> (QWidget)</dt> |
153 <dd> |
157 <dd> |
154 reference to the parent widget |
158 reference to the parent widget |
155 </dd> |
159 </dd> |