summaryrefslogtreecommitdiff
path: root/Instructor/EditProfile.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-12 22:49:29 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-12 22:49:29 +0800
commit9a60deb26c6db9dec64b4814fb75ac39f04c5b27 (patch)
tree1dc0ec2f7873ae371430dbe7bd493b530338aa85 /Instructor/EditProfile.ui.qml
parentafb889bfe7b951089b569dca503ac2e4e4067187 (diff)
Heading attached property is used instead of Hx
Diffstat (limited to 'Instructor/EditProfile.ui.qml')
-rw-r--r--Instructor/EditProfile.ui.qml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Instructor/EditProfile.ui.qml b/Instructor/EditProfile.ui.qml
index a6d7a21..74e2636 100644
--- a/Instructor/EditProfile.ui.qml
+++ b/Instructor/EditProfile.ui.qml
@@ -2,8 +2,8 @@ import QtQuick 2.15
import QtQuick.Controls 2.15
import QtQuick.Layouts 1.15
import QtGraphicalEffects 1.15
+import Bootstrap 5.3
import Eduport 1.4
-import "../Label" as Lbl
import "../TextField" as TxtFld
import "../Button" as Btn
@@ -48,11 +48,13 @@ Flickable {
right: parent.right
}
- Lbl.H3 {
+ Label {
id: cardHeader
Layout.fillWidth: true
text:
qsTr("Edit Profile")
+ wrapMode: Label.Wrap
+ Bootstrap.heading: 3
padding: 16
}