From 0001216f285e53e13c15610a2847a84ed8ce5bf9 Mon Sep 17 00:00:00 2001 From: Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> Date: Wed, 24 Jun 2009 16:36:58 +0200 Subject: [PATCH] Doc - More of the tutorial RevBy: TrustMe --- doc/addressbook-sdk.qdoc | 21 +++++++------------ .../addressbook-sdk/part5/addressbook.ui | 7 +++++++ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/addressbook-sdk.qdoc b/doc/addressbook-sdk.qdoc index 3fda7c450c0..94d633c5fa4 100644 --- a/doc/addressbook-sdk.qdoc +++ b/doc/addressbook-sdk.qdoc @@ -92,11 +92,6 @@ example, which presents a small GUI application, with menus, toolbars, a status bar, and so on. - \table - \o \bold{Disclaimer}: Development of this tutorial is on-going. - Currently, we have three parts complete. The remaining four parts - will be available in the coming release. - \endtable */ @@ -547,17 +542,10 @@ Again, we display the contents of the current object in \c contacts. - \table - \o \bold{Note}: This tutorial is work in progress and currently ends here. - You can read the remaining four chapters of the Address Book Tutorial from - \l{http://doc.trolltech.com/latest/tutorials-addressbook.html}{the Qt library documentation} - instead. Note that this version is IDE agnostic and does not - consider Qt Creator. It might contain subtle differences. - \endtable */ + /*! -\omit \page tutorials-addressbook-sdk-part4.html \previouspage Address Book 3 - Navigating between Entries \contentspage {Address Book Tutorial}{Contents} @@ -755,7 +743,10 @@ in a horizontal layout. Then set a top level layout - either horizontal or vertical. +*/ + +/*! \page tutorials-addressbook-sdk-part6.html \previouspage Address Book 5 - Adding a Find Function \contentspage {Address Book Tutorial}{Contents} @@ -763,12 +754,14 @@ \example examples/addressbook-sdk/part6 \title Address Book 6 - Loading and Saving +*/ + +/*! \page tutorials-addressbook-sdk-part7.html \previouspage Address Book 6 - Loading and Saving \contentspage {Address Book Tutorial}{Contents} \example examples/addressbook-sdk/part7 \title Address Book 7 - Additional Features -\endomit */ diff --git a/doc/examples/addressbook-sdk/part5/addressbook.ui b/doc/examples/addressbook-sdk/part5/addressbook.ui index 919a6b66ab5..cbee039e035 100644 --- a/doc/examples/addressbook-sdk/part5/addressbook.ui +++ b/doc/examples/addressbook-sdk/part5/addressbook.ui @@ -76,6 +76,13 @@ </property> </widget> </item> + <item> + <widget class="QPushButton" name="findButton"> + <property name="text"> + <string>Find</string> + </property> + </widget> + </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> -- GitLab