src/eric7/Documentation/Source/eric7.EricWidgets.EricProcessDialog.html

branch
eric7
changeset 10933
95a15b70f7bb
parent 10479
856476537696
equal deleted inserted replaced
10932:82de5109035a 10933:95a15b70f7bb
116 </table> 116 </table>
117 117
118 118
119 <a NAME="EricProcessDialog.__init__" ID="EricProcessDialog.__init__"></a> 119 <a NAME="EricProcessDialog.__init__" ID="EricProcessDialog.__init__"></a>
120 <h4>EricProcessDialog (Constructor)</h4> 120 <h4>EricProcessDialog (Constructor)</h4>
121 <b>EricProcessDialog</b>(<i>outputTitle="", windowTitle="", showProgress=False, showInput=True, combinedOutput=False, parent=None, </i>) 121 <b>EricProcessDialog</b>(<i>outputTitle="", windowTitle="", showProgress=False, showInput=True, combinedOutput=False, monospacedFont=None, encoding="utf-8", parent=None, </i>)
122 <p> 122 <p>
123 Constructor 123 Constructor
124 </p> 124 </p>
125 125
126 <dl> 126 <dl>
144 </dd> 144 </dd>
145 <dt><i>combinedOutput</i> (bool (optional))</dt> 145 <dt><i>combinedOutput</i> (bool (optional))</dt>
146 <dd> 146 <dd>
147 flag indicating to show output of the stderr channel 147 flag indicating to show output of the stderr channel
148 in the main output pane (defaults to False) 148 in the main output pane (defaults to False)
149 </dd>
150 <dt><i>monospacedFont</i> (QFont)</dt>
151 <dd>
152 font to be used (should be a monospaced one) (defaults
153 to None)
154 </dd>
155 <dt><i>encoding</i> (str (optional))</dt>
156 <dd>
157 encoding used for the communication with the process (defaults
158 to "utf-8")
149 </dd> 159 </dd>
150 <dt><i>parent</i> (QWidget (optional))</dt> 160 <dt><i>parent</i> (QWidget (optional))</dt>
151 <dd> 161 <dd>
152 reference to the parent widget (defaults to None) 162 reference to the parent widget (defaults to None)
153 </dd> 163 </dd>

eric ide

mercurial