From 46d669bc505b88e51c9905883a04c931e9f80329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Wed, 2 Feb 2022 11:58:23 +0800 Subject: Hide the buttons for now --- features/HomeForm.ui.qml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'features/HomeForm.ui.qml') diff --git a/features/HomeForm.ui.qml b/features/HomeForm.ui.qml index a160c88..b4d1bac 100644 --- a/features/HomeForm.ui.qml +++ b/features/HomeForm.ui.qml @@ -4,8 +4,8 @@ import QtQuick.Controls.Material 2.15 import QtQuick.Layouts 1.15 Page { - property alias menuButton: menuButton - property alias profileButton: profileButton + //property alias menuButton: menuButton + //property alias profileButton: profileButton property alias contentView: contentView header: ToolBar { @@ -15,12 +15,14 @@ Page { RowLayout { anchors.fill: parent spacing: 0 + /* ToolButton { id: menuButton icon.name: "menu-button" icon.source: "/components/icons/menu-24px.svg" highlighted: true } + */ Label { text: contentView.currentItem.title Layout.leftMargin: 16 @@ -33,12 +35,14 @@ Page { color: "#000000" Layout.fillWidth: true } + /* ToolButton { id: profileButton icon.name: "profile-button" icon.source: "/components/icons/profile-24px.svg" highlighted: true } + */ } } -- cgit v1.2.3