import QtQuick 2.15 import QtQuick.Controls 2.15 Page { id: root Label { text: "Please turn Bluetooth on" } }