summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/recorder/StyleRectangle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/multimedia/video/recorder/StyleRectangle.qml')
-rw-r--r--examples/multimedia/video/recorder/StyleRectangle.qml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/multimedia/video/recorder/StyleRectangle.qml b/examples/multimedia/video/recorder/StyleRectangle.qml
new file mode 100644
index 000000000..e28cf4a19
--- /dev/null
+++ b/examples/multimedia/video/recorder/StyleRectangle.qml
@@ -0,0 +1,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
+}