Doc: use \uicontrol command instead of \gui macro

Change-Id: Idc898b6ac70b6d3186d353086b5f3e45830d1f83
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
This commit is contained in:
Leena Miettinen
2014-12-11 15:43:19 +01:00
committed by Leena Miettinen
parent c9696aa6f4
commit e1fbeedcd4
97 changed files with 1955 additions and 1876 deletions

View File

@@ -35,7 +35,7 @@
\title Adding Connections
You can use the \gui {Connections} view (commercial only) to:
You can use the \uicontrol {Connections} view (commercial only) to:
\list
@@ -57,14 +57,14 @@
\list 1
\li Select the \gui {Connections} tab.
\li Select the \uicontrol {Connections} tab.
\li Select \gui Target to add the object to connect to a signal.
\li Select \uicontrol Target to add the object to connect to a signal.
\li Select \gui {Signal Handler} to select the signal that the connection
\li Select \uicontrol {Signal Handler} to select the signal that the connection
will listen to from a list of all signals available for the object.
\li Select \gui Actions to specify the action to perform when
\li Select \uicontrol Actions to specify the action to perform when
the signal is emitted. You use JavaScript to specify the actions.
\endlist
@@ -81,15 +81,15 @@
\list 1
\li Select the \gui {Dynamic Properties} tab.
\li Select the \uicontrol {Dynamic Properties} tab.
\li Select \gui Item to select the object to specify the property for.
\li Select \uicontrol Item to select the object to specify the property for.
\li Select \gui Property to give a name to the property.
\li Select \uicontrol Property to give a name to the property.
\li Select \gui {Property Type} to specify the type of the property.
\li Select \uicontrol {Property Type} to specify the type of the property.
\li Select \gui {Property Value} to specify the value of the property.
\li Select \uicontrol {Property Value} to specify the value of the property.
\endlist
@@ -104,18 +104,18 @@
\list 1
\li Select the \gui {Bindings} tab.
\li Select the \uicontrol {Bindings} tab.
\li Select \gui Item to select the target object whose property you want
\li Select \uicontrol Item to select the target object whose property you want
to change dynamically.
\li Select \gui Property to specify the property to bind to a source
\li Select \uicontrol Property to specify the property to bind to a source
property.
\li Select \gui {Source Item} to specify the object whose property you
\li Select \uicontrol {Source Item} to specify the object whose property you
want to use to determine the behavior of the target object.
\li Select \gui {Source Property} to specify the property to bind the
\li Select \uicontrol {Source Property} to specify the property to bind the
target property to.
\endlist