diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-06 12:19:27 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-06 12:19:27 +0800 |
commit | 839827e9256ed110f57c44e6a51a38389ff31112 (patch) | |
tree | e0c04ac741a8b5e40c9ab40b84b93dd6d16d6245 | |
parent | de8f609f6003b9ce8917a23adb594da117cdb7e2 (diff) |
Interface to bank list
-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 c6227d7..5789f88 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 checkoutBanks: banks property alias checkoutPlaceOrder: placeOrder property alias checkoutPremium: premium contentHeight: body.height @@ -256,6 +257,7 @@ Flickable { } ComboBox { + id: banks font.pixelSize: 15 model: [ qsTr("Please choose one"), |