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
72db7df3
Commit
72db7df3
authored
15 years ago
by
hjk
Browse files
Options
Downloads
Patches
Plain Diff
fix some documentation glitches
parent
06570d8d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/qtcreator.qdoc
+6
-5
6 additions, 5 deletions
doc/qtcreator.qdoc
with
6 additions
and
5 deletions
doc/qtcreator.qdoc
+
6
−
5
View file @
72db7df3
...
@@ -1095,8 +1095,9 @@
...
@@ -1095,8 +1095,9 @@
watchers, registers, etc, Qt Creator comes with additional features to make
watchers, registers, etc, Qt Creator comes with additional features to make
debugging Qt-based applications easy. The debugger frontend knows about the
debugging Qt-based applications easy. The debugger frontend knows about the
internal layout of several Qt classes such as QString, the QTL containers,
internal layout of several Qt classes such as QString, the QTL containers,
and most importantly QObject (and classes derived from it). Therefore, it
and most importantly QObject (and classes derived from it), as well as
is able to present Qt's data clearly.
most containers of the C++ Standard Library, and is therefore able to
present their contents in a useful way.
\section1 Debugger Engine Installation Notes
\section1 Debugger Engine Installation Notes
...
@@ -1262,7 +1263,7 @@
...
@@ -1262,7 +1263,7 @@
parameters of the function in that frame as well as the local variables.
parameters of the function in that frame as well as the local variables.
Compound variables of struct or class type will be displayed as
Compound variables of struct or class type will be displayed as
"expandable" in the view. C
lick on the "+" to expand the entry and show
"expandable" in the view. Click on the "+" to expand the entry and show
all members. Together with the display of value and type, the user can
all members. Together with the display of value and type, the user can
examine and traverse the low-level layout of an object's data.
examine and traverse the low-level layout of an object's data.
...
@@ -1291,8 +1292,8 @@
...
@@ -1291,8 +1292,8 @@
The \gui{Locals and Watchers} view also provides access to the most
The \gui{Locals and Watchers} view also provides access to the most
powerful feature of the debugger: comprehensive display of data belonging
powerful feature of the debugger: comprehensive display of data belonging
to Qt's basic objects. To enable this feature, select \gui{Use
Custom
to Qt's basic objects. To enable this feature, select \gui{Use
Display for Qt Objects
} from the \gui Debug menu.The
debugging helper
} from the \gui Debug menu.The
\gui{Locals and Watchers} view will be re-organized to provide a high-level
\gui{Locals and Watchers} view will be re-organized to provide a high-level
view of the objects. For example, in case of QObject, instead of displaying
view of the objects. For example, in case of QObject, instead of displaying
a pointer to some private data structure, you will see a list of children,
a pointer to some private data structure, you will see a list of children,
...
...
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