OskHandwritingService¶
process handwriting for OSK (Windows + Linux). No helper processes. Windows: Ink recognizer COM. Both: Zinnia shared library when a model is present.
import QWinUI3.Extras · src/extras/QWinUI3/Extras/OskHandwritingService.h
Category: Other · Library: v2.80 · C++ type
Internal / support type — not part of the public Gallery surface.
Extends QObject.
API¶
Properties¶
| Name | Type | Description |
|---|---|---|
available |
bool |
— |
candidates |
QStringList |
— |
statusText |
QString |
— |
platformBackend |
QString |
— |
Signals¶
| Signature | Description |
|---|---|
availabilityChanged() |
— |
candidatesChanged() |
— |
statusTextChanged() |
— |
candidatePicked(const QString &text) |
— |
errorOccurred(const QString &message) |
— |
Methods¶
| Signature | Description |
|---|---|
clearStrokes() |
— |
addStroke(const QVariantList &points) |
— |
recognize() |
— |
pickCandidate(int index) |
— |
Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.