SpellCheck QML Type
This attached property contains hints for spell checker. More...
Import Statement: | import org.kde.kirigami |
Since: | 2.18 |
Attached Properties
- enabled : bool
(since 2.18)
Detailed Description
Warning: Kirigami doesn't provide any spell checker per se, this is just a hint for QQC2 style implementation and other downstream components. If you want to add spell checking to your custom application theme check out Sonnet.
import QtQuick.Controls as QQC2 import org.kde.kirigami as Kirigami QQC2.TextArea { Kirigami.SpellCheck.enabled: true }
Attached Property Documentation
SpellCheck.enabled : bool |