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

import QtQuick 2.5

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