summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-01-18 12:11:24 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-01-18 12:11:24 +0800
commitb8e1ebcecbe7b1cdd6059e88bd8f47d0fca88077 (patch)
treea27e3fb19c3ba9aa1e9b9f5cca632bf77cb3f434
parentc2af320f606ad0d48821dbf7019b9965bad3d06a (diff)
Premium alias
-rw-r--r--CheckoutFlickable.ui.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/CheckoutFlickable.ui.qml b/CheckoutFlickable.ui.qml
index 7cd6f10..ae90005 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 checkoutPremium: premium
contentHeight: container.height
GridLayout {
@@ -410,6 +411,7 @@ Flickable {
}
Frame {
+ id: premium
Layout.fillWidth: true
Layout.alignment: Qt.AlignTop