summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-06 12:19:27 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-06 12:19:27 +0800
commit839827e9256ed110f57c44e6a51a38389ff31112 (patch)
treee0c04ac741a8b5e40c9ab40b84b93dd6d16d6245
parentde8f609f6003b9ce8917a23adb594da117cdb7e2 (diff)
Interface to bank list
-rw-r--r--CheckoutFlickable.ui.qml2
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"),