summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/simplewidgetmapper.qdoc
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2012-08-01 14:36:13 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-01 15:37:46 +0200
commita68577e7e07cce40cac142f6e2b386a76f3ecbd1 (patch)
treed79bbae4fcebb76f72aa1a56beac09b945967248 /doc/src/examples/simplewidgetmapper.qdoc
parentd61c356516cddb9cb0862d13479acd4c3310a972 (diff)
replace \key and \gui qdoc commands with \uicontrol
Change-Id: I0753305d4fe1ea20417f451766101da1247dfeeb Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc/src/examples/simplewidgetmapper.qdoc')
-rw-r--r--doc/src/examples/simplewidgetmapper.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/examples/simplewidgetmapper.qdoc b/doc/src/examples/simplewidgetmapper.qdoc
index 02d719ba81..2b24dbcecd 100644
--- a/doc/src/examples/simplewidgetmapper.qdoc
+++ b/doc/src/examples/simplewidgetmapper.qdoc
@@ -72,7 +72,7 @@
\snippet examples/itemviews/simplewidgetmapper/window.cpp Set up the mapper
- We also connect the mapper to the \gui{Next} and \gui{Previous} buttons
+ We also connect the mapper to the \uicontrol{Next} and \uicontrol{Previous} buttons
via its \l{QDataWidgetMapper::}{toNext()} and
\l{QDataWidgetMapper::}{toPrevious()} slots. The mapper's
\l{QDataWidgetMapper::}{currentIndexChanged()} signal is connected to the
@@ -106,8 +106,8 @@
\snippet examples/itemviews/simplewidgetmapper/window.cpp Slot for updating the buttons
- If the mapper is referring to the first row in the model, the \gui{Previous}
- button is disabled. Similarly, the \gui{Next} button is disabled if the
+ If the mapper is referring to the first row in the model, the \uicontrol{Previous}
+ button is disabled. Similarly, the \uicontrol{Next} button is disabled if the
mapper reaches the last row in the model.
\section1 More Complex Mappings