summaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-31 09:37:42 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-31 09:37:42 +0700
commit5733f28f4b00cfb0506435810a4b5a24e3148a09 (patch)
tree25e170ef522c4a05ece0e8e1154fbb5df2e1cc89 /main.qml
parent55a2bf601f0c1633f7955fd7ac52c98a8917af64 (diff)
remove header
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml21
1 files changed, 0 insertions, 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