aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-06-19 13:53:16 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-06-19 12:37:17 +0000
commit3e017dc409282575d119fdb69bdd48455877599a (patch)
tree162a29cf01ff2c0a8e1c0ca9ec33f0372cfb6655 /doc
parent670c22d3a2ff8b141c6dfb5f621ba71d93b4b68d (diff)
Doc: Use the \QC macro also for UI controls
Seems to work within the \uicontrol command. Change-Id: I73769609091f88be9495410c50bce5296c1144f3 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/debugger/creator-debugger-setup.qdoc6
-rw-r--r--doc/src/debugger/creator-debugger.qdoc4
-rw-r--r--doc/src/howto/creator-ui.qdoc6
-rw-r--r--doc/src/projects/creator-projects-qbs.qdoc2
-rw-r--r--doc/src/qtquick/creator-tutorial-create-qq-project.qdocinc2
-rw-r--r--doc/src/qtquick/qtquick-creating.qdoc2
-rw-r--r--doc/src/widgets/qtdesigner-app-tutorial.qdoc2
7 files changed, 12 insertions, 12 deletions
diff --git a/doc/src/debugger/creator-debugger-setup.qdoc b/doc/src/debugger/creator-debugger-setup.qdoc
index a76d61c8d9..2a5a1a9d1f 100644
--- a/doc/src/debugger/creator-debugger-setup.qdoc
+++ b/doc/src/debugger/creator-debugger-setup.qdoc
@@ -75,7 +75,7 @@
\section1 Supported Native Debugger Versions
- Qt Creator supports native debuggers when working with compiled code. On
+ \QC supports native debuggers when working with compiled code. On
most supported platforms, the GNU Symbolic Debugger GDB can be used. On
Microsoft Windows, when using the Microsoft tool chain the Microsoft Console
Debugger CDB, is needed. On \macos, the LLDB debugger can be used. Basic
@@ -195,7 +195,7 @@
\note Visual Studio does not include the Debugging tools needed,
and therefore, you must install them separately.
- In addition, you must select \uicontrol {Qt Creator CDB Debugger Support}
+ In addition, you must select \uicontrol {\QC CDB Debugger Support}
(in \uicontrol Qt > \uicontrol Tools > \uicontrol {\QC}) when you install
Qt or the stand-alone \QC.
@@ -328,7 +328,7 @@
codesign -f -s "fsfgdb" $INSTALL_LOCATION/fsfgdb
\endcode
- \li In \QC, select \uicontrol {Qt Creator} > \uicontrol Preferences >
+ \li In \QC, select \uicontrol {\QC} > \uicontrol Preferences >
\uicontrol Kits > \uicontrol Add to
create a kit that uses FSF GDB.
diff --git a/doc/src/debugger/creator-debugger.qdoc b/doc/src/debugger/creator-debugger.qdoc
index c882b114fc..fee04684b8 100644
--- a/doc/src/debugger/creator-debugger.qdoc
+++ b/doc/src/debugger/creator-debugger.qdoc
@@ -223,7 +223,7 @@
The \QC installation program asks you whether you want to register \QC as a
post-mortem debugger. To change the setting, select
\uicontrol Tools > \uicontrol Options > \uicontrol Debugger >
- \uicontrol General > \uicontrol {Use Qt Creator for post-mortem debugging}.
+ \uicontrol General > \uicontrol {Use \QC for post-mortem debugging}.
You can launch the debugger in the post-mortem mode if an application
crashes on Windows. Click the \uicontrol {Debug in \QC} button in the error
@@ -979,7 +979,7 @@
Unlike GDB's
\l{https://sourceware.org/gdb/onlinedocs/gdb/Pretty-Printing.html#Pretty-Printing}
{pretty printers} and LLDB's \l{http://lldb.llvm.org/varformats.html}
- {data formatters}, Qt Creator's debugging helpers are independent of the
+ {data formatters}, \QC's debugging helpers are independent of the
native debugging backend. That is, the same code can be used with GDB on
Linux, LLDB on macOS, and CDB on Windows, or any other platform on which at
least one of the three supported backends is available.
diff --git a/doc/src/howto/creator-ui.qdoc b/doc/src/howto/creator-ui.qdoc
index 268a5d75a6..8437d5e35b 100644
--- a/doc/src/howto/creator-ui.qdoc
+++ b/doc/src/howto/creator-ui.qdoc
@@ -645,13 +645,13 @@
\li Look In
\row
\li \uicontrol Tools > \uicontrol Options
- \li \uicontrol {Qt Creator} > \uicontrol Preferences
+ \li \uicontrol {\QC} > \uicontrol Preferences
\row
\li \uicontrol Help > \uicontrol {About Plugins}
- \li \uicontrol {Qt Creator} > \uicontrol {About Plugins}
+ \li \uicontrol {\QC} > \uicontrol {About Plugins}
\row
\li Keyboard shortcuts
- \li \uicontrol {Qt Creator} > \uicontrol Preferences > \uicontrol Environment >
+ \li \uicontrol {\QC} > \uicontrol Preferences > \uicontrol Environment >
\uicontrol Keyboard
\endtable
diff --git a/doc/src/projects/creator-projects-qbs.qdoc b/doc/src/projects/creator-projects-qbs.qdoc
index 2b0ff26a8a..4d0f088b41 100644
--- a/doc/src/projects/creator-projects-qbs.qdoc
+++ b/doc/src/projects/creator-projects-qbs.qdoc
@@ -68,7 +68,7 @@
settings directory to ensure that different \QC instances do not overwrite
each other's profiles. If you only run one \QC instance, you can store the
profiles in the Qbs settings directory instead, by deselecting the
- \uicontrol {Store profiles in Qt Creator settings directory} check box.
+ \uicontrol {Store profiles in \QC settings directory} check box.
In the \uicontrol Kit field, select a build and run kit to view the
properties of the associated Qbs profile. To modify the properties of the
diff --git a/doc/src/qtquick/creator-tutorial-create-qq-project.qdocinc b/doc/src/qtquick/creator-tutorial-create-qq-project.qdocinc
index 7108460e70..1f6c306efd 100644
--- a/doc/src/qtquick/creator-tutorial-create-qq-project.qdocinc
+++ b/doc/src/qtquick/creator-tutorial-create-qq-project.qdocinc
@@ -55,7 +55,7 @@
\note Kits are listed if they have been specified in \uicontrol
Tools > \uicontrol Options > \uicontrol Kits (on Windows and Linux)
- or in \uicontrol {Qt Creator} > \uicontrol Preferences >
+ or in \uicontrol {\QC} > \uicontrol Preferences >
\uicontrol Kits (on \macos).
\li Select \uicontrol Next.
diff --git a/doc/src/qtquick/qtquick-creating.qdoc b/doc/src/qtquick/qtquick-creating.qdoc
index 51109a08c2..1dd045093f 100644
--- a/doc/src/qtquick/qtquick-creating.qdoc
+++ b/doc/src/qtquick/qtquick-creating.qdoc
@@ -173,7 +173,7 @@
\note Kits are listed if they have been specified in \uicontrol
Tools > \uicontrol Options > \uicontrol Kits (on Windows and Linux)
- or in \uicontrol {Qt Creator} > \uicontrol Preferences >
+ or in \uicontrol {\QC} > \uicontrol Preferences >
\uicontrol Kits (on \macos).
\li Select \uicontrol Next.
diff --git a/doc/src/widgets/qtdesigner-app-tutorial.qdoc b/doc/src/widgets/qtdesigner-app-tutorial.qdoc
index 2e940a3896..1b8c37f3bb 100644
--- a/doc/src/widgets/qtdesigner-app-tutorial.qdoc
+++ b/doc/src/widgets/qtdesigner-app-tutorial.qdoc
@@ -72,7 +72,7 @@
\note If only one kit is specified in \uicontrol Tools >
\uicontrol Options > \uicontrol Kits (on Windows and Linux) or in
- \uicontrol {Qt Creator} > \uicontrol Preferences > \uicontrol Kits
+ \uicontrol {\QC} > \uicontrol Preferences > \uicontrol Kits
(on \macos), this dialog is skipped.
The \uicontrol{Class Information} dialog opens.