summaryrefslogtreecommitdiff
path: root/doc/addressbook-sdk.qdoc
diff options
context:
space:
mode:
authorKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-07-20 10:52:31 +0200
committerKavindra Devi Palaraja <kavindra.palaraja@nokia.com>2009-07-20 10:52:31 +0200
commitf2c04aac807dcbf68c2fa46b6c8c8c3f206a6752 (patch)
tree7aebd46ec85188d81e25a8f481ff9659a1bf8442 /doc/addressbook-sdk.qdoc
parent0eef527746703c067dff7de84a90d71e4509c361 (diff)
downloadqt-creator-f2c04aac807dcbf68c2fa46b6c8c8c3f206a6752.tar.gz
Doc - Fixing up Part 3 to use ui->
Reviewed-By: TrustMe Details: Also fixed a minor bug that caused both the Submit and Cancel buttons to not disappear after the user clicked Submit.
Diffstat (limited to 'doc/addressbook-sdk.qdoc')
-rw-r--r--doc/addressbook-sdk.qdoc10
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/addressbook-sdk.qdoc b/doc/addressbook-sdk.qdoc
index f8fbc4c0fd..0df0603af9 100644
--- a/doc/addressbook-sdk.qdoc
+++ b/doc/addressbook-sdk.qdoc
@@ -471,13 +471,9 @@
\snippet examples/addressbook-sdk/part3/addressbook.h slot definition
- We also define two more QPushButton objects:
-
- \snippet examples/addressbook-sdk/part3/addressbook.h members
-
- In the \c AddressBook constructor, we extract the push buttons from the
- \c ui object and disable them by default. This is because navigation is
- only enabled when there is more than one contact in the address book.
+ In the \c AddressBook constructor, we setup our fields and disable them by
+ default. This is because navigation is only enabled when there is more than
+ one contact in the address book.
\snippet examples/addressbook-sdk/part3/addressbook.cpp extract objects