From 643e05843af3826e6a4ce46741d31b980e4522f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sat, 18 Feb 2023 17:34:11 +0800 Subject: Edit Profile form labels --- InstructorEditProfile.ui.qml | 110 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) 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 { + } + } } } } -- cgit v1.2.3