diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-16 17:20:20 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-16 17:20:20 +0800 |
commit | fbfffb21f24b9f8889e7fa55841aa81752698477 (patch) | |
tree | 476124953b24decba6571c651e91f4f0b75f8582 /Checkout.ui.qml | |
parent | fd798b2eda1e1ebf1ffa936b6fa4f4c5f3b9d07d (diff) |
Header is UI only & is removed from flickables
Qeduport user should use a page and set its header to Header
Diffstat (limited to 'Checkout.ui.qml')
-rw-r--r-- | Checkout.ui.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Checkout.ui.qml b/Checkout.ui.qml index 46b4880..7545610 100644 --- a/Checkout.ui.qml +++ b/Checkout.ui.qml @@ -3,7 +3,6 @@ import QtQuick.Controls 2.15 import QtQuick.Layouts 1.15 Flickable { - property alias header: header property alias checkoutAlert: alert property alias checkoutLogin: login property alias checkoutName: name @@ -27,11 +26,6 @@ Flickable { right: parent.right } - Header { - id: header - Layout.fillWidth: true - } - GridLayout { columns: width < 1200 ? 1 : 2 rows: width < 1200 ? 2 : 1 |