diff options
Diffstat (limited to 'doc/html/qdialog.html')
-rw-r--r-- | doc/html/qdialog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qdialog.html b/doc/html/qdialog.html index 01945715a..79f1c0dc0 100644 --- a/doc/html/qdialog.html +++ b/doc/html/qdialog.html @@ -158,7 +158,7 @@ controlled with <a href="#setExtension">setExtension</a>(), <a href="#setOrienta <h3> Return value (modal dialogs) </h3> <a name="1-5"></a><p> Modal dialogs are often used in situations where a return value is -retquired, e.g. to indicate whether the user pressed "OK" or +required, e.g. to indicate whether the user pressed "OK" or "Cancel". A dialog can be closed by calling the <a href="#accept">accept</a>() or the <a href="#reject">reject</a>() slots, and <a href="#exec">exec</a>() will return <a href="#DialogCode-enum">Accepted</a> or <a href="#DialogCode-enum">Rejected</a> as appropriate. The exec() call returns the result of the dialog. |