summaryrefslogtreecommitdiffstats
path: root/examples/declarative/layouts
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-12-09 09:07:17 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-12-09 09:07:17 (GMT)
commitc55e7db991f7e4f7f5f443cf3ebebb709eca8d2d (patch)
treed53802c4179d7cf44a646ff320d2c26d85f540af /examples/declarative/layouts
parent5bf215aba472fe716f7edf18982a8ac44d86a27f (diff)
downloadQt-c55e7db991f7e4f7f5f443cf3ebebb709eca8d2d.zip
Qt-c55e7db991f7e4f7f5f443cf3ebebb709eca8d2d.tar.gz
Qt-c55e7db991f7e4f7f5f443cf3ebebb709eca8d2d.tar.bz2
Update FlowPositioner to the new BasePositioner implementation
Diffstat (limited to 'examples/declarative/layouts')
-rw-r--r--examples/declarative/layouts/positioners.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/declarative/layouts/positioners.qml b/examples/declarative/layouts/positioners.qml
index f84e806..46762f7 100644
--- a/examples/declarative/layouts/positioners.qml
+++ b/examples/declarative/layouts/positioners.qml
@@ -133,11 +133,6 @@ Rectangle {
x: 260
y: 250
width: 150
- remove: Transition {
- NumberAnimation {
- matchProperties: "x,y"; easing: "easeOutBounce"
- }
- }
move: Transition {
NumberAnimation {