diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-14 14:19:04 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-14 14:19:04 +0700 |
commit | e92c75d5f89af5f23d28eeb4605ed8be9b2075c2 (patch) | |
tree | 2ce4bceb2850077be8bf2c9c2d2a2d00f2744c9b /pages | |
parent | a3af7773cf891ee54d0b524b3806ab4cd86e2756 (diff) |
add profileButton on ToolBar
Diffstat (limited to 'pages')
-rw-r--r-- | pages/HomeForm.ui.qml | 7 |
1 files changed, 6 insertions, 1 deletions
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 + } } } |