summaryrefslogtreecommitdiff
path: root/pages/CreateProfileForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'pages/CreateProfileForm.ui.qml')
-rw-r--r--pages/CreateProfileForm.ui.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pages/CreateProfileForm.ui.qml b/pages/CreateProfileForm.ui.qml
index 4d0ad9c..402563b 100644
--- a/pages/CreateProfileForm.ui.qml
+++ b/pages/CreateProfileForm.ui.qml
@@ -9,6 +9,7 @@ Rectangle {
property alias enterFullName: enterFullName
property alias backButton: backButton
+ property alias skipButton: skipButton
ToolBar {
id: toolbar
@@ -45,6 +46,14 @@ Rectangle {
Layout.fillWidth: true
}
ToolButton {
+ id: skipButton
+ text: qsTr("Skip")
+ font.weight: Font.Medium
+ display: AbstractButton.TextOnly
+ font.family: "Google Sans"
+ font.pointSize: 14
+ font.capitalization: Font.MixedCase
+ highlighted: true
}
}
}