Documentation/Source/eric5.E5Gui.E5MessageBox.html

changeset 945
8cd4d08fa9f6
parent 562
8bf0dbc1ca6a
child 1228
7afaf2fca55b
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
82 <td>Constructor</td> 82 <td>Constructor</td>
83 </tr> 83 </tr>
84 </table> 84 </table>
85 <a NAME="E5MessageBox.__init__" ID="E5MessageBox.__init__"></a> 85 <a NAME="E5MessageBox.__init__" ID="E5MessageBox.__init__"></a>
86 <h4>E5MessageBox (Constructor)</h4> 86 <h4>E5MessageBox (Constructor)</h4>
87 <b>E5MessageBox</b>(<i>icon, title, text, modal = False, buttons = QMessageBox.StandardButtons(QMessageBox.NoButton), parent = None</i>) 87 <b>E5MessageBox</b>(<i>icon, title, text, modal=False, buttons=QMessageBox.StandardButtons(QMessageBox.NoButton), parent=None</i>)
88 <p> 88 <p>
89 Constructor 89 Constructor
90 </p><dl> 90 </p><dl>
91 <dt><i>icon</i></dt> 91 <dt><i>icon</i></dt>
92 <dd> 92 <dd>
110 </dl> 110 </dl>
111 <div align="right"><a href="#top">Up</a></div> 111 <div align="right"><a href="#top">Up</a></div>
112 <hr /><hr /> 112 <hr /><hr />
113 <a NAME="__messageBox" ID="__messageBox"></a> 113 <a NAME="__messageBox" ID="__messageBox"></a>
114 <h2>__messageBox</h2> 114 <h2>__messageBox</h2>
115 <b>__messageBox</b>(<i>parent, title, text, icon, buttons = QMessageBox.Ok, defaultButton = QMessageBox.NoButton</i>) 115 <b>__messageBox</b>(<i>parent, title, text, icon, buttons=QMessageBox.Ok, defaultButton=QMessageBox.NoButton</i>)
116 <p> 116 <p>
117 Private module function to show a modal message box. 117 Private module function to show a modal message box.
118 </p><dl> 118 </p><dl>
119 <dt><i>parent</i></dt> 119 <dt><i>parent</i></dt>
120 <dd> 120 <dd>
145 </dl> 145 </dl>
146 <div align="right"><a href="#top">Up</a></div> 146 <div align="right"><a href="#top">Up</a></div>
147 <hr /><hr /> 147 <hr /><hr />
148 <a NAME="critical" ID="critical"></a> 148 <a NAME="critical" ID="critical"></a>
149 <h2>critical</h2> 149 <h2>critical</h2>
150 <b>critical</b>(<i>parent, title, text, buttons = QMessageBox.Ok, defaultButton = QMessageBox.NoButton</i>) 150 <b>critical</b>(<i>parent, title, text, buttons=QMessageBox.Ok, defaultButton=QMessageBox.NoButton</i>)
151 <p> 151 <p>
152 Function to show a modal critical message box. 152 Function to show a modal critical message box.
153 </p><dl> 153 </p><dl>
154 <dt><i>parent</i></dt> 154 <dt><i>parent</i></dt>
155 <dd> 155 <dd>
177 </dl> 177 </dl>
178 <div align="right"><a href="#top">Up</a></div> 178 <div align="right"><a href="#top">Up</a></div>
179 <hr /><hr /> 179 <hr /><hr />
180 <a NAME="information" ID="information"></a> 180 <a NAME="information" ID="information"></a>
181 <h2>information</h2> 181 <h2>information</h2>
182 <b>information</b>(<i>parent, title, text, buttons = QMessageBox.Ok, defaultButton = QMessageBox.NoButton</i>) 182 <b>information</b>(<i>parent, title, text, buttons=QMessageBox.Ok, defaultButton=QMessageBox.NoButton</i>)
183 <p> 183 <p>
184 Function to show a modal information message box. 184 Function to show a modal information message box.
185 </p><dl> 185 </p><dl>
186 <dt><i>parent</i></dt> 186 <dt><i>parent</i></dt>
187 <dd> 187 <dd>
237 </dl> 237 </dl>
238 <div align="right"><a href="#top">Up</a></div> 238 <div align="right"><a href="#top">Up</a></div>
239 <hr /><hr /> 239 <hr /><hr />
240 <a NAME="question" ID="question"></a> 240 <a NAME="question" ID="question"></a>
241 <h2>question</h2> 241 <h2>question</h2>
242 <b>question</b>(<i>parent, title, text, buttons = QMessageBox.Ok, defaultButton = QMessageBox.NoButton</i>) 242 <b>question</b>(<i>parent, title, text, buttons=QMessageBox.Ok, defaultButton=QMessageBox.NoButton</i>)
243 <p> 243 <p>
244 Function to show a modal question message box. 244 Function to show a modal question message box.
245 </p><dl> 245 </p><dl>
246 <dt><i>parent</i></dt> 246 <dt><i>parent</i></dt>
247 <dd> 247 <dd>
269 </dl> 269 </dl>
270 <div align="right"><a href="#top">Up</a></div> 270 <div align="right"><a href="#top">Up</a></div>
271 <hr /><hr /> 271 <hr /><hr />
272 <a NAME="retryAbort" ID="retryAbort"></a> 272 <a NAME="retryAbort" ID="retryAbort"></a>
273 <h2>retryAbort</h2> 273 <h2>retryAbort</h2>
274 <b>retryAbort</b>(<i>parent, title, text, icon = Question</i>) 274 <b>retryAbort</b>(<i>parent, title, text, icon=Question</i>)
275 <p> 275 <p>
276 Function to show a model abort/retry message box. 276 Function to show a model abort/retry message box.
277 </p><dl> 277 </p><dl>
278 <dt><i>parent</i></dt> 278 <dt><i>parent</i></dt>
279 <dd> 279 <dd>
296 </dl> 296 </dl>
297 <div align="right"><a href="#top">Up</a></div> 297 <div align="right"><a href="#top">Up</a></div>
298 <hr /><hr /> 298 <hr /><hr />
299 <a NAME="warning" ID="warning"></a> 299 <a NAME="warning" ID="warning"></a>
300 <h2>warning</h2> 300 <h2>warning</h2>
301 <b>warning</b>(<i>parent, title, text, buttons = QMessageBox.Ok, defaultButton = QMessageBox.NoButton</i>) 301 <b>warning</b>(<i>parent, title, text, buttons=QMessageBox.Ok, defaultButton=QMessageBox.NoButton</i>)
302 <p> 302 <p>
303 Function to show a modal warning message box. 303 Function to show a modal warning message box.
304 </p><dl> 304 </p><dl>
305 <dt><i>parent</i></dt> 305 <dt><i>parent</i></dt>
306 <dd> 306 <dd>
328 </dl> 328 </dl>
329 <div align="right"><a href="#top">Up</a></div> 329 <div align="right"><a href="#top">Up</a></div>
330 <hr /><hr /> 330 <hr /><hr />
331 <a NAME="yesNo" ID="yesNo"></a> 331 <a NAME="yesNo" ID="yesNo"></a>
332 <h2>yesNo</h2> 332 <h2>yesNo</h2>
333 <b>yesNo</b>(<i>parent, title, text, icon = Question, yesDefault = False</i>) 333 <b>yesNo</b>(<i>parent, title, text, icon=Question, yesDefault=False</i>)
334 <p> 334 <p>
335 Function to show a model yes/no message box. 335 Function to show a model yes/no message box.
336 </p><dl> 336 </p><dl>
337 <dt><i>parent</i></dt> 337 <dt><i>parent</i></dt>
338 <dd> 338 <dd>

eric ide

mercurial