aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/signals/qmltopy2/view.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/signals/qmltopy2/view.qml')
-rw-r--r--examples/declarative/signals/qmltopy2/view.qml8
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/declarative/signals/qmltopy2/view.qml b/examples/declarative/signals/qmltopy2/view.qml
index 6fe6087f2..b8cb23cc2 100644
--- a/examples/declarative/signals/qmltopy2/view.qml
+++ b/examples/declarative/signals/qmltopy2/view.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2016 The Qt Company Ltd.
+** Copyright (C) 2021 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt for Python examples of the Qt Toolkit.
@@ -40,12 +40,18 @@
import QtQuick 2.0
+import examples.signals.qmltopy2 1.0
+
Rectangle {
id: page
width: 500; height: 200
color: "lightgray"
+ RotateValue {
+ id: rotatevalue
+ }
+
Text {
id: helloText
text: "Hello world!"