Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tobias Hunger
qt-creator
Commits
4caeb6db
Commit
4caeb6db
authored
Sep 30, 2010
by
Leena Miettinen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc - Using namespaces in class names
Task-number: QTCREATORBUG-2493 Reviewed-by: Erik Verbruggen
parent
be25ddb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
16 deletions
+43
-16
doc/images/qtcreator-cpp-class-wizard.png
doc/images/qtcreator-cpp-class-wizard.png
+0
-0
doc/qtcreator.qdoc
doc/qtcreator.qdoc
+43
-16
No files found.
doc/images/qtcreator-cpp-class-wizard.png
0 → 100644
View file @
4caeb6db
32.7 KB
doc/qtcreator.qdoc
View file @
4caeb6db
...
...
@@ -1818,21 +1818,7 @@
You
use
wizards
to
create
and
import
several
types
of
projects
and
files
,
such
as
Qt
GUI
or
console
applications
and
Qt
Quick
applications
.
You
can
also
use
wizards
to
add
individual
files
to
your
projects
.
For
example
,
you
can
create
the
following
types
of
files
:
\
list
\
o
Qt
resource
files
,
which
allow
you
to
store
binary
files
in
the
application
executable
\
o
\
QD
forms
and
Qt
QML
files
,
which
specify
parts
of
application
user
interfaces
\
o
C
++
class
,
source
,
or
header
files
\
endlist
You
can
use
wizards
also
to
add
individual
files
to
your
projects
.
The
wizards
prompt
you
to
enter
the
settings
needed
for
that
particular
type
of
project
and
create
the
necessary
files
for
you
.
...
...
@@ -1863,6 +1849,14 @@
path
.
\
image
qtcreator
-
intro
-
and
-
location
.
png
\
o
Select
the
Qt
versions
to
use
as
build
targets
for
your
project
,
and
click
\
gui
{
Next
}.
\
image
qtcreator
-
new
-
project
-
qt
-
versions
.
png
"Target setting dialog"
\
note
If
you
have
only
one
Qt
version
installed
,
this
dialog
is
skipped
.
\
o
Specify
the
name
of
the
class
you
want
to
create
and
using
the
drop
-
down
menu
select
its
base
class
type
.
...
...
@@ -1878,10 +1872,43 @@
\
image
qtcreator
-
new
-
project
-
summary
.
png
\
endlist
\
section1
Adding
Files
to
Projects
You
can
create
the
following
types
of
files
:
\
list
\
o
Qt
resource
files
,
which
allow
you
to
store
binary
files
in
the
application
executable
\
o
\
QD
forms
and
Qt
QML
files
,
which
specify
parts
of
application
user
interfaces
\
o
C
++
class
,
source
,
or
header
files
\
o
Text
files
\
endlist
\
section2
Creating
C
++
Classes
The
\
gui
{
C
++
Class
Wizard
}
allows
you
to
create
a
C
++
header
and
source
file
for
a
new
class
that
you
can
add
to
a
C
++
project
.
Specify
the
class
name
,
base
class
,
and
header
and
source
files
for
the
class
.
The
wizard
supports
namespaces
.
To
use
a
namespace
,
enter
a
qualified
class
name
in
the
\
gui
{
Class
name
}
field
.
For
example
:
MyNamespace
::
MySubNamespace
::
MyClass
.
\
image
qtcreator
-
cpp
-
class
-
wizard
.
png
"Enter Class Name dialog"
The
names
of
the
header
and
source
file
are
based
on
the
class
name
.
To
change
the
default
suffix
of
a
file
,
click
\
gui
Configure
.
You
can
create
your
own
project
and
class
wizards
.
For
more
information
,
see
\
l
{
Adding
New
Custom
Wizards
}.
\
section
1
Displaying
Additional
File
Types
in
Projects
Pane
\
section
2
Displaying
Additional
File
Types
in
Projects
Pane
Qt
Creator
determines
whether
to
display
files
from
the
project
folder
in
the
\
gui
Projects
pane
depending
on
the
file
type
(.
pro
,
.
pri
,
.
cpp
,
...
...
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