summaryrefslogtreecommitdiff
path: root/InstructorEditProfile.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-18 17:34:11 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-18 17:34:11 +0800
commit643e05843af3826e6a4ce46741d31b980e4522f5 (patch)
treeaa5b8537fed6bde7fe6d21c91540593e12f476bf /InstructorEditProfile.ui.qml
parent9c36f03c76498f1a860b08e4b5f885f14c293836 (diff)
Edit Profile form labels
Diffstat (limited to 'InstructorEditProfile.ui.qml')
-rw-r--r--InstructorEditProfile.ui.qml110
1 files changed, 110 insertions, 0 deletions
diff --git a/InstructorEditProfile.ui.qml b/InstructorEditProfile.ui.qml
index b2f0633..22464c2 100644
--- a/InstructorEditProfile.ui.qml
+++ b/InstructorEditProfile.ui.qml
@@ -141,6 +141,116 @@ Flickable {
}
}
}
+
+ ColumnLayout {
+ Layout.topMargin: 16
+ Layout.leftMargin: 20
+ Layout.rightMargin: 20
+ Layout.bottomMargin: 16
+
+ Label {
+ Layout.fillWidth: true
+ Layout.bottomMargin: 9
+ text: qsTr("Full name")
+ color:
+ "#747579"
+ font {
+ family: doesntEmbed ? "Roboto" : regular.name
+ pointSize: 15
+ }
+ }
+
+ RowLayout {
+ }
+ }
+
+ ColumnLayout {
+ Layout.topMargin: 16
+ Layout.leftMargin: 20
+ Layout.rightMargin: 20
+ Layout.bottomMargin: 16
+
+ Label {
+ Layout.fillWidth: true
+ Layout.bottomMargin: 9
+ text: qsTr("Username")
+ color:
+ "#747579"
+ font {
+ family: doesntEmbed ? "Roboto" : regular.name
+ pointSize: 15
+ }
+ }
+
+ RowLayout {
+ }
+ }
+
+ ColumnLayout {
+ Layout.topMargin: 16
+ Layout.leftMargin: 20
+ Layout.rightMargin: 20
+ Layout.bottomMargin: 16
+
+ Label {
+ Layout.fillWidth: true
+ Layout.bottomMargin: 9
+ text: qsTr("Email id")
+ color:
+ "#747579"
+ font {
+ family: doesntEmbed ? "Roboto" : regular.name
+ pointSize: 15
+ }
+ }
+
+ RowLayout {
+ }
+ }
+
+ ColumnLayout {
+ Layout.topMargin: 16
+ Layout.leftMargin: 20
+ Layout.rightMargin: 20
+ Layout.bottomMargin: 16
+
+ Label {
+ Layout.fillWidth: true
+ Layout.bottomMargin: 9
+ text: qsTr("Phone number")
+ color:
+ "#747579"
+ font {
+ family: doesntEmbed ? "Roboto" : regular.name
+ pointSize: 15
+ }
+ }
+
+ RowLayout {
+ }
+ }
+
+ ColumnLayout {
+ Layout.topMargin: 16
+ Layout.leftMargin: 20
+ Layout.rightMargin: 20
+ Layout.bottomMargin: 16
+
+ Label {
+ Layout.fillWidth: true
+ Layout.bottomMargin: 9
+ text: qsTr("Location")
+ color:
+ "#747579"
+ font {
+ family: doesntEmbed ? "Roboto" : regular.name
+ pointSize: 15
+ }
+ }
+
+ RowLayout {
+ }
+ }
}
}
}