OnScreenKeyboardWindow¶
floating Win11-style OSK (1.83).
import QWinUI3.Extras · src/extras/QWinUI3/Extras/OnScreenKeyboardWindow.qml
Category: Shells & windows · Library: v2.80
Extends Window.
Example¶
OnScreenKeyboardWindow { visible: true }
// Windows: systemWide defaults ON (SendInput into the focused desktop app).
// Docked OnScreenKeyboard stays in-app (systemWide default off).
Notes¶
Always-on-top tool window with WS_EX_NOACTIVATE so taps do not steal focus. systemWide is Windows-only; Linux floating is in-app only.
API¶
Properties¶
| Name | Type | Description |
|---|---|---|
systemWide |
alias |
— |
keyboardSize |
alias |
— |
layoutId |
alias |
— |
engine |
alias |
— |
supportsSystemWide |
bool |
— |
Signals¶
No custom signals (use inherited signals from the base type).
Methods¶
| Signature | Description |
|---|---|
applyNoActivate() |
— |
openFloating() |
— |
closeFloating() |
— |
Inherited from Window¶
Also available (base type / Qt Quick Controls):
titlevisiblewidth/height
Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.