Simplified MessageBox widget.
More...
|
static QScriptValue | information (QScriptContext *, QScriptEngine *) |
| information box. One button, OK. More...
|
|
static QScriptValue | warning (QScriptContext *, QScriptEngine *) |
| warning box. Two buttons are Abort and Retry. More...
|
|
static QScriptValue | critical (QScriptContext *, QScriptEngine *) |
| critical box. One button, Retry. More...
|
|
Simplified MessageBox widget.
◆ critical
static QScriptValue MessageBox::critical |
( |
QScriptContext * |
, |
|
|
QScriptEngine * |
|
|
) |
| |
|
staticslot |
critical box. One button, Retry.
◆ information
static QScriptValue MessageBox::information |
( |
QScriptContext * |
, |
|
|
QScriptEngine * |
|
|
) |
| |
|
staticslot |
information box. One button, OK.
◆ warning
static QScriptValue MessageBox::warning |
( |
QScriptContext * |
, |
|
|
QScriptEngine * |
|
|
) |
| |
|
staticslot |
warning box. Two buttons are Abort and Retry.