diff options
Diffstat (limited to '')
-rw-r--r-- | src/SetPointPage.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/SetPointPage.qml b/src/SetPointPage.qml index 2119ade..f8e3f26 100644 --- a/src/SetPointPage.qml +++ b/src/SetPointPage.qml @@ -44,6 +44,9 @@ Item { } } } + Asteroid.HandWritingKeyboard { + anchors.fill: parent + } property string selectedIcon: "ios-locate-outline" property string selectedColor property variant coord @@ -58,6 +61,7 @@ Item { id: contentColumn anchors.fill: parent Item { width: parent.width ; height: root.width*0.2 } + Asteroid.TextField { id: textBox width: parent.width @@ -65,6 +69,7 @@ Item { previewText: "Waypoint name" text: Qt.formatDateTime(new Date) } + Asteroid.Label { id: dateLabel width: parent.width |