Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
557572bb
Commit
557572bb
authored
Aug 18, 2010
by
Leena Miettinen
Browse files
Doc - Fix issues in the tutorial.
Task-number: QTCREATORBUG-1934 Reviewed-by: Friedemann Kleint
parent
88f79706
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/qtcreator.qdoc
View file @
557572bb
...
...
@@ -2714,7 +2714,7 @@
\
list
1
\
o
Select
\
gui
{
File
>
New
File
or
Project
>
Qt
Application
Project
>
Mobile
Qt
\
o
Select
\
gui
{
File
>
New
File
or
Project
>
Qt
C
++
Project
>
Mobile
Qt
Application
>
Choose
}.
\
image
qtcreator
-
new
-
mobile
-
project
.
png
"New File or Project dialog"
...
...
@@ -3169,11 +3169,14 @@
\
o
In
the
\
gui
{
Create
in
}
field
,
enter
the
path
for
the
project
files
.
For
example
,
\
c
{
C
:\
Qt
\
examples
},
and
then
click
\
gui
{
Next
}.
The
\
gui
{
Select
Required
Qt
Versions
}
dialog
opens
.
The
target
setting
dialog
opens
.
\
image
qtcreator
-
new
-
project
-
qt
-
versions
.
png
"Target setting dialog"
\
image
qtcreator
-
new
-
project
-
qt
-
versions
.
png
"Select Required Qt Versions dialog"
\
o
Select
the
Qt
versions
to
use
as
build
targets
for
your
project
,
and
click
\
gui
{
Next
}.
\
o
Click
\
gui
{
Next
}
to
use
the
Qt
version
set
in
the
path
in
your
project
.
\
note
If
you
have
only
one
Qt
version
installed
,
this
dialog
is
skipped
.
The
\
gui
{
Class
Information
}
dialog
opens
.
...
...
@@ -3263,7 +3266,7 @@
\
o
Drag
and
drop
a
\
gui
{
Text
Edit
}
widget
(\
l
{
http
://
doc
.
qt
.
nokia
.
com
/
4.7
-
snapshot
/
qtextedit
.
html
}{
QTextEdit
})
to
the
form
.
\
o
Select
the
screen
area
and
click
\
gui
{
Lay
out
Vertically
}
(
or
press
\
gui
{
Ctr
+
V
})
\
o
Select
the
screen
area
and
click
\
gui
{
Lay
out
Vertically
}
(
or
press
\
gui
{
Ctr
l
+
L
})
to
apply
a
vertical
layout
(\
l
{
http
://
doc
.
qt
.
nokia
.
com
/
4.7
-
snapshot
/
qvboxlayout
.
html
}{
QVBoxLayout
}).
\
image
qtcreator
-
textfinder
-
ui
.
png
"Text Finder UI"
...
...
@@ -3304,11 +3307,11 @@
\
list
1
\
o
In
the
\
gui
{
Projects
}
view
,
double
-
click
the
\
c
{
textfinder
.
h
}
file
\
o
In
the
\
gui
{
Projects
}
pane
in
the
\
gui
{
Edit
view
}
,
double
-
click
the
\
c
{
textfinder
.
h
}
file
to
open
it
for
editing
.
\
o
Add
a
private
function
to
the
\
c
{
private
}
section
,
after
the
\
c
{
Ui
::
TextFinder
}
function
,
as
to
the
\
c
{
private
}
section
,
after
the
\
c
{
Ui
::
TextFinder
}
pointer
,
as
illustrated
by
the
following
code
snippet
:
\
snippet
examples
/
textfinder
/
textfinder
.
h
0
...
...
@@ -3322,7 +3325,7 @@
\
list
1
\
o
In
the
\
gui
{
Projects
}
view
,
double
-
click
the
textfinder
.
cpp
file
\
o
In
the
\
gui
{
Projects
}
pane
in
the
\
gui
Edit
view
,
double
-
click
the
textfinder
.
cpp
file
to
open
it
for
editing
.
\
o
Add
code
to
load
a
text
file
using
...
...
@@ -3400,7 +3403,7 @@
\
section1
Compiling
and
Running
Your
Program
Now
that
you
have
all
the
necessary
files
,
click
the
\
inlineimage
qtcreator
-
run
.
png
button
to
compile
your
program
.
button
to
compile
and
run
your
program
.
*/
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment