summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-03-22 18:44:21 +0100
committerSlávek Banko <slavek.banko@axis.cz>2021-02-02 00:40:02 +0100
commit8b71fd2791186600d484f1c960eda0d0aa5bbee6 (patch)
tree749bace768511602517b42529bcd73878ffc8856
parentfc8564a5f04b90b998e792444f70550272e78ddb (diff)
downloadqt3-8b71fd2791186600d484f1c960eda0d0aa5bbee6.tar.gz
qt3-8b71fd2791186600d484f1c960eda0d0aa5bbee6.zip
Fix typo.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--doc/html/qwidget.html2
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