changeset 37 | 758a864f9613 |
parent 30 | 5dc02b23752f |
36:ef0373b55136 | 37:758a864f9613 |
---|---|
57 |
57 |
58 PathAttribute { name: "scale"; value: 0.5 } |
58 PathAttribute { name: "scale"; value: 0.5 } |
59 PathAttribute { name: "angle"; value: 45 } |
59 PathAttribute { name: "angle"; value: 45 } |
60 } |
60 } |
61 } |
61 } |
62 |
|
63 Column { |
|
64 Rectangle { width: 20; height: 20; color: "red"; opacity: photoPathView.moving ? 1 : 0 } |
|
65 Rectangle { width: 20; height: 20; color: "blue"; opacity: photoPathView.flicking ? 1 : 0 } |
|
66 } |
|
62 } |
67 } |