From 0b58dbada0863f58286d10001dca740aec983aa8 Mon Sep 17 00:00:00 2001 From: Kavindra Devi Palaraja <kavindra.palaraja@nokia.com> Date: Thu, 4 Jun 2009 13:07:16 +0200 Subject: [PATCH] Fixes: Doc - incorporating some of Danimo's feedback RevBy: Daniel Molkentin --- doc/addressbook-sdk.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/addressbook-sdk.qdoc b/doc/addressbook-sdk.qdoc index 7514052c0e7..041b8651fb6 100644 --- a/doc/addressbook-sdk.qdoc +++ b/doc/addressbook-sdk.qdoc @@ -165,7 +165,7 @@ red border, top level layouts have no graphical representation. Layouts are necessary for top level widgets, in this case QWidget, to ensure that when the window is resized, the widgets on the form will resize accordingly. You - can try this out by pressing \key{Ctrl+R} now. To correct it, simply click + can try this out by pressing \key{Ctrl+Alt+R} now. To correct it, simply click anywhere on the form and select \gui{Lay out Horizontally} or \gui{Lay out Vertically}. The output will be the same. Now your widgets will resize correctly. @@ -311,7 +311,7 @@ \snippet examples/addressbook-sdk/part2/addressbook.h slot definition Next, we have to provide private members for the \c AddressBook class so - that we can access these members freely throughout the application. + that we can access these widgets freely throughout the class. \snippet examples/addressbook-sdk/part2/addressbook.h members1 -- GitLab