Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
8c035678
Commit
8c035678
authored
Jun 17, 2009
by
Daniel Molkentin
Browse files
Addressbook tutorial review fixes.
parent
c3bc3262
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/addressbook-sdk.qdoc
View file @
8c035678
...
...
@@ -207,9 +207,9 @@
\snippet examples/addressbook-sdk/part1/main.cpp main function
The code constructs a new \c AddressBook widget on the
heap using the
\c new keyword and
invokes its \l{QWidget::}{show()} function to display
it.
However, the widget will not be shown until the application's event
The code constructs a new \c AddressBook widget on the
stack and
invokes its \l{QWidget::}{show()} function to display
it.
However, the widget will not be shown until the application's event
loop is started. This is done by calling the application's
\l{QApplication::}{exec()} function. Finally, the result returned by
\l{QApplication::}{exec()} is used as the \c main() function's return
...
...
@@ -532,7 +532,7 @@
\c contacts and then:
\list
\o If the iterator is at t
e
h end of \c contacts, we clear the display
\o If the iterator is at th
e
end of \c contacts, we clear the display
and return.
\o If the iterator is at the beginning of \c contacts, we move it to
the end.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment