From e5d1cb6db260c71e2205c4f65d383628bb518f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Tue, 24 Sep 2019 22:05:01 +0800 Subject: All forms and icons are moved here --- features/HomeForm.ui.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'features/HomeForm.ui.qml') diff --git a/features/HomeForm.ui.qml b/features/HomeForm.ui.qml index c44aac5..299cf77 100644 --- a/features/HomeForm.ui.qml +++ b/features/HomeForm.ui.qml @@ -5,7 +5,6 @@ import QtQuick.Layouts 1.12 Page { property alias menuButton: menuButton - property alias titleLabel: titleLabel property alias profileButton: profileButton property alias contentView: contentView @@ -19,10 +18,11 @@ Page { ToolButton { id: menuButton icon.name: "menu-button" + icon.source: "/components/icons/menu-24px.svg" highlighted: true } Label { - id: titleLabel + text: contentView.currentItem.title Layout.leftMargin: 16 verticalAlignment: Text.AlignVCenter horizontalAlignment: Text.AlignLeft @@ -36,6 +36,7 @@ Page { ToolButton { id: profileButton icon.name: "profile-button" + icon.source: "/components/icons/profile-24px.svg" highlighted: true } } -- cgit v1.2.3