From e92c75d5f89af5f23d28eeb4605ed8be9b2075c2 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Sat, 14 Sep 2019 14:19:04 +0700 Subject: add profileButton on ToolBar --- pages/HomeForm.ui.qml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pages') diff --git a/pages/HomeForm.ui.qml b/pages/HomeForm.ui.qml index 28448ae..c0c95f2 100644 --- a/pages/HomeForm.ui.qml +++ b/pages/HomeForm.ui.qml @@ -46,7 +46,12 @@ Rectangle { verticalAlignment: Qt.AlignVCenter Layout.fillWidth: true } - ToolButton {} + ToolButton { + id: profileButton + icon.name: "profile-icon" + icon.source: "/assets/profile-24px.svg" + highlighted: true + } } } -- cgit v1.2.3