diff options
Diffstat (limited to 'CheckoutFlickable.ui.qml')
-rw-r--r-- | CheckoutFlickable.ui.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |