From 2978cc973965acf7c546f2aec28ddfd8bea5e5a7 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Wed, 18 Sep 2019 15:35:27 +0700 Subject: re-using `toolBar` --- main.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'main.qml') diff --git a/main.qml b/main.qml index 5587363..01afedd 100644 --- a/main.qml +++ b/main.qml @@ -12,10 +12,9 @@ ApplicationWindow { title: { text: qsTr("kelakon") } - /* header: ToolBar { - Material.elevation: 0 + background: Rectangle { color: "#FAFFFFFF" } @@ -46,7 +45,7 @@ ApplicationWindow { } } } - */ + Drawer { id: drawer @@ -75,7 +74,6 @@ ApplicationWindow { } } } - StackView { id: stackView initialItem: Onboarding { @@ -83,5 +81,7 @@ ApplicationWindow { } anchors.fill: parent + + } } -- cgit v1.2.3