maliit / framework

Core libraries of Maliit and server.
Other
52 stars 46 forks source link

input-context: look for __inputMethodExtensions at the parents too #124

Open peat-psuwit opened 3 weeks ago

peat-psuwit commented 3 weeks ago

Look for __inputMethodExtensions custom property recursively upwards the parent tree. This is useful when a QQuickTextEdit is wrapped inside another QML component and application doesn't have access to the QQuickTextEdit itself.

CC: @sunweaver