From 5733f28f4b00cfb0506435810a4b5a24e3148a09 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Sat, 31 Aug 2019 09:37:42 +0700 Subject: remove header --- main.qml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/main.qml b/main.qml index 160b5a3..d8a888d 100644 --- a/main.qml +++ b/main.qml @@ -11,27 +11,6 @@ ApplicationWindow { Material.accent: Material.DeepPurple - header: ToolBar { - RowLayout { - anchors.fill: parent - ToolButton { - text: qsTr("‹") - onClicked: stack.pop() - } - Label { - text: "Title" - elide: Label.ElideRight - horizontalAlignment: Qt.AlignHCenter - verticalAlignment: Qt.AlignVCenter - Layout.fillWidth: true - } - ToolButton { - text: qsTr("⋮") - onClicked: menu.open() - } - } - } - StackView { id: stackView anchors.fill : parent -- cgit v1.2.3