Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
5.12.3
-
None
Description
The QML Action shortcut documentation is using a property in its example code snippet called sequence which is not available anymore.
Action {
sequence: "Ctrl+E,Ctrl+W"
onTriggered: edit.wrapMode = TextEdit.Wrap
}