import QtQuick import QtQuick.Controls import QtQuick.Layouts NavigationPage { title: qsTr("Current Levels") Text { text: "TODO" Layout.fillHeight: true } }