Skip to content
Snippets Groups Projects
Commit 3ceec370 authored by Rohan Shetty's avatar Rohan Shetty Committed by Oswald Buddenhagen
Browse files

New content added to Managing Projects and minor corrections made.

parent 03414457
No related branches found
No related tags found
No related merge requests found
...@@ -1007,6 +1007,10 @@ ...@@ -1007,6 +1007,10 @@
\l{Setting Up a Generic Project}. \l{Setting Up a Generic Project}.
\endlist \endlist
To change the location of the project directory, and to make changes in
the build and run settings, select \gui{Tools} > \gui{Options...} >
\gui{Projects} > \gui{General}.
\section1 External Libraries \section1 External Libraries
Through external libraries Qt Creator can support code completion and Through external libraries Qt Creator can support code completion and
...@@ -2161,8 +2165,8 @@ ...@@ -2161,8 +2165,8 @@
\image qtcreator-locator-customize.png \image qtcreator-locator-customize.png
\o In the \gui Options window click \gui Add. \o In the \gui{Options...} window click \gui Add.
\o In the \gui{Filter Configuration} dialog: \o In the \gui{Filters} dialog:
\list \list
\o Name your filter. \o Name your filter.
\o Select at least one directory. The locator searches directories \o Select at least one directory. The locator searches directories
...@@ -3945,7 +3949,7 @@ ...@@ -3945,7 +3949,7 @@
\section1 Using the Filter in Options Dialog \section1 Using the Filter in Options Dialog
To find specific settings you require in \gui{Tools} > \gui{Options} To find specific settings you require in \gui{Tools} > \gui{Options...}
use the filter located at the top left of the Options dialog box. use the filter located at the top left of the Options dialog box.
...@@ -3998,7 +4002,7 @@ ...@@ -3998,7 +4002,7 @@
If an instance of a class is derived from QObject, and you would like to If an instance of a class is derived from QObject, and you would like to
find all other objects connected to one of your object's slots using find all other objects connected to one of your object's slots using
Qt's signals and slots mechanism, select \gui Tools > \gui Options... Qt's signals and slots mechanism, select \gui Tools > \gui Options...
> \gui{Debugging Helper} > \gui{Use Debugging Helper}. > \gui{Debugger} > \gui{Debugging Helper} > \gui{Use Debugging Helper}.
In the \gui{Locals and Watchers} view, expand the object's entry and open In the \gui{Locals and Watchers} view, expand the object's entry and open
the slot in the \e slots subitem. The objects connected to this slot are the slot in the \e slots subitem. The objects connected to this slot are
......
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