aboutsummaryrefslogtreecommitdiff
path: root/components/LineEdit.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/LineEdit.qml')
-rw-r--r--components/LineEdit.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/LineEdit.qml b/components/LineEdit.qml
index 296c0c98..2ebc6e0c 100644
--- a/components/LineEdit.qml
+++ b/components/LineEdit.qml
@@ -33,6 +33,7 @@ Item {
property alias text: input.text
property alias validator: input.validator
property alias readOnly : input.readOnly
+ property alias cursorPosition: input.cursorPosition
property int fontSize: 18