diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-03-22 18:44:21 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-02-02 00:40:17 +0100 |
commit | e77622d4bb0629af7371b79452f814d72c071ae3 (patch) | |
tree | 0f6caf5c50fa224f81907b2188c04b7c8e2e9651 | |
parent | fd708f1b0265f63ebb6f06c6201061183675d890 (diff) | |
download | qt3-e77622d4bb0629af7371b79452f814d72c071ae3.tar.gz qt3-e77622d4bb0629af7371b79452f814d72c071ae3.zip |
Fix typo.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8b71fd2791186600d484f1c960eda0d0aa5bbee6)
-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 |