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
9be86223
Commit
9be86223
authored
16 years ago
by
Kavindra Palaraja
Browse files
Options
Downloads
Patches
Plain Diff
Fixes: Doc - updating the documentation to reflect the new changes.
parent
4679f38a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/qtcreator.qdoc
+39
-38
39 additions, 38 deletions
doc/qtcreator.qdoc
with
39 additions
and
38 deletions
doc/qtcreator.qdoc
+
39
−
38
View file @
9be86223
...
...
@@ -23,6 +23,8 @@
\o \inlineimage qtcreator.png
\o Qt Creator includes a wide range of useful features. Among them are:
\list 1
\o \bold{Smart Code Editor}: The code editor provides syntax
highlighting as well as code completion.
\o \bold{Qt4 Project Generating Wizard}: This wizard allows the user
to generate a project for a console application, a GUI application,
or a C++ library.
...
...
@@ -48,7 +50,7 @@
\o \l{Creating a Project in Qt Creator}
\o \l{Build Settings}
\o \l{Writing a Simple Program with Qt Creator}
\o \l{
Quick
Navigati
o
n}
\o \l{Navigatin
g Quickly Around Your Code
}
\o \l{Debugging with Qt Creator}
\o \l{Tips and Tricks}
\o \l{Glossary}
...
...
@@ -64,86 +66,85 @@
\title A Quick Tour Around Qt Creator
The labeled screenshot below shows some of the components of Qt Creator,
in
\gui Edit mode.
The labeled screenshot below shows some of the components of Qt Creator,
in
\gui Edit mode.
\image qtcreator-breakdown.png
\section1 The Mode Selectors
When working in Qt Creator, you can be in one of
five
modes: \bold
Project
,
\bold Edit, \bold Debug, \bold Help, and \bold Output.
When working in Qt Creator, you can be in one of
six
modes: \bold
Welcome
,
\bold Edit, \bold Debug, \bold
Projects, \bold
Help, and \bold Output.
Mode selectors allow you to quickly switch between tasks: Editing,
browsing the Qt
manual, setting up the build environment, etc. You can
Mode selectors allow you to quickly switch between tasks: Editing,
browsing
the Qt Creator
manual, setting up the build environment, etc. You can
activate a mode by either clicking on its mode selector, or using the
\l{keyboard-shortcuts}{corresponding shortcut}. Certain actions also
trigger a mode change, e.g., \gui{Debug}/\gui{Start Debugging} will switch
to the \gui Debug mode.
\list
\o \gui{Welcome Mode} - Displays a welcome screen allowing you to quickly
load recent sessions or individual projects. This is the
first mod
e
displayed
if Qt Creator is run without command line switches.
load recent sessions or individual projects. This is the
mode you will se
e
if Qt Creator is run without command line switches.
\o \gui{Edit Mode} - You can edit both project and source files here. An
optional sidebar on the left provides different views to navigate between
files.
\o \gui{Edit Mode} - Lets you edit both project and source files. A sidebar
on the left provides different views to navigate between files.
\o \gui{Debug Mode} - Provides various ways to inspect the state of the
program while debugging. See \l{qtcreator-debugging}{Debugging With Qt
Creator} for a hands-on description of
the
mode.
Creator} for a hands-on description of
how to use this
mode.
\o \gui{
Build & Run
Mode} - Lets you configure how projects can be built
and
executed. Under the list of projects, there are tabs to configure the
build
and run
settings.
\o \gui{
Projects
Mode} - Lets you configure how projects can be built
and
executed. Under the list of projects, there are tabs to configure the
build
, run, and editor
settings.
\o \gui{Help Mode} - Shows any documentation registered by Qt Assistant,
such as the Qt library and Qt Creator documentation.
\o \gui{Output Mode} - Lets you examine various
logs
in detail, for example
the task list, the
compile
r
and application output.
Some of these logs ca
n
also
be viewed
in the output panes.
\o \gui{Output Mode} - Lets you examine various
data
in detail, for example
build issues as well as
compile and application output.
This informatio
n
is
also
available
in the output panes.
\endlist
\section1 The Output Panes
The task pane in Qt Creator can display one
out
of four different panes:
Task List,
Search Results, Application Output, and
Compile Output. These
panes are available in all modes.
The task pane in Qt Creator can display one of four different panes:
\gui{Build Issues}, \gui{
Search Results
}
,
\gui{
Application Output
}
, and
\gui{Compile}. These
panes are available in all modes.
\section2
Task List
\section2
Build Issues
The
Task List
provides a list of i
mportant tasks such as
error messages
that need to be fixed. It filters out irrelevant output from the
compiler
and collects them in
the form of tasks
.
The
{Build Issues} pane
provides a list of i
ssues, e.g.,
error messages
or
warnings
that need to be fixed. It filters out irrelevant output from the
compiler
and collects them in
an organized way
.
\image qtcreator-
task-list
.png
\image qtcreator-
build-issues
.png
\section2 Search Results
The Search Results pane displays the results for global searches such
as
searching within a current document, files on disk, or all projects.
In
the screenshot below, we searched for all occurrences of \c{textfinder}
within the "/TextFinder" folder.
The
\gui{
Search Results
}
pane displays the results for global searches such
as
searching within a current document, files on disk, or all projects.
In
the screenshot below, we searched for all occurrences of \c{textfinder}
within the
\c{
"/TextFinder"
}
folder.
\image qtcreator-search-pane.png
\section2 Application Output
Th
is
pane displays the status of the program when
it is executed, as
well as
debug output,
for example
, output from qDebug().
Th
e \gui{Application Output}
pane displays the status of the program when
it is executed and
debug output,
e.g.
, output from qDebug().
\image qtcreator-application-output.png
\section2 Compile
Output
\section2 Compile
The Compile Output provides all the output from the compiler. In other
words, it is a more verbose version of the Task List.
The \gui{Compile} pane provides all the output from the compiler. In other
words, it is a more verbose version of information displayed in the
\gui{Build Issues}
\image qtcreator-compile-pane.png
...
...
@@ -521,7 +522,7 @@
\page creator-navigation.html
\nextpage creator-debugging.html
\title
Quick
Navigati
o
n
\title Navigatin
g Quickly Around Your Code
With Qt Creator, navigating to different locations in your project or on
your disk, such as files, classes and methods, is trivial using the input
...
...
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