summaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/heartrate-game/BottomLine.qml
blob: 80fdaa8cdec79f990dda6b303983a33487b89d5f (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import QtQuick

Rectangle {
    anchors.horizontalCenter: parent.horizontalCenter
    anchors.bottom: parent.bottom
    width: parent.width
    height: parent.height * 0.05
}