SpellCheck QML Type

This attached property contains hints for spell checker. More...

Import Statement: import org.kde.kirigami
Since: 2.18

Attached Properties

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 [since 2.18]

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.

This property was introduced in 2.18.