Skip to content
Snippets Groups Projects
Commit c2563c04 authored by Thorbjørn Lindeijer's avatar Thorbjørn Lindeijer
Browse files

Some documentation updates and fixes


Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@nokia.com>
parent 5e56d9d2
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
\o libxft-dev \o libxft-dev
\o libxi-dev \o libxi-dev
\o libxrandr-dev \o libxrandr-dev
\o If you are using QtOpenGL, libglui-dev \o If you are using QtOpenGL, libgl-dev and libglu-dev
\endlist \endlist
\o Mac OS 10.4 or later with the following: \o Mac OS 10.4 or later with the following:
\list \list
...@@ -350,7 +350,7 @@ ...@@ -350,7 +350,7 @@
For information on how to prepare your documentation and create a For information on how to prepare your documentation and create a
.qch file, see .qch file, see
\l http://doc.qt.nokia.com/4.6/qthelp-framework.html \l{http://doc.qt.nokia.com/4.6/qthelp-framework.html}
{The Qt help framework}. {The Qt help framework}.
\o Add the .qch file to Qt Creator by selecting \gui Tools > \o Add the .qch file to Qt Creator by selecting \gui Tools >
\gui Options... > \gui Help > \gui Documentation > \gui Add. \gui Options... > \gui Help > \gui Documentation > \gui Add.
...@@ -439,7 +439,7 @@ ...@@ -439,7 +439,7 @@
text wrapping or \l{Moving to symbol definition or declaration} text wrapping or \l{Moving to symbol definition or declaration}
{moving to symbol definition or declaration} {moving to symbol definition or declaration}
in \gui Display. in \gui Display.
\o Enable \l{Code completion}{code completion} in \gui Completion. \o Configure \l{Code completion}{code completion} in \gui Completion.
\endlist \endlist
...@@ -551,10 +551,10 @@ ...@@ -551,10 +551,10 @@
Set code completion preferences in \gui Tools > \gui Options > Set code completion preferences in \gui Tools > \gui Options >
\gui{Text Editor} > \gui Completion. \gui{Text Editor} > \gui Completion.
Qt Creator can complete common prefixes before showing a list of When completion is invoked manually, Qt Creator completes the common prefix
suggestions. This is especially useful for the classes with several of the list of suggestions. This is especially useful for classes with
similarly named members. To use this functionality, in the code several similarly named members. To disable this functionality, uncheck
completion preferences enable \gui{Autocomplete common prefix}. \gui{Autocomplete common prefix} in the code completion preferences.
The following table lists available types for code completion and icon The following table lists available types for code completion and icon
used for each. used for each.
...@@ -620,7 +620,7 @@ ...@@ -620,7 +620,7 @@
a symbol by holding the \key Ctrl and clicking the symbol. a symbol by holding the \key Ctrl and clicking the symbol.
To enable this function, in \gui Tools > \gui Options > To enable this function, in \gui Tools > \gui Options >
\gui{Text Editor} > \gui Display select \gui{Enable mouse navigation}. \gui{Text Editor} > \gui Behavior select \gui{Enable mouse navigation}.
\section1 Using an External Editor \section1 Using an External Editor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment