9235:b5fe898e171f | 9236:db53a9efe7ef |
---|---|
97 <tr><td>None</td></tr> | 97 <tr><td>None</td></tr> |
98 </table> | 98 </table> |
99 | 99 |
100 <a NAME="EricMessageBox.__init__" ID="EricMessageBox.__init__"></a> | 100 <a NAME="EricMessageBox.__init__" ID="EricMessageBox.__init__"></a> |
101 <h4>EricMessageBox (Constructor)</h4> | 101 <h4>EricMessageBox (Constructor)</h4> |
102 <b>EricMessageBox</b>(<i>icon, title, text, modal=False, buttons=QMessageBox.StandardButton.NoButton, parent=None</i>) | 102 <b>EricMessageBox</b>(<i>icon, title, text, modal=False, buttons=QMessageBox.StandardButton.NoButton, parent=None, </i>) |
103 | 103 |
104 <p> | 104 <p> |
105 Constructor | 105 Constructor |
106 </p> | 106 </p> |
107 <dl> | 107 <dl> |
134 <div align="right"><a href="#top">Up</a></div> | 134 <div align="right"><a href="#top">Up</a></div> |
135 <hr /> | 135 <hr /> |
136 <hr /> | 136 <hr /> |
137 <a NAME="__messageBox" ID="__messageBox"></a> | 137 <a NAME="__messageBox" ID="__messageBox"></a> |
138 <h2>__messageBox</h2> | 138 <h2>__messageBox</h2> |
139 <b>__messageBox</b>(<i>parent, title, text, icon, buttons=QMessageBox.StandardButton.Ok, defaultButton=QMessageBox.StandardButton.NoButton, textFormat=Qt.TextFormat.AutoText</i>) | 139 <b>__messageBox</b>(<i>parent, title, text, icon, buttons=QMessageBox.StandardButton.Ok, defaultButton=QMessageBox.StandardButton.NoButton, textFormat=Qt.TextFormat.AutoText, </i>) |
140 | 140 |
141 <p> | 141 <p> |
142 Private module function to show a modal message box. | 142 Private module function to show a modal message box. |
143 </p> | 143 </p> |
144 <dl> | 144 <dl> |
183 <div align="right"><a href="#top">Up</a></div> | 183 <div align="right"><a href="#top">Up</a></div> |
184 <hr /> | 184 <hr /> |
185 <hr /> | 185 <hr /> |
186 <a NAME="critical" ID="critical"></a> | 186 <a NAME="critical" ID="critical"></a> |
187 <h2>critical</h2> | 187 <h2>critical</h2> |
188 <b>critical</b>(<i>parent, title, text, buttons=QMessageBox.StandardButton.Ok, defaultButton=QMessageBox.StandardButton.NoButton</i>) | 188 <b>critical</b>(<i>parent, title, text, buttons=QMessageBox.StandardButton.Ok, defaultButton=QMessageBox.StandardButton.NoButton, </i>) |
189 | 189 |
190 <p> | 190 <p> |
191 Function to show a modal critical message box. | 191 Function to show a modal critical message box. |
192 </p> | 192 </p> |
193 <dl> | 193 <dl> |
224 <div align="right"><a href="#top">Up</a></div> | 224 <div align="right"><a href="#top">Up</a></div> |
225 <hr /> | 225 <hr /> |
226 <hr /> | 226 <hr /> |
227 <a NAME="information" ID="information"></a> | 227 <a NAME="information" ID="information"></a> |
228 <h2>information</h2> | 228 <h2>information</h2> |
229 <b>information</b>(<i>parent, title, text, buttons=QMessageBox.StandardButton.Ok, defaultButton=QMessageBox.StandardButton.NoButton</i>) | 229 <b>information</b>(<i>parent, title, text, buttons=QMessageBox.StandardButton.Ok, defaultButton=QMessageBox.StandardButton.NoButton, </i>) |
230 | 230 |
231 <p> | 231 <p> |
232 Function to show a modal information message box. | 232 Function to show a modal information message box. |
233 </p> | 233 </p> |
234 <dl> | 234 <dl> |
305 <div align="right"><a href="#top">Up</a></div> | 305 <div align="right"><a href="#top">Up</a></div> |
306 <hr /> | 306 <hr /> |
307 <hr /> | 307 <hr /> |
308 <a NAME="question" ID="question"></a> | 308 <a NAME="question" ID="question"></a> |
309 <h2>question</h2> | 309 <h2>question</h2> |
310 <b>question</b>(<i>parent, title, text, buttons=QMessageBox.StandardButton.Ok, defaultButton=QMessageBox.StandardButton.NoButton</i>) | 310 <b>question</b>(<i>parent, title, text, buttons=QMessageBox.StandardButton.Ok, defaultButton=QMessageBox.StandardButton.NoButton, </i>) |
311 | 311 |
312 <p> | 312 <p> |
313 Function to show a modal question message box. | 313 Function to show a modal question message box. |
314 </p> | 314 </p> |
315 <dl> | 315 <dl> |
393 <div align="right"><a href="#top">Up</a></div> | 393 <div align="right"><a href="#top">Up</a></div> |
394 <hr /> | 394 <hr /> |
395 <hr /> | 395 <hr /> |
396 <a NAME="warning" ID="warning"></a> | 396 <a NAME="warning" ID="warning"></a> |
397 <h2>warning</h2> | 397 <h2>warning</h2> |
398 <b>warning</b>(<i>parent, title, text, buttons=QMessageBox.StandardButton.Ok, defaultButton=QMessageBox.StandardButton.NoButton</i>) | 398 <b>warning</b>(<i>parent, title, text, buttons=QMessageBox.StandardButton.Ok, defaultButton=QMessageBox.StandardButton.NoButton, </i>) |
399 | 399 |
400 <p> | 400 <p> |
401 Function to show a modal warning message box. | 401 Function to show a modal warning message box. |
402 </p> | 402 </p> |
403 <dl> | 403 <dl> |
434 <div align="right"><a href="#top">Up</a></div> | 434 <div align="right"><a href="#top">Up</a></div> |
435 <hr /> | 435 <hr /> |
436 <hr /> | 436 <hr /> |
437 <a NAME="yesNo" ID="yesNo"></a> | 437 <a NAME="yesNo" ID="yesNo"></a> |
438 <h2>yesNo</h2> | 438 <h2>yesNo</h2> |
439 <b>yesNo</b>(<i>parent, title, text, icon=Question, yesDefault=False, textFormat=Qt.TextFormat.AutoText</i>) | 439 <b>yesNo</b>(<i>parent, title, text, icon=Question, yesDefault=False, textFormat=Qt.TextFormat.AutoText, </i>) |
440 | 440 |
441 <p> | 441 <p> |
442 Function to show a model yes/no message box. | 442 Function to show a model yes/no message box. |
443 </p> | 443 </p> |
444 <dl> | 444 <dl> |