aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/projects/creator-projects-settings-code-style.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2014-12-11 15:43:19 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2014-12-12 10:26:59 +0100
commite1fbeedcd4e47cb83d00173907607236b06c8ff6 (patch)
treed34c4961794c6406d05f36aacf215da3ce179a27 /doc/src/projects/creator-projects-settings-code-style.qdoc
parentc9696aa6f4e1a737e3445702b138b2c0a2bd85ce (diff)
Doc: use \uicontrol command instead of \gui macro
Change-Id: Idc898b6ac70b6d3186d353086b5f3e45830d1f83 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'doc/src/projects/creator-projects-settings-code-style.qdoc')
-rw-r--r--doc/src/projects/creator-projects-settings-code-style.qdoc20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/src/projects/creator-projects-settings-code-style.qdoc b/doc/src/projects/creator-projects-settings-code-style.qdoc
index 379df033b6..e9bcb48741 100644
--- a/doc/src/projects/creator-projects-settings-code-style.qdoc
+++ b/doc/src/projects/creator-projects-settings-code-style.qdoc
@@ -32,7 +32,7 @@
\QC uses the \l{Editing MIME Types}{MIME type} of the file to
determine which mode and editor to use for opening the file.
- \QC opens C++ files in \gui Edit mode in the C++ code editor and
+ \QC opens C++ files in \uicontrol Edit mode in the C++ code editor and
QML files in the Qt Quick editor.
You can configure the code style according to your needs. You can specify
@@ -42,29 +42,29 @@
settings.
To specify global code style settings sets for C++ files, select
- \gui {Tools > Options > C++}.
+ \uicontrol {Tools > Options > C++}.
- To specify global code style settings sets for QML files, select \gui {Tools
+ To specify global code style settings sets for QML files, select \uicontrol {Tools
> Options > Qt Quick}.
To configure the editor behavior for the current project:
\list 1
- \li Select \gui Projects > \gui {Code Style}.
+ \li Select \uicontrol Projects > \uicontrol {Code Style}.
- \li In the \gui Language field, select \gui C++ or \gui {Qt Quick}.
+ \li In the \uicontrol Language field, select \uicontrol C++ or \uicontrol {Qt Quick}.
- \li In the \gui {Current settings} field, select the settings to modify
- and click \gui Copy.
+ \li In the \uicontrol {Current settings} field, select the settings to modify
+ and click \uicontrol Copy.
- \li Give a name to the settings and click \gui OK.
+ \li Give a name to the settings and click \uicontrol OK.
- \li Click \gui Edit to specify code style settings for the project.
+ \li Click \uicontrol Edit to specify code style settings for the project.
\image qtcreator-code-style-settings-edit-cpp.png "Edit Code Style Settings dialog"
- \note Only \gui General settings are available for QML files.
+ \note Only \uicontrol General settings are available for QML files.
\image qtcreator-code-style-settings-edit-qtquick.png "Edit Code Style Settings view"