147:eb28b4b6f7f5 | 148:dcbd3a96f03c |
---|---|
136 <tr><td>None</td></tr> | 136 <tr><td>None</td></tr> |
137 </table> | 137 </table> |
138 | 138 |
139 <a NAME="PyramidDialog.__init__" ID="PyramidDialog.__init__"></a> | 139 <a NAME="PyramidDialog.__init__" ID="PyramidDialog.__init__"></a> |
140 <h4>PyramidDialog (Constructor)</h4> | 140 <h4>PyramidDialog (Constructor)</h4> |
141 <b>PyramidDialog</b>(<i>text, fixed=False, linewrap=True, msgSuccess=None, msgError=None, parent=None</i>) | 141 <b>PyramidDialog</b>(<i>text, fixed=False, linewrap=True, msgSuccess=None, msgError=None, combinedOutput=False, parent=None</i>) |
142 | 142 |
143 <p> | 143 <p> |
144 Constructor | 144 Constructor |
145 </p> | 145 </p> |
146 <dl> | 146 <dl> |
162 optional string to show upon successful execution | 162 optional string to show upon successful execution |
163 </dd> | 163 </dd> |
164 <dt><i>msgError</i> (str)</dt> | 164 <dt><i>msgError</i> (str)</dt> |
165 <dd> | 165 <dd> |
166 optional string to show upon unsuccessful execution | 166 optional string to show upon unsuccessful execution |
167 </dd> | |
168 <dt><i>combinedOutput</i> (bool)</dt> | |
169 <dd> | |
170 flag indicating to combine the output into the | |
171 output pane | |
167 </dd> | 172 </dd> |
168 <dt><i>parent</i> (QWidget)</dt> | 173 <dt><i>parent</i> (QWidget)</dt> |
169 <dd> | 174 <dd> |
170 parent widget | 175 parent widget |
171 </dd> | 176 </dd> |