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/Course.ui.qml | |
| parent | afb889bfe7b951089b569dca503ac2e4e4067187 (diff) | |
Heading attached property is used instead of Hx
Diffstat (limited to 'Shop/Course.ui.qml')
| -rw-r--r-- | Shop/Course.ui.qml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Shop/Course.ui.qml b/Shop/Course.ui.qml index 5aaf8d0..277a50b 100644 --- a/Shop/Course.ui.qml +++ b/Shop/Course.ui.qml @@ -2,7 +2,7 @@ import QtQuick 2.15 import QtQuick.Controls 2.15 import QtQuick.Layouts 1.15 import QtGraphicalEffects 1.15 -import "../Label" as Lbl +import Bootstrap 5.3 ColumnLayout { property string imageSource: "https://eduport.webestica.com/assets/images/courses/4by3/08.jpg" @@ -54,9 +54,11 @@ ColumnLayout { ColumnLayout { Layout.topMargin: 16 - Lbl.H6 { + Label { Layout.fillWidth: true text: titleText + wrapMode: Label.Wrap + Bootstrap.heading: 6 } Item { |