diff --git a/doc/src/debugger/creator-debugger-example.qdoc b/doc/src/debugger/creator-debugger-example.qdoc index e2b7e8624f5186146362c9d3d4ed511994b0457c..d69d8bdd55c0e57b47292196ed8309114dbbaee6 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}). */