From eec55d54c99b28953476e452281a8c58bfc4495b Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Mon, 3 Oct 2011 10:57:39 +0200 Subject: Doc: Converting the overviews' \e commands to \i commands. \e commands are deprecated and are only supported through an alias. We should use the official command and not the deprecated command. Change-Id: Icf88b9cda673f436dd855f22960112d0a37c74eb Reviewed-on: http://codereview.qt-project.org/5918 Reviewed-by: Qt Sanity Bot Reviewed-by: Bea Lam Reviewed-by: Alan Alpert --- doc/src/declarative/qdeclarativestates.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src/declarative/qdeclarativestates.qdoc') diff --git a/doc/src/declarative/qdeclarativestates.qdoc b/doc/src/declarative/qdeclarativestates.qdoc index 9857894d2b..6b66d31f38 100644 --- a/doc/src/declarative/qdeclarativestates.qdoc +++ b/doc/src/declarative/qdeclarativestates.qdoc @@ -44,14 +44,14 @@ \o \l AnchorChanges \endlist -Many user interface designs are \e state driven; interfaces have configurations +Many user interface designs are \i state driven; interfaces have configurations that differ depending on the current state. For example, a traffic signal will configure its flags or lights depending on its state. While in the signal's \c stop state, a red light will turn on while the yellow and the green lights will turn off. In the \c caution state, the yellow light is on while the other lights are turned off. -In QML, \e states are a set of property configurations defined in a \l State +In QML, \i states are a set of property configurations defined in a \l State element. Different configurations could, for example: \list @@ -104,7 +104,7 @@ It can also: \section1 The Default State -Every \l Item based component has a \c state property and a \e{default state}. +Every \l Item based component has a \c state property and a \i{default state}. The default state is the empty string (\c{""}) and contains all of an item's initial property values. The default state is useful for managing property values before state changes. Setting the \c state property to an empty string -- cgit v1.2.3