summaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
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