// SPDX-FileCopyrightText: 2023 Yury Gubich // SPDX-License-Identifier: GPL-3.0-or-later import QtQuick import QtQuick.Controls Page { Label { anchors.centerIn: parent text: "Here we go!" font { pixelSize: 24 bold: true } } }