130 </dd> |
130 </dd> |
131 <dt><i>text</i></dt> |
131 <dt><i>text</i></dt> |
132 <dd> |
132 <dd> |
133 text to be shown by the message box (string) |
133 text to be shown by the message box (string) |
134 </dd> |
134 </dd> |
135 <dt><i>modal=</i></dt> |
135 <dt><i>modal</i></dt> |
136 <dd> |
136 <dd> |
137 flag indicating a modal dialog (boolean) |
137 flag indicating a modal dialog (boolean) |
138 </dd> |
138 </dd> |
139 <dt><i>buttons=</i></dt> |
139 <dt><i>buttons</i></dt> |
140 <dd> |
140 <dd> |
141 set of standard buttons to generate (StandardButtons) |
141 set of standard buttons to generate (StandardButtons) |
142 </dd> |
142 </dd> |
143 <dt><i>parent=</i></dt> |
143 <dt><i>parent</i></dt> |
144 <dd> |
144 <dd> |
145 parent widget of the message box (QWidget) |
145 parent widget of the message box (QWidget) |
146 </dd> |
146 </dd> |
147 </dl> |
147 </dl> |
148 <div align="right"><a href="#top">Up</a></div> |
148 <div align="right"><a href="#top">Up</a></div> |
467 </dd> |
467 </dd> |
468 <dt><i>text</i></dt> |
468 <dt><i>text</i></dt> |
469 <dd> |
469 <dd> |
470 text to be shown by the message box (string) |
470 text to be shown by the message box (string) |
471 </dd> |
471 </dd> |
472 <dt><i>icon=</i></dt> |
472 <dt><i>icon</i></dt> |
473 <dd> |
473 <dd> |
474 icon for the dialog (Critical, Information, Question or |
474 icon for the dialog (Critical, Information, Question or |
475 Warning) |
475 Warning) |
476 </dd> |
476 </dd> |
477 <dt><i>yesDefault=</i></dt> |
477 <dt><i>yesDefault</i></dt> |
478 <dd> |
478 <dd> |
479 flag indicating that the Yes button should be the |
479 flag indicating that the Yes button should be the |
480 default button (boolean) |
480 default button (boolean) |
481 </dd> |
481 </dd> |
482 <dt><i>textFormat</i></dt> |
482 <dt><i>textFormat</i></dt> |