diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-02-01 13:56:08 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-02-01 13:56:08 (GMT) |
commit | 944e9946f9541dead8319dcc9e4e49f41c8c40b1 (patch) | |
tree | 03588d9ef8868e96c26b965b156962a002441b17 | |
parent | 1aa8e29035bec6a1898b171fa551bdc79fff959e (diff) | |
download | Qt-944e9946f9541dead8319dcc9e4e49f41c8c40b1.zip Qt-944e9946f9541dead8319dcc9e4e49f41c8c40b1.tar.gz Qt-944e9946f9541dead8319dcc9e4e49f41c8c40b1.tar.bz2 |
Update advanced tutorial with new images
Some of the images used in the example and documentation were still with
the old graphics. This has been fixed so as to only use the new
graphics.
12 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/declarative/advtutorial4.qdoc b/doc/src/declarative/advtutorial4.qdoc index 96e72fc..855963c 100644 --- a/doc/src/declarative/advtutorial4.qdoc +++ b/doc/src/declarative/advtutorial4.qdoc @@ -113,10 +113,12 @@ like this: \snippet declarative/tutorials/samegame/samegame4/content/BoomBlock.qml 4 And now the game should be beautifully animated and smooth, with a subtle (or not-so-subtle) animation added for all of the -player's actions. The end result is shown below: +player's actions. The end result is shown below, with a different set of images to demonstrate basic themeing: \image declarative-adv-tutorial4.gif +The basic theme change there is the result of simply replacing the images. This can be done at run time by setting the source property, so a further advanced feature to try on your own is to add a button which toggles between two different themes. + \section2 Offline High Scores Another extension we might want for the game is some way of storing and retrieving high scores. This tutorial contains both online and offline high score storage. diff --git a/doc/src/declarative/pics/declarative-adv-tutorial1.png b/doc/src/declarative/pics/declarative-adv-tutorial1.png Binary files differindex 990a329..1699ab0 100644 --- a/doc/src/declarative/pics/declarative-adv-tutorial1.png +++ b/doc/src/declarative/pics/declarative-adv-tutorial1.png diff --git a/doc/src/declarative/pics/declarative-adv-tutorial2.png b/doc/src/declarative/pics/declarative-adv-tutorial2.png Binary files differindex b410d50..ba27c44 100644 --- a/doc/src/declarative/pics/declarative-adv-tutorial2.png +++ b/doc/src/declarative/pics/declarative-adv-tutorial2.png diff --git a/doc/src/declarative/pics/declarative-adv-tutorial3.png b/doc/src/declarative/pics/declarative-adv-tutorial3.png Binary files differindex e192772..d500434d 100644 --- a/doc/src/declarative/pics/declarative-adv-tutorial3.png +++ b/doc/src/declarative/pics/declarative-adv-tutorial3.png diff --git a/examples/declarative/tutorials/samegame/samegame1/pics/background.png b/examples/declarative/tutorials/samegame/samegame1/pics/background.png Binary files differindex 25e885f..3734a27 100644 --- a/examples/declarative/tutorials/samegame/samegame1/pics/background.png +++ b/examples/declarative/tutorials/samegame/samegame1/pics/background.png diff --git a/examples/declarative/tutorials/samegame/samegame1/pics/redStone.png b/examples/declarative/tutorials/samegame/samegame1/pics/redStone.png Binary files differindex b099f60..36b09a2 100644 --- a/examples/declarative/tutorials/samegame/samegame1/pics/redStone.png +++ b/examples/declarative/tutorials/samegame/samegame1/pics/redStone.png diff --git a/examples/declarative/tutorials/samegame/samegame2/pics/background.png b/examples/declarative/tutorials/samegame/samegame2/pics/background.png Binary files differindex 25e885f..3734a27 100644 --- a/examples/declarative/tutorials/samegame/samegame2/pics/background.png +++ b/examples/declarative/tutorials/samegame/samegame2/pics/background.png diff --git a/examples/declarative/tutorials/samegame/samegame2/pics/redStone.png b/examples/declarative/tutorials/samegame/samegame2/pics/redStone.png Binary files differindex b099f60..36b09a2 100644 --- a/examples/declarative/tutorials/samegame/samegame2/pics/redStone.png +++ b/examples/declarative/tutorials/samegame/samegame2/pics/redStone.png diff --git a/examples/declarative/tutorials/samegame/samegame3/pics/background.png b/examples/declarative/tutorials/samegame/samegame3/pics/background.png Binary files differindex 25e885f..3734a27 100644 --- a/examples/declarative/tutorials/samegame/samegame3/pics/background.png +++ b/examples/declarative/tutorials/samegame/samegame3/pics/background.png diff --git a/examples/declarative/tutorials/samegame/samegame3/pics/blueStone.png b/examples/declarative/tutorials/samegame/samegame3/pics/blueStone.png Binary files differindex bf342e0..20e43c7 100644 --- a/examples/declarative/tutorials/samegame/samegame3/pics/blueStone.png +++ b/examples/declarative/tutorials/samegame/samegame3/pics/blueStone.png diff --git a/examples/declarative/tutorials/samegame/samegame3/pics/greenStone.png b/examples/declarative/tutorials/samegame/samegame3/pics/greenStone.png Binary files differindex 5ac14a5..b568a19 100644 --- a/examples/declarative/tutorials/samegame/samegame3/pics/greenStone.png +++ b/examples/declarative/tutorials/samegame/samegame3/pics/greenStone.png diff --git a/examples/declarative/tutorials/samegame/samegame3/pics/redStone.png b/examples/declarative/tutorials/samegame/samegame3/pics/redStone.png Binary files differindex b099f60..36b09a2 100644 --- a/examples/declarative/tutorials/samegame/samegame3/pics/redStone.png +++ b/examples/declarative/tutorials/samegame/samegame3/pics/redStone.png |