1 2 3 4 5 6 7 8 9 10
import QtQuick 2.12 import "pages" HomeForm { menuButton.onClicked: drawer.visible = !drawer.visible TaskList { anchors.top: toolbar.bottom } }