diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-31 09:37:42 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-31 09:37:42 +0700 |
commit | 5733f28f4b00cfb0506435810a4b5a24e3148a09 (patch) | |
tree | 25e170ef522c4a05ece0e8e1154fbb5df2e1cc89 /main.qml | |
parent | 55a2bf601f0c1633f7955fd7ac52c98a8917af64 (diff) |
remove header
Diffstat (limited to 'main.qml')
-rw-r--r-- | main.qml | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -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 |