From 787fea2c897ced2bd396a1dbb22e70151782b7fa Mon Sep 17 00:00:00 2001 From: Arseniy Movshev Date: Thu, 2 Feb 2023 22:07:54 +0000 Subject: Add the asteroid handwriting keyboard as a placeholder until we get a better one. --- src/SetPointPage.qml | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3-54-g00ecf