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:27 +0100 |
commit | f302676fcc48d011dc8a67d599808fb9a8e6325e (patch) | |
tree | a320952ab43de786ebfeb971e806c6f47ff46ef2 | |
parent | 9a345f8076153ff33106c05dee2f176db7479daa (diff) | |
download | qt3-f302676fcc48d011dc8a67d599808fb9a8e6325e.tar.gz qt3-f302676fcc48d011dc8a67d599808fb9a8e6325e.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 |