Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
master
Slávek Banko 4 years ago
parent fc8564a5f0
commit 8b71fd2791
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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

Loading…
Cancel
Save