diff options
author | Slávek Banko <[email protected]> | 2020-03-22 18:44:21 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-02-02 00:40:02 +0100 |
commit | 8b71fd2791186600d484f1c960eda0d0aa5bbee6 (patch) | |
tree | 749bace768511602517b42529bcd73878ffc8856 | |
parent | fc8564a5f04b90b998e792444f70550272e78ddb (diff) | |
download | qt3-8b71fd2791186600d484f1c960eda0d0aa5bbee6.tar.gz qt3-8b71fd2791186600d484f1c960eda0d0aa5bbee6.zip |
Fix typo.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | doc/html/qwidget.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qwidget.html b/doc/html/qwidget.html index 1a63ad2..0262696 100644 --- a/doc/html/qwidget.html +++ b/doc/html/qwidget.html @@ -1177,7 +1177,7 @@ See the <a href="qwidget.html#geometry-prop">"geometry"</a> property for details <h3 class=fn>void <a name="grabKeyboard"></a>QWidget::grabKeyboard () </h3> Grabs the keyboard input. -<p> This widget reveives all keyboard events until <a href="#releaseKeyboard">releaseKeyboard</a>() +<p> This widget receives all keyboard events until <a href="#releaseKeyboard">releaseKeyboard</a>() is called; other widgets get no keyboard events at all. Mouse events are not affected. Use <a href="#grabMouse">grabMouse</a>() if you want to grab that. <p> The focus widget is not affected, except that it doesn't receive |