From 931275fe0f0b29372c18a477ceff2624ed867bd1 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Tue, 3 Sep 2019 10:48:09 +0700 Subject: Add skip button to skip process --- pages/CreateProfileForm.ui.qml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pages/CreateProfileForm.ui.qml') 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 } } } -- cgit v1.2.3