summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-18 10:45:41 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-22 11:40:46 +0000
commit43ce60c0136a3a4e5267a3c1516c9be5b27f489a (patch)
treef2144eab9a313eac69be64205dfd2ed47b75a42a
parent6f34b2f68e49f0dcff36253ba84b9cf002cf13d0 (diff)
downloadqt-creator-43ce60c0136a3a4e5267a3c1516c9be5b27f489a.tar.gz
Doc: Reformatting
No text change Change-Id: I4c422d6af1cc37a0dca0e7cb15ed141935ece2aa Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--doc/src/debugger/creator-debugger-example.qdoc14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/debugger/creator-debugger-example.qdoc b/doc/src/debugger/creator-debugger-example.qdoc
index e2b7e8624f..d69d8bdd55 100644
--- a/doc/src/debugger/creator-debugger-example.qdoc
+++ b/doc/src/debugger/creator-debugger-example.qdoc
@@ -31,8 +31,8 @@
\title Debugging a C++ Example Application
This section uses the \l{Creating a Qt Widget Based Application}{TextFinder}
- example to illustrate how to debug Qt C++ applications in the \uicontrol Debug
- mode.
+ example to illustrate how to debug Qt C++ applications in the
+ \uicontrol Debug mode.
TextFinder reads a text file into QString and then displays it with
QTextEdit. To look at the TextFinder class and see the stored data, place
@@ -45,10 +45,10 @@
\image qtcreator-setting-breakpoint1.png
- \li Select \uicontrol{Debug > Start Debugging > Start Debugging} or press
- \key{F5}.
+ \li Select \uicontrol Debug > \uicontrol {Start Debugging} >
+ \uicontrol {Start Debugging} or press \key F5.
- \li To view the breakpoint, click the \uicontrol{Breakpoints} tab.
+ \li To view the breakpoint, click the \uicontrol Breakpoints tab.
\image qtcreator-setting-breakpoint2.png
@@ -105,8 +105,8 @@
\inlineimage qtcreator-debug-button-step-over.png
(\uicontrol {Step Over}),
\inlineimage qtcreator-debug-button-step-into.png
- (\uicontrol {Step Into}), and
- \inlineimage qtcreator-debug-button-step-out.png
+ (\uicontrol {Step Into}),
+ and \inlineimage qtcreator-debug-button-step-out.png
(\uicontrol {Step Out}).
*/