aboutsummaryrefslogtreecommitdiffstats
path: root/doc/api/qtcreator-dev.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2014-12-17 17:15:42 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2014-12-18 09:31:51 +0100
commit4243c247540949d5535ac82c61fde4942734f897 (patch)
tree60753286b8b8b8d0692da2e7ad26718ab3bab018 /doc/api/qtcreator-dev.qdoc
parentce8ad44692c347a2815ce2b6be991cb0be50dd9c (diff)
Doc: replace remaining \gui commands with \uicontrol
Missed the Extending Qt Creator Manual the last time I did this. Change-Id: I33b9b59ef204d0f7c6a5f98665c4839c6646c9b1 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'doc/api/qtcreator-dev.qdoc')
-rw-r--r--doc/api/qtcreator-dev.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/qtcreator-dev.qdoc b/doc/api/qtcreator-dev.qdoc
index b8ef2680f61..34615d37319 100644
--- a/doc/api/qtcreator-dev.qdoc
+++ b/doc/api/qtcreator-dev.qdoc
@@ -60,7 +60,7 @@
\section2 File, Class and Project Templates
- You can extend the wizards in \gui {File > New File or Project} with your
+ You can extend the wizards in \uicontrol {File > New File or Project} with your
own
file and project templates by writing XML definition files for them.
\list
@@ -187,7 +187,7 @@
tool. If starting the tool and handling its output require more complex
logic, you can add a menu item to Qt Creator with a plugin.
If you need a way to configure the tool in Qt Creator, you can add an
- \gui Options page for it.
+ \uicontrol Options page for it.
\list
\li \l{http://doc.qt.digia.com/qtcreator/creator-editor-external.html}
{Using External Tools}
@@ -211,7 +211,7 @@
file, which is then opened within Qt Creator. You provide
an editor (probably read-only) for handling this file.
For lists of issues, consider creating task list files which are shown in
- the \gui {Issues} output
+ the \uicontrol {Issues} output
pane.
\list
\li \l{http://doc.qt.digia.com/qtcreator/creator-task-lists.html}