Doc: Reformatting

No text change

Change-Id: I4c422d6af1cc37a0dca0e7cb15ed141935ece2aa
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-06-18 10:45:41 +02:00
parent 6f34b2f68e
commit 43ce60c013

View File

@@ -31,8 +31,8 @@
\title Debugging a C++ Example Application \title Debugging a C++ Example Application
This section uses the \l{Creating a Qt Widget Based Application}{TextFinder} 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 example to illustrate how to debug Qt C++ applications in the
mode. \uicontrol Debug mode.
TextFinder reads a text file into QString and then displays it with 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 QTextEdit. To look at the TextFinder class and see the stored data, place
@@ -45,10 +45,10 @@
\image qtcreator-setting-breakpoint1.png \image qtcreator-setting-breakpoint1.png
\li Select \uicontrol{Debug > Start Debugging > Start Debugging} or press \li Select \uicontrol Debug > \uicontrol {Start Debugging} >
\key{F5}. \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 \image qtcreator-setting-breakpoint2.png
@@ -105,8 +105,8 @@
\inlineimage qtcreator-debug-button-step-over.png \inlineimage qtcreator-debug-button-step-over.png
(\uicontrol {Step Over}), (\uicontrol {Step Over}),
\inlineimage qtcreator-debug-button-step-into.png \inlineimage qtcreator-debug-button-step-into.png
(\uicontrol {Step Into}), and (\uicontrol {Step Into}),
\inlineimage qtcreator-debug-button-step-out.png and \inlineimage qtcreator-debug-button-step-out.png
(\uicontrol {Step Out}). (\uicontrol {Step Out}).
*/ */