summaryrefslogtreecommitdiffstats
path: root/examples/uml/duse-mt/qml/dialcontrol/content/Dial.qml
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-06-27 04:42:09 -0300
committerSandro S. Andrade <sandroandrade@kde.org>2013-06-27 12:44:37 +0200
commit040f9e996c53339a08b862064c38f06d609a6daf (patch)
treee8d0fcd7738a44354852af058de242fba8af22ff /examples/uml/duse-mt/qml/dialcontrol/content/Dial.qml
parentd179e49beb16bf51e342ca8f36614728b4828d38 (diff)
Add SEKE demo
Change-Id: I9bf147e3215595097ea4337bbf35a10b13b8c62f Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'examples/uml/duse-mt/qml/dialcontrol/content/Dial.qml')
-rw-r--r--examples/uml/duse-mt/qml/dialcontrol/content/Dial.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/uml/duse-mt/qml/dialcontrol/content/Dial.qml b/examples/uml/duse-mt/qml/dialcontrol/content/Dial.qml
index dd344128..12a24f1d 100644
--- a/examples/uml/duse-mt/qml/dialcontrol/content/Dial.qml
+++ b/examples/uml/duse-mt/qml/dialcontrol/content/Dial.qml
@@ -43,6 +43,7 @@ import QtQuick 2.0
Item {
width: view.width; height: 188
property alias label: label.text
+ property alias value: root.value
Item {
id: root
property real value : 0