Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flatpak-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
Marco Bubke
flatpak-qt-creator
Commits
205fd3cf
Commit
205fd3cf
authored
14 years ago
by
Robert Loehning
Browse files
Options
Downloads
Patches
Plain Diff
Doc - Avoid warnings in doc.
Reviewed-by: Leena Miettinen
parent
bf693931
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/qtcreator.qdoc
+23
-8
23 additions, 8 deletions
doc/qtcreator.qdoc
with
23 additions
and
8 deletions
doc/qtcreator.qdoc
+
23
−
8
View file @
205fd3cf
...
@@ -19,7 +19,10 @@
...
@@ -19,7 +19,10 @@
platforms.
platforms.
For application designers, Qt Creator provides an integrated
For application designers, Qt Creator provides an integrated
visual editor, \QD, \if defined(qtquick) and \QMLD \endif
visual editor, \QD,
\if defined(qtquick)
and \QMLD
\endif
that you can use to design and develop
that you can use to design and develop
application user interfaces.
application user interfaces.
...
@@ -339,10 +342,9 @@
...
@@ -339,10 +342,9 @@
\if defined(qtquick)
\if defined(qtquick)
\o \gui{\l{Developing Application UI}{Design}} mode for designing and developing
\o \gui{\l{Developing Application UI}{Design}} mode for designing and developing
application user interfaces.
application user interfaces.
\else
\else
\o \gui{\l{Using Qt Designer}{Design}} mode for designing and developing
\o \gui{\l{Using Qt Designer}{Design}} mode for designing and developing
application user interfaces.
application user interfaces.
\endif
\endif
\endif
\o \gui{\l{Debugging}{Debug}} mode for inspecting the state of your program while
\o \gui{\l{Debugging}{Debug}} mode for inspecting the state of your program while
debugging.
debugging.
...
@@ -774,7 +776,8 @@
...
@@ -774,7 +776,8 @@
Qt Creator understands the code as code, not just as plain text. This
Qt Creator understands the code as code, not just as plain text. This
allows it to help you to write well formatted code and to anticipate
allows it to help you to write well formatted code and to anticipate
what you are going to write and complete the code.
what you are going to write and complete the code.
\if defined(qtquick) The code completion differs somewhat depending on whether you write Qt code or QML code.
\if defined(qtquick)
The code completion differs somewhat depending on whether you write Qt code or QML code.
\endif
\endif
\if defined(qtquick)
\if defined(qtquick)
...
@@ -1453,7 +1456,9 @@
...
@@ -1453,7 +1456,9 @@
You use wizards to create and import several types of projects and files, such
You use wizards to create and import several types of projects and files, such
as Qt GUI or console applications.
as Qt GUI or console applications.
\if defined(qtquick) and Qt Quick applications \endif
\if defined(qtquick)
and Qt Quick applications
\endif
You can also use
You can also use
wizards to add individual files to your projects. For example, you can create
wizards to add individual files to your projects. For example, you can create
the following types of files:
the following types of files:
...
@@ -2464,7 +2469,8 @@
...
@@ -2464,7 +2469,8 @@
\title Getting Started
\title Getting Started
This section contains examples that illustrate how to use Qt Creator
This section contains examples that illustrate how to use Qt Creator
\if defined(qtquick) and the integrated design tools, \QD and \QMLD,
\if defined(qtquick)
and the integrated design tools, \QD and \QMLD,
\endif
\endif
to create, build, and run simple
to create, build, and run simple
applications:
applications:
...
@@ -2786,6 +2792,7 @@
...
@@ -2786,6 +2792,7 @@
/*!
/*!
\if defined(qtquick)
\contentspage index.html
\contentspage index.html
\previouspage creator-mobile-example.html
\previouspage creator-mobile-example.html
\page creator-qml-application.html
\page creator-qml-application.html
...
@@ -2974,6 +2981,7 @@
...
@@ -2974,6 +2981,7 @@
\note In the \gui {QML Viewer}, select \gui {Skin} and select a mobile device
\note In the \gui {QML Viewer}, select \gui {Skin} and select a mobile device
type to view the application as on a mobile device.
type to view the application as on a mobile device.
\endif
*/
*/
...
@@ -3813,7 +3821,10 @@
...
@@ -3813,7 +3821,10 @@
\title Debugging
\title Debugging
You can use the Qt Creator \gui Debug mode to inspect the state of your
You can use the Qt Creator \gui Debug mode to inspect the state of your
Qt \if defined(qtquick) and Qt Quick \endif
Qt
\if defined(qtquick)
and Qt Quick
\endif
projects while debugging.
projects while debugging.
Qt Creator does not include a debugger. It provides a debugger plugin that acts
Qt Creator does not include a debugger. It provides a debugger plugin that acts
...
@@ -3853,6 +3864,7 @@
...
@@ -3853,6 +3864,7 @@
*/
*/
/*!
/*!
\if defined(qtquick)
\contentspage index.html
\contentspage index.html
\previouspage creator-debugging-helpers.html
\previouspage creator-debugging-helpers.html
\page creator-debugging-qml.html
\page creator-debugging-qml.html
...
@@ -3904,11 +3916,13 @@
...
@@ -3904,11 +3916,13 @@
You must use the native debugger to set breakpoints to C++ code and to examine
You must use the native debugger to set breakpoints to C++ code and to examine
the state of the interrupted Qt application. When a C++ program is interrupted,
the state of the interrupted Qt application. When a C++ program is interrupted,
for example when a breakpoint is hit, you cannot use the QML inspector.
for example when a breakpoint is hit, you cannot use the QML inspector.
\endif
*/
*/
/*!
/*!
\if defined(qtquick)
\contentspage index.html
\contentspage index.html
\previouspage creator-debugging-qml.html
\previouspage creator-debugging-qml.html
\page creator-qml-inspector.html
\page creator-qml-inspector.html
...
@@ -4032,6 +4046,7 @@
...
@@ -4032,6 +4046,7 @@
by another application or another instance of \QQV that was not shut
by another application or another instance of \QQV that was not shut
down properly. You can specify any free port number in the registered port range
down properly. You can specify any free port number in the registered port range
(1024-49151).
(1024-49151).
\endif
*/
*/
...
...
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