navigation: qml: add State field to RouteAddress form
[apps/navigation.git] / app / forms / RouteAddressForm.ui.qml
index 5e43e7f..a0ace76 100644 (file)
@@ -46,6 +46,7 @@ import QtQuick.Layouts 1.2
 Item {
     property alias toStreet: toStreet
     property alias toCity: toCity
+    property alias toState: toState
     property alias toCountry: toCountry
     property alias goButton: goButton
     property alias clearButton: clearButton
@@ -116,6 +117,16 @@ Item {
                 Layout.fillWidth: true
             }
 
+            Label {
+                id: label9
+                text: qsTr("State")
+            }
+
+            TextField {
+                id: toState
+                Layout.fillWidth: true
+            }
+
             Label {
                 id: label8
                 text: qsTr("Country")