Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move some toys back to examples
tvtennis, corkboards and dynamicscene are more examples than demos.

clocks and tic-tac-toe are remaining demos for now.

Change-Id: I3d9501a4742349a9eb7efdad0d06aa6e7cb02c14
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
  • Loading branch information
Alan Alpert authored and Qt by Nokia committed Feb 28, 2012
1 parent 7d32bac commit 01bfcfb
Show file tree
Hide file tree
Showing 22 changed files with 4 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions examples/qtquick/animation/animation.qml
Expand Up @@ -58,6 +58,8 @@ import "../../shared" as Examples
Wiggly Text demonstrates using more complex behaviors to animate and wiggle some text around as you drag it.
Tv Tennis demonstrates using more complex behaviors to get paddles following a ball for an infinite game.
Easing Curves shows off all the easing curves available in Qt Quick animations.
States demonstrates how the properties of an item can vary between states.
Expand All @@ -80,6 +82,7 @@ Item {
addExample("PropertyAnimation", "Interpolates between numbers", Qt.resolvedUrl("basics/property-animation.qml"));
addExample("Behaviors", "Animates procedural movement", Qt.resolvedUrl("behaviors/behavior-example.qml"));
addExample("Wiggly Text", "Text that wiggles as you drag it", Qt.resolvedUrl("behaviors/wigglytext.qml"));
addExample("Tv Tennis", "Paddles that follow a ball", Qt.resolvedUrl("behaviors/tvtennis.qml"));
addExample("Easing Curves", "Compare available easing curves", Qt.resolvedUrl("easing/easing.qml"));
addExample("States", "Simple states", Qt.resolvedUrl("states/states.qml"));
addExample("Transitions", "Simple states with animated transitions", Qt.resolvedUrl("states/transitions.qml"));
Expand Down
Expand Up @@ -42,7 +42,7 @@ import QtQuick 2.0

Rectangle {
id: page
width: 640; height: 480
width: 320; height: 480;
color: "Black"

// Make a ball to bounce
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.

0 comments on commit 01bfcfb

Please sign in to comment.