Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qt-creator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tobias Hunger
qt-creator
Commits
376e2983
Commit
376e2983
authored
16 years ago
by
Kavindra Palaraja
Browse files
Options
Downloads
Patches
Plain Diff
Fixes: Some documentation fixes
parent
f633d66c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/qtcreator.qdoc
+41
-37
41 additions, 37 deletions
doc/qtcreator.qdoc
with
41 additions
and
37 deletions
doc/qtcreator.qdoc
+
41
−
37
View file @
376e2983
...
@@ -950,24 +950,23 @@
...
@@ -950,24 +950,23 @@
You can start Qt Creator from a command prompt with an existing session or
You can start Qt Creator from a command prompt with an existing session or
\c{.pro} file by giving the name as argument on the command line.
\c{.pro} file by giving the name as argument on the command line.
\bold{Sidebar}
\bold{
Show and Hide the
Sidebar}
You can hide/unhide the sidebar in the edit and debug mode
You can show and hide the the sidebar in \gui Edit and \gui Debug mode by
by clicking on the corresponding icon on the left bottom.
clicking on the corresponding icon, or by pressing \key{Alt+0}.
Keyboard shortcut is \key{Alt+0}.
\bold{Display
s
ignals and
s
lots}
\bold{Display
S
ignals and
S
lots}
If you have an instance of a class derived from QObject and
If you have an instance of a class that is derived from QObject, and you
want to find all other objects connected to one of its
you would like to find all other objects connected to one of your object's
slots by Qt's signals-and-slots mechanism, enable
slots using Qt's signals and slots mechanism -- you can enable
\gui{Debug} and \gui{Use Custom Display for Qt Objects}.
\gui{Use Custom Display for Qt Objects} feature under the \gui Debug menu.
In the \gui{Locals and Watchers View}, expand the object's
entry and open the wanted slot in the "slots" subitem. The
objects connect to this slot are exposed as children of
this slot. The same works with signals.
\bold{Low level display}
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
exposed as children of the slot. This method works with signals too.
\bold{Display Low Level Data}
If the special debugging of Qt objects fails due to data
If the special debugging of Qt objects fails due to data
corruption within the debugged objects, you can switch the
corruption within the debugged objects, you can switch the
...
@@ -983,33 +982,38 @@
...
@@ -983,33 +982,38 @@
\title Glossary
\title Glossary
\bold{System Qt}
\table
\header
\target glossary-system-qt
\o Term
The version of Qt installed on your system.
\o Meaning
This is the one whose \c qmake command is found in the \c PATH.
\bold{Default Qt}
\target glossary-default-qt
The version of Qt configured in \gui{Tools
-> Options -> Qt 4 -> Default Qt Version}. This is the version
used by new projects. It defaults to the System Qt.
\bold{Project Qt}
\row
\o System Qt \target glossary-system-qt
\o The version of Qt installed on your system. This is the Qt
version for the \c qmake command found in your \c PATH.
\target glossary-project-qt
\row
The version of Qt configured in \gui{Build&Run
\o Default Qt \target glossary-default-qt
-> Build Settings -> Build Configurations}. This is the version
\o The version of Qt configured in \gui{Tools -> Options -> Qt 4
actually used by the project. It defaults to the Default Qt.
-> Default Qt Version}. This is the Qt version used by your
new projects. It defaults to System Qt.
\bold{Shadow Build}
\row
\o Project Qt \target glossary-project-qt
\o The version of Qt configured in \gui{Build&Run -> Build
Settings -> Build Configurations}. This is the Qt version that
is actually used by a particular project. It defaults to
Default Qt.
\target glossary-shadow-build
\row
Shadow building means building the project not in the source directory,
\o Shadow Build \target glossary-shadow-build
but in a seperate \bold{build directory}. This has the benefit of keeping
\o Shadow building means building a project in a separate
the source directory clean. It is also considered "best practice" if
directory, the \e{build directory}. The build directory is
you need many build configurations for a single set of sources.
different from the source directory. One of the benefits of
shadow building is that it keeps your source directory clean.
Shadow building is the best practice if you need many build
configurations for a single set of source.
\endtable
*/
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment