SpellCheck QML Type
This attached property contains hints for spell checker. More...
| Import Statement: | import org.kde.kirigami |
Attached Properties
- enabled : bool
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
This property holds whether the spell checking should be enabled on the TextField/TextArea.
Note: By default, false. This might change in KF6, so if you don't want spellcheck in your application, explicitly set it to false.