aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/WorldClock/WorldClockPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/wearable/qml/WorldClock/WorldClockPage.qml')
-rw-r--r--examples/quickcontrols2/wearable/qml/WorldClock/WorldClockPage.qml16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/WorldClockPage.qml b/examples/quickcontrols2/wearable/qml/WorldClock/WorldClockPage.qml
index 33e6dcfb..a0f3d27d 100644
--- a/examples/quickcontrols2/wearable/qml/WorldClock/WorldClockPage.qml
+++ b/examples/quickcontrols2/wearable/qml/WorldClock/WorldClockPage.qml
@@ -107,21 +107,5 @@ Item {
count: svWatchContainer.count
currentIndex: svWatchContainer.currentIndex
-
- delegate: Rectangle {
- implicitWidth: 8
- implicitHeight: 8
-
- radius: width / 2
- color: UIStyle.colorQtGray3
-
- opacity: index === pgWatchIndicator.currentIndex ? 1.0 : 0.35
-
- Behavior on opacity {
- OpacityAnimator {
- duration: 100
- }
- }
- }
}
}