Adding a custom easing curve editor to declarative tools
authorThomas Hartmann <Thomas.Hartmann@nokia.com>
Tue, 13 Mar 2012 09:27:59 +0000 (10:27 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 13 Mar 2012 13:00:45 +0000 (14:00 +0100)
commita920803631d1788dc563f243a3780899d1ac2af2
treee39c7e51da8e67d3fdd63873c660ace6c8ee585e
parentc0f032de776685d62286e8a86496bc03fb9922c9
Adding a custom easing curve editor to declarative tools

Change-Id: Ic8ef77792d74ec99b23d85cd8888e0190acc3e10
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
14 files changed:
tools/easingcurveeditor/Button.qml [new file with mode: 0644]
tools/easingcurveeditor/easingcurveeditor.pro [new file with mode: 0644]
tools/easingcurveeditor/main.cpp [new file with mode: 0644]
tools/easingcurveeditor/mainwindow.cpp [new file with mode: 0644]
tools/easingcurveeditor/mainwindow.h [new file with mode: 0644]
tools/easingcurveeditor/pane.ui [new file with mode: 0644]
tools/easingcurveeditor/preview.qml [new file with mode: 0644]
tools/easingcurveeditor/properties.ui [new file with mode: 0644]
tools/easingcurveeditor/resources.qrc [new file with mode: 0644]
tools/easingcurveeditor/segmentproperties.cpp [new file with mode: 0644]
tools/easingcurveeditor/segmentproperties.h [new file with mode: 0644]
tools/easingcurveeditor/splineeditor.cpp [new file with mode: 0644]
tools/easingcurveeditor/splineeditor.h [new file with mode: 0644]
tools/tools.pro