From 767bad625348e1bed28205cff2574947b6b6230c 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: Tue, 24 Jan 2023 16:03:08 +0800 Subject: Place order button alias --- CheckoutFlickable.ui.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CheckoutFlickable.ui.qml') diff --git a/CheckoutFlickable.ui.qml b/CheckoutFlickable.ui.qml index ac41528..2d5a47a 100644 --- a/CheckoutFlickable.ui.qml +++ b/CheckoutFlickable.ui.qml @@ -12,6 +12,7 @@ Flickable { property alias checkoutState: province property alias checkoutPostal: postal property alias checkoutAddress: address + property alias checkoutPlaceOrder: placeOrder property alias checkoutPremium: premium contentHeight: body.height @@ -417,6 +418,7 @@ Flickable { } Button { + id: placeOrder text: qsTr("Place Order") font.pixelSize: 15 Layout.fillWidth: true -- cgit v1.2.3