Skip to content

OskSettingsFlyout

Win11-style keyboard settings (size, voice/handwriting, user lexicon).

import QWinUI3.Extras · src/extras/QWinUI3/Extras/OskSettingsFlyout.qml

Category: Dialogs & flyouts · Library: v2.80

← Component index

Extends Control.

Example

OskSettingsFlyout { engine: kbd; speech: speechSvc; handwriting: hwSvc }

API

Properties

Name Type Description
engine KeyboardEngine
speech OskSpeechService
handwriting OskHandwritingService
keyboardSize string

Signals

Signature Description
sizePicked(string sizeId)
voiceRequested()
handwritingRequested()

Methods

No custom methods (use inherited methods from the base type).

Inherited from Control

Also available (base type / Qt Quick Controls):

  • padding
  • font
  • background / contentItem

Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.