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
4d88d702
Commit
4d88d702
authored
15 years ago
by
Kavindra Devi Palaraja
Browse files
Options
Downloads
Patches
Plain Diff
Doc - Some minor fixes plus supporting links to connect parts of our
documentation with this tutorial. Reviewed-By: TrustMe
parent
fe92b40f
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
+11
-3
11 additions, 3 deletions
doc/addressbook-sdk.qdoc
with
11 additions
and
3 deletions
doc/addressbook-sdk.qdoc
+
11
−
3
View file @
4d88d702
...
@@ -114,7 +114,7 @@
...
@@ -114,7 +114,7 @@
We begin by launching Qt Creator and use it to generate a new project. To
We begin by launching Qt Creator and use it to generate a new project. To
do this, select \gui{New File or Project...} from the \gui File menu. In
do this, select \gui{New File or Project...} from the \gui File menu. In
the \gui{New...} dialog, select \gui{Projects
|
Qt4 Gui Application} and
the \gui{New...} dialog, select \gui{Projects
->
Qt4 Gui Application} and
click \gui OK. Set your project name to \bold part1 with the QtCore and
click \gui OK. Set your project name to \bold part1 with the QtCore and
QtGui modules checked. Ensure that you select QWidget as your base class
QtGui modules checked. Ensure that you select QWidget as your base class
and name it \c AddressBook.
and name it \c AddressBook.
...
@@ -166,8 +166,8 @@
...
@@ -166,8 +166,8 @@
structured manner. QGridLayout divides the available space into a grid and
structured manner. QGridLayout divides the available space into a grid and
places widgets in the cells we specify with row and column numbers. The
places widgets in the cells we specify with row and column numbers. The
diagram below shows the layout cells and the position of our widgets. Place
diagram below shows the layout cells and the position of our widgets. Place
your widgets accordingly and save the form by choosing
your widgets accordingly and save the form by choosing
\gui{File -> Save}
\gui{File | Save}
or using the \key{Ctrl+S} shortcut.
or using the \key{Ctrl+S} shortcut.
\image addressbook-tutorial-part1-labeled-screenshot.png
\image addressbook-tutorial-part1-labeled-screenshot.png
...
@@ -181,6 +181,14 @@
...
@@ -181,6 +181,14 @@
\gui{Lay out Vertically}. The output will be the same. Now your widgets
\gui{Lay out Vertically}. The output will be the same. Now your widgets
will resize correctly.
will resize correctly.
\table
\row
\o \bold{Note:} Refer to the \l{Layout Classes} document for more
details on Qt's layout management classes. In addition, the
\l{Getting to Know Qt Designer} document explains how to use
layouts with \QD.
\endtable
\section1 The AddressBook Class
\section1 The AddressBook Class
...
...
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