aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/editors/creator-coding.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/editors/creator-coding.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/editors/creator-coding.qdoc')
-rw-r--r--doc/src/editors/creator-coding.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/editors/creator-coding.qdoc b/doc/src/editors/creator-coding.qdoc
index fe2373125c..709fb55e1f 100644
--- a/doc/src/editors/creator-coding.qdoc
+++ b/doc/src/editors/creator-coding.qdoc
@@ -38,7 +38,7 @@
Writing, editing, and navigating in source code are core tasks in
application development. Therefore, the code editor is one of the
- key components of \QC. You can use the code editor in the \gui Edit
+ key components of \QC. You can use the code editor in the \uicontrol Edit
mode.
\li \l{Finding}
@@ -65,7 +65,7 @@
You can change the fonts, colors, highlighting, and indentation.
If you are used to the Vim editor, you can even run the main
- editor in a manner similar to it in the \gui{FakeVim} mode.
+ editor in a manner similar to it in the \uicontrol{FakeVim} mode.
\endlist
@@ -82,7 +82,7 @@
\li \l{Comparing Files}
You can use a diff editor to compare two versions of a file and
- view the differences side-by-side in the \gui Edit mode.
+ view the differences side-by-side in the \uicontrol Edit mode.
\li \l{Parsing C++ Files}