We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46d6a7 commit 33299c2Copy full SHA for 33299c2
src/quick/doc/src/concepts/input/focus.qdoc
@@ -18,8 +18,8 @@ scope based extension to Qt's traditional keyboard focus model.
18
When the user presses or releases a key, the following occurs:
19
\list 1
20
\li Qt receives the key action and generates a key event.
21
-\li If a \l QQuickWindow is the active window, the key event
22
-is delivered to it.
+\li If a \l QQuickWindow is the \l{QGuiApplication::focusWindow()}{focus window}
+of the application, the key event is delivered to it.
23
\li The key event is delivered by the scene to the \l Item with
24
\e {active focus}. If no item has active focus, the key event is ignored.
25
\li If the \l QQuickItem with active focus accepts the key event, propagation
0 commit comments