diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-12 22:49:29 +0800 | 
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-12 22:49:29 +0800 | 
| commit | 9a60deb26c6db9dec64b4814fb75ac39f04c5b27 (patch) | |
| tree | 1dc0ec2f7873ae371430dbe7bd493b530338aa85 /Shop/Checkout.ui.qml | |
| parent | afb889bfe7b951089b569dca503ac2e4e4067187 (diff) | |
Heading attached property is used instead of Hx
Diffstat (limited to 'Shop/Checkout.ui.qml')
| -rw-r--r-- | Shop/Checkout.ui.qml | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/Shop/Checkout.ui.qml b/Shop/Checkout.ui.qml index e500efd..bafebfe 100644 --- a/Shop/Checkout.ui.qml +++ b/Shop/Checkout.ui.qml @@ -1,8 +1,8 @@  import QtQuick 2.15  import QtQuick.Controls 2.15  import QtQuick.Layouts 1.15 +import Bootstrap 5.3  import Eduport 1.4 -import "../Label" as Lbl  import "../Button" as Btn  import "Checkout"  import "Checkout/RightSidebar" @@ -111,8 +111,10 @@ Flickable {  						}  						Layout.margins: 16 -						Lbl.H5 { +						Label {  							text: qsTr("Access 25K Online courses from 120 institutions, Start today!") +							wrapMode: Label.Wrap +							Bootstrap.heading: 5  							color: "#ffffff"  							Layout.fillWidth: true  							Layout.rightMargin: 16 |