Revert "Revert "Spellchecking with new Sonnet declarative API""

This reverts commit dada3e300b.
This commit is contained in:
Carl Schwan
2021-10-04 17:35:25 +02:00
parent 8089e5bdfa
commit 25ac18e800
8 changed files with 8 additions and 595 deletions

View File

@@ -29,6 +29,11 @@ Kirigami.CategorizedSettings {
icon.name: "preferences-desktop-emoticons"
page: Qt.resolvedUrl("Emoticons.qml")
},
Kirigami.SettingAction {
text: i18n("Spell Checking")
iconName: "tools-check-spelling"
page: Qt.resolvedUrl("SonnetConfigPage.qml")
},
Kirigami.SettingAction {
text: i18n("Devices")
iconName: "network-connect"