Skip to content
Snippets Groups Projects
Commit 4d88d702 authored by Kavindra Devi Palaraja's avatar Kavindra Devi Palaraja
Browse files

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
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment