summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/recorder/StyleRectangle.qml
blob: e28cf4a19fa06d040813a1e04b1ffbbb239aaf61 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

import QtQuick

Rectangle {
    opacity: 0.5
    border.color: "black"
    border.width: 1
    radius: 3
}