From e77622d4bb0629af7371b79452f814d72c071ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 22 Mar 2020 18:44:21 +0100 Subject: [PATCH] Fix typo. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 8b71fd2791186600d484f1c960eda0d0aa5bbee6) --- doc/html/qwidget.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "geometry" property for details

void QWidget::grabKeyboard ()

Grabs the keyboard input. -

This widget reveives all keyboard events until releaseKeyboard() +

This widget receives all keyboard events until releaseKeyboard() is called; other widgets get no keyboard events at all. Mouse events are not affected. Use grabMouse() if you want to grab that.

The focus widget is not affected, except that it doesn't receive