eric6/Documentation/Source/eric6.E5Gui.E5ProcessDialog.html

changeset 7356
d975331c5daa
parent 7273
391d6b7b1eff
child 7989
a21d673a8f99
equal deleted inserted replaced
7355:c7146f7e06aa 7356:d975331c5daa
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>

eric ide

mercurial