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
0001216f
Commit
0001216f
authored
15 years ago
by
Kavindra Devi Palaraja
Browse files
Options
Downloads
Patches
Plain Diff
Doc - More of the tutorial
RevBy: TrustMe
parent
eaa9e8a1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/addressbook-sdk.qdoc
+7
-14
7 additions, 14 deletions
doc/addressbook-sdk.qdoc
doc/examples/addressbook-sdk/part5/addressbook.ui
+7
-0
7 additions, 0 deletions
doc/examples/addressbook-sdk/part5/addressbook.ui
with
14 additions
and
14 deletions
doc/addressbook-sdk.qdoc
+
7
−
14
View file @
0001216f
...
...
@@ -92,11 +92,6 @@
example, which presents a small GUI application, with menus, toolbars, a
status bar, and so on.
\table
\o \bold{Disclaimer}: Development of this tutorial is on-going.
Currently, we have three parts complete. The remaining four parts
will be available in the coming release.
\endtable
*/
...
...
@@ -547,17 +542,10 @@
Again, we display the contents of the current object in \c contacts.
\table
\o \bold{Note}: This tutorial is work in progress and currently ends here.
You can read the remaining four chapters of the Address Book Tutorial from
\l{http://doc.trolltech.com/latest/tutorials-addressbook.html}{the Qt library documentation}
instead. Note that this version is IDE agnostic and does not
consider Qt Creator. It might contain subtle differences.
\endtable
*/
/*!
\omit
\page tutorials-addressbook-sdk-part4.html
\previouspage Address Book 3 - Navigating between Entries
\contentspage {Address Book Tutorial}{Contents}
...
...
@@ -755,7 +743,10 @@
in a horizontal layout. Then set a top level layout - either horizontal or
vertical.
*/
/*!
\page tutorials-addressbook-sdk-part6.html
\previouspage Address Book 5 - Adding a Find Function
\contentspage {Address Book Tutorial}{Contents}
...
...
@@ -763,12 +754,14 @@
\example examples/addressbook-sdk/part6
\title Address Book 6 - Loading and Saving
*/
/*!
\page tutorials-addressbook-sdk-part7.html
\previouspage Address Book 6 - Loading and Saving
\contentspage {Address Book Tutorial}{Contents}
\example examples/addressbook-sdk/part7
\title Address Book 7 - Additional Features
\endomit
*/
This diff is collapsed.
Click to expand it.
doc/examples/addressbook-sdk/part5/addressbook.ui
+
7
−
0
View file @
0001216f
...
...
@@ -76,6 +76,13 @@
</property>
</widget>
</item>
<item>
<widget
class=
"QPushButton"
name=
"findButton"
>
<property
name=
"text"
>
<string>
Find
</string>
</property>
</widget>
</item>
<item>
<spacer
name=
"verticalSpacer"
>
<property
name=
"orientation"
>
...
...
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