From 6cbaec1fa1128c37e75c746b4c8a85d6b41c9aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Mon, 16 Jan 2023 16:52:07 +0800 Subject: state is ambiguous in QtDS --- CheckoutFlickable.ui.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CheckoutFlickable.ui.qml b/CheckoutFlickable.ui.qml index 340904b..0897667 100644 --- a/CheckoutFlickable.ui.qml +++ b/CheckoutFlickable.ui.qml @@ -8,7 +8,7 @@ Flickable { property alias checkoutEmail: email property alias checkoutMobile: mobile property alias checkoutCountry: country - property alias checkoutState: state + property alias checkoutState: province property alias checkoutPostal: postal property alias checkoutAddress: address contentHeight: personal.height @@ -107,7 +107,7 @@ Flickable { Layout.fillWidth: true } TextField { - id: state + id: province placeholderText: qsTr("Select state") Layout.fillWidth: true } -- cgit v1.2.3