diff options
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 |