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
0b58dbad
Commit
0b58dbad
authored
15 years ago
by
Kavindra Devi Palaraja
Committed by
con
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixes: Doc - incorporating some of Danimo's feedback
RevBy: Daniel Molkentin
parent
a7e4e0b7
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/addressbook-sdk.qdoc
+2
-2
2 additions, 2 deletions
doc/addressbook-sdk.qdoc
with
2 additions
and
2 deletions
doc/addressbook-sdk.qdoc
+
2
−
2
View file @
0b58dbad
...
...
@@ -165,7 +165,7 @@
red border, top level layouts have no graphical representation. Layouts are
necessary for top level widgets, in this case QWidget, to ensure that when
the window is resized, the widgets on the form will resize accordingly. You
can try this out by pressing \key{Ctrl+R} now. To correct it, simply click
can try this out by pressing \key{Ctrl+
Alt+
R} now. To correct it, simply click
anywhere on the form and select \gui{Lay out Horizontally} or
\gui{Lay out Vertically}. The output will be the same. Now your widgets
will resize correctly.
...
...
@@ -311,7 +311,7 @@
\snippet examples/addressbook-sdk/part2/addressbook.h slot definition
Next, we have to provide private members for the \c AddressBook class so
that we can access these
member
s freely throughout the
application
.
that we can access these
widget
s freely throughout the
class
.
\snippet examples/addressbook-sdk/part2/addressbook.h members1
...
...
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