From 99977ec99d87bad9582ee891fd2531f484a66e04 Mon Sep 17 00:00:00 2001 From: Ian Walters Date: Wed, 6 May 2009 16:53:56 +1000 Subject: Use animated images where appropriate. --- doc/src/images/declarative-removebutton.gif | Bin 0 -> 183008 bytes doc/src/images/declarative-tutorial-list-open.gif | Bin 0 -> 877382 bytes doc/src/images/declarative-tutorial-list.gif | Bin 0 -> 3527095 bytes doc/src/tutorials/declarative.qdoc | 7 +++---- 4 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 doc/src/images/declarative-removebutton.gif create mode 100644 doc/src/images/declarative-tutorial-list-open.gif create mode 100644 doc/src/images/declarative-tutorial-list.gif diff --git a/doc/src/images/declarative-removebutton.gif b/doc/src/images/declarative-removebutton.gif new file mode 100644 index 0000000..ca4d7e6 Binary files /dev/null and b/doc/src/images/declarative-removebutton.gif differ diff --git a/doc/src/images/declarative-tutorial-list-open.gif b/doc/src/images/declarative-tutorial-list-open.gif new file mode 100644 index 0000000..5b93597 Binary files /dev/null and b/doc/src/images/declarative-tutorial-list-open.gif differ diff --git a/doc/src/images/declarative-tutorial-list.gif b/doc/src/images/declarative-tutorial-list.gif new file mode 100644 index 0000000..24db426 Binary files /dev/null and b/doc/src/images/declarative-tutorial-list.gif differ diff --git a/doc/src/tutorials/declarative.qdoc b/doc/src/tutorials/declarative.qdoc index 543f274..75d0c06 100644 --- a/doc/src/tutorials/declarative.qdoc +++ b/doc/src/tutorials/declarative.qdoc @@ -106,7 +106,7 @@ confirm icon on the left, the text "Remove" in the middle, and a cancel icon on the right. - \image declarative-removebutton.png + \image declarative-removebutton.gif Because Declarative UI is declarative, you don't pass instructions on what to paint in a sequential manner as you may be used to. Instead @@ -559,7 +559,7 @@ data displayed, a delegate to indicate how elements are drawn and a view to arrange the elements. - \image declarative-tutorial-list.png + \image declarative-tutorial-list.gif For the purposes of this tutorial we will be using an SQL query as our data model. This can be declared in the resources section of @@ -604,8 +604,7 @@ similar to how the contents of the FieldText and RemoveButton components are swapped in and out. - \image declarative-tutorial-list-closed.png - \image declarative-tutorial-list-open.png + \image declarative-tutorial-list-open.gif \snippet declarative/tutorials/contacts/3_Collections/2/ContactView.qml components -- cgit v0.12