OSDN Git Service

Doc - More screenshots
authorKavindra Palaraja <kavindra.palaraja@nokia.com>
Thu, 11 Jun 2009 15:52:05 +0000 (17:52 +0200)
committerKavindra Palaraja <kavindra.palaraja@nokia.com>
Thu, 11 Jun 2009 15:52:05 +0000 (17:52 +0200)
RevBy:    TrustMe

doc/addressbook-sdk.qdoc
doc/images/addressbook-tutorial-part2-add-successful.png [new file with mode: 0644]
doc/images/addressbook-tutorial-part3-screenshot.png [new file with mode: 0644]

index 2a96c6a..c98243e 100644 (file)
     The screenshot below shows the QMessageBox object we use to display
     information messages to the user.
 
-    # image
+    \image addressbook-tutorial-part2-add-successful.png
 
     \section2 The \c{cancel()} Function
 
     The screenshot below is our expected graphical user interface. Notice that
     it is getting closer to our final application.
 
+    \image addressbook-tutorial-part3-screenshot.png
+
     Within our \c addContact() function, we have to disable the \gui Next and
     \gui Previous buttons so that the user does not attempt to navigate while
     adding a contact.
diff --git a/doc/images/addressbook-tutorial-part2-add-successful.png b/doc/images/addressbook-tutorial-part2-add-successful.png
new file mode 100644 (file)
index 0000000..3b108fb
Binary files /dev/null and b/doc/images/addressbook-tutorial-part2-add-successful.png differ
diff --git a/doc/images/addressbook-tutorial-part3-screenshot.png b/doc/images/addressbook-tutorial-part3-screenshot.png
new file mode 100644 (file)
index 0000000..97d1357
Binary files /dev/null and b/doc/images/addressbook-tutorial-part3-screenshot.png differ