diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-01-18 12:11:24 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-01-18 12:11:24 +0800 |
commit | b8e1ebcecbe7b1cdd6059e88bd8f47d0fca88077 (patch) | |
tree | a27e3fb19c3ba9aa1e9b9f5cca632bf77cb3f434 | |
parent | c2af320f606ad0d48821dbf7019b9965bad3d06a (diff) |
Premium alias
-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 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 |