forked from qt-creator/qt-creator
Change-Id: I6eb0a4bb415d2eb004aaabfc7572789e1eb74512 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
302 lines
11 KiB
Plaintext
302 lines
11 KiB
Plaintext
/**************************************************************************
|
|
**
|
|
** Copyright (C) 2015 The Qt Company Ltd.
|
|
** Contact: http://www.qt.io/licensing
|
|
**
|
|
** This file is part of Qt Creator
|
|
**
|
|
**
|
|
** GNU Free Documentation License
|
|
**
|
|
** Alternatively, this file may be used under the terms of the GNU Free
|
|
** Documentation License version 1.3 as published by the Free Software
|
|
** Foundation and appearing in the file included in the packaging of this
|
|
** file.
|
|
**
|
|
**
|
|
**************************************************************************/
|
|
|
|
// **********************************************************************
|
|
// NOTE: the sections are not ordered by their logical order to avoid
|
|
// reshuffling the file each time the index order changes (i.e., often).
|
|
// Run the fixnavi.pl script to adjust the links to the index order.
|
|
// **********************************************************************
|
|
|
|
|
|
/*!
|
|
\contentspage{index.html}{Qt Creator}
|
|
\page index.html
|
|
\nextpage creator-getting-started.html
|
|
|
|
\title Qt Creator Manual
|
|
|
|
\QC provides a cross-platform, complete integrated development environment
|
|
(IDE) for application developers to create applications for multiple desktop
|
|
and mobile device platforms, such as \l{Connecting Android Devices}{Android}
|
|
and \l{Connecting iOS Devices}{iOS}. It is available for Linux, OS X and
|
|
Windows
|
|
operating systems. For more information, see \l{Supported Platforms}.
|
|
|
|
This manual also describes features that are only available if you have the
|
|
appropriate \l{http://qt.io/licensing/}{Qt license}. For more information,
|
|
see \l{Qt Creator Commercial Features}.
|
|
|
|
\table
|
|
\row
|
|
\li \inlineimage creator_gettingstarted.png
|
|
\li \inlineimage creator_managingprojects.png
|
|
\li \inlineimage creator_designinguserinterface.png
|
|
\row
|
|
\li \b {\l{Getting Started}}
|
|
\list
|
|
\li \l{IDE Overview}
|
|
\li \l{User Interface}
|
|
\li \l{Configuring Qt Creator}
|
|
\li \l{Building and Running an Example}
|
|
\li \l{Tutorials}
|
|
\endlist
|
|
\li \b {\l{Managing Projects}}
|
|
\list
|
|
\li \l{Creating Projects}
|
|
\li \l{Using Version Control Systems}
|
|
\li \l{Configuring Projects}
|
|
\li \l{Managing Sessions}
|
|
\endlist
|
|
\li \b {\l{Designing User Interfaces}}
|
|
\list
|
|
\li \l{Developing Qt Quick Applications}
|
|
\li \l{Developing Widget Based Applications}
|
|
\li \l{Optimizing Applications for Mobile Devices}
|
|
\endlist
|
|
\row
|
|
\li \inlineimage creator_coding.png
|
|
\li \inlineimage creator_buildingrunning.png
|
|
\li \inlineimage creator_testing.png
|
|
\row
|
|
\li \b {\l{Coding}}
|
|
\list
|
|
\li \l{Writing Code}
|
|
\li \l{Finding}
|
|
\li \l{Refactoring}
|
|
\li \l{Configuring the Editor}
|
|
\endlist
|
|
\li \b {\l{Building and Running}}
|
|
\list
|
|
\li \l{Building for Multiple Platforms}
|
|
\li \l{Running on Multiple Platforms}
|
|
\li \l{Deploying to Mobile Devices}
|
|
\li \l{Connecting Mobile Devices}
|
|
\endlist
|
|
\li \b {\l{Debugging and Analyzing}}
|
|
\list
|
|
\li \l{Debugging}
|
|
\li \l{Analyzing Code}
|
|
\endlist
|
|
\row
|
|
\li \inlineimage creator_advanceduse.png
|
|
\li \inlineimage creator_gettinghelp.png
|
|
\li
|
|
\row
|
|
\li \b {\l{Advanced Use}}
|
|
\list
|
|
\li \l{Supported Platforms}
|
|
\li \l{Using Other Build Systems}
|
|
\li \l{Using Command Line Options}
|
|
\li \l{Keyboard Shortcuts}
|
|
\li \l{Using External Tools}
|
|
\endlist
|
|
\li \b {\l{Getting Help}}
|
|
\list
|
|
\li \l{Using the Help Mode}
|
|
\li \l{FAQ}
|
|
\li \l{Tips and Tricks}
|
|
\li \l{Known Issues}
|
|
\li \l{Glossary}
|
|
\endlist
|
|
\li
|
|
\row
|
|
\li {3,1} \note To report bugs and suggestions to the Qt Bug
|
|
Tracker, select \uicontrol {Help > Report Bug}.
|
|
|
|
You can also join the \QC mailing list at:
|
|
\l{http://lists.qt-project.org/mailman/listinfo/}
|
|
{lists.qt-project.org Mailing Lists}.
|
|
\endtable
|
|
|
|
\omit
|
|
\section1 Table Of Contents
|
|
|
|
\list
|
|
\li \l{Getting Started}
|
|
\list
|
|
\li \l{IDE Overview}
|
|
\li \l{User Interface}
|
|
\li \l{Configuring Qt Creator}
|
|
\li \l{Building and Running an Example}
|
|
\li \l{Tutorials}
|
|
\list
|
|
\li \l{Creating a Qt Quick Application}
|
|
\li \l{Creating a Qt Widget Based Application}
|
|
\li \l{Creating a Mobile Application}
|
|
\endlist
|
|
\endlist
|
|
\li \l{Managing Projects}
|
|
\list
|
|
\li \l{Creating Projects}
|
|
\list
|
|
\li \l{Opening Projects}
|
|
\li \l{Adding Libraries to Projects}
|
|
\li \l{Adding New Custom Wizards}
|
|
\list
|
|
\li \l{Adding JSON-Based Wizards}
|
|
\li \l{Adding XML-Based Wizards}
|
|
\endlist
|
|
\endlist
|
|
\li \l{Using Version Control Systems}
|
|
\li \l{Configuring Projects}
|
|
\list
|
|
\li \l{Adding Kits}
|
|
\li \l{Adding Qt Versions}
|
|
\li \l{Adding Compilers}
|
|
\li \l{Adding Debuggers}
|
|
\li \l{Specifying Build Settings}
|
|
\li \l{Specifying Run Settings}
|
|
\li \l{Specifying Editor Settings}
|
|
\li \l{Specifying Code Style Settings}
|
|
\li \l{Specifying Dependencies}
|
|
\li \l{Sharing Project Settings}
|
|
\endlist
|
|
\li \l{Managing Sessions}
|
|
\endlist
|
|
\li \l{Designing User Interfaces}
|
|
\list
|
|
\li \l{Developing Qt Quick Applications}
|
|
\list
|
|
\li \l {Creating Qt Quick Projects}
|
|
\li \l {Qt Quick UI Forms}
|
|
\li \l {Using Qt Quick Designer}
|
|
\li \l {Creating Components}
|
|
\li \l {Creating Buttons}
|
|
\li \l {Creating Scalable Buttons and Borders}
|
|
\li \l {Creating Screens}
|
|
\li \l {Using Qt Quick Designer Extensions}
|
|
\list
|
|
\li \l{Editing PathView Properties}
|
|
\li \l{Adding Connections}
|
|
\endlist
|
|
\li \l {Exporting Designs from Graphics Software}
|
|
\li \l {Using QML Modules with Plugins}
|
|
\endlist
|
|
\li \l{Developing Widget Based Applications}
|
|
\list
|
|
\li \l{Adding Qt Designer Plugins}
|
|
\endlist
|
|
\li \l{Optimizing Applications for Mobile Devices}
|
|
\endlist
|
|
\li \l{Coding}
|
|
\list
|
|
\li \l{Writing Code}
|
|
\list
|
|
\li \l{Working in Edit Mode}
|
|
\li \l{Semantic Highlighting}
|
|
\li \l{Checking Code Syntax}
|
|
\li \l{Completing Code}
|
|
\li \l{Indenting Text or Code}
|
|
\li \l{Using Qt Quick Toolbars}
|
|
\li \l{Pasting and Fetching Code Snippets}
|
|
\li \l{Using Text Editing Macros}
|
|
\li \l{Comparing Files}
|
|
\li \l{Parsing C++ Files}
|
|
\endlist
|
|
\li \l{Finding}
|
|
\list
|
|
\li \l{Finding and Replacing}
|
|
\li \l{Searching with the Locator}
|
|
\endlist
|
|
\li \l{Refactoring}
|
|
\li \l{Beautifying Source Code}
|
|
\li \l{Configuring the Editor}
|
|
\list
|
|
\li \l{Specifying Text Editor Settings}
|
|
\li \l{Using FakeVim Mode}
|
|
\endlist
|
|
\li \l{Editing MIME Types}
|
|
\endlist
|
|
\li \l{Building and Running}
|
|
\list
|
|
\li \l{Building for Multiple Platforms}
|
|
\li \l{Running on Multiple Platforms}
|
|
\li \l{Deploying to Mobile Devices}
|
|
\list
|
|
\li \l{Deploying Applications to Android Devices}
|
|
\li \l{Deploying Applications to BlackBerry 10 Devices}
|
|
\li \l{Deploying Applications to Embedded Linux Devices}
|
|
\li \l{Deploying Applications to QNX Neutrino Devices}
|
|
\endlist
|
|
\li \l{Connecting Mobile Devices}
|
|
\list
|
|
\li \l{Connecting Android Devices}
|
|
\li \l{Connecting Bare Metal Devices}
|
|
\li \l{Connecting BlackBerry 10 Devices}
|
|
\li \l{Connecting Embedded Linux Devices}
|
|
\li \l{Connecting iOS Devices}
|
|
\li \l{Connecting QNX Devices}
|
|
\li \l{Connecting Windows Runtime Devices}
|
|
\endlist
|
|
\li \l{Customizing the Build Process}
|
|
\endlist
|
|
\li \l{Debugging and Analyzing}
|
|
\list
|
|
\li \l{Debugging}
|
|
\list
|
|
\li \l{Setting Up Debugger}
|
|
\li \l{Launching the Debugger}
|
|
\li \l{Interacting with the Debugger}
|
|
\li \l{Using Debugging Helpers}
|
|
\li \l{Debugging Qt Quick Projects}
|
|
\li \l{Debugging a C++ Example Application}
|
|
\li \l{Debugging a Qt Quick Example Application}
|
|
\li \l{Troubleshooting Debugger}
|
|
\endlist
|
|
\li \l{Analyzing Code}
|
|
\list
|
|
\li \l{Profiling QML Applications}
|
|
\li \l{Using Valgrind Code Analysis Tools}
|
|
\list
|
|
\li \l{Detecting Memory Leaks}
|
|
\li \l{Profiling Function Execution}
|
|
\li \l{Running Valgrind Tools on External Applications}
|
|
\endlist
|
|
\li \l{Using Clang Static Analyzer}
|
|
\endlist
|
|
|
|
\endlist
|
|
\li \l{Advanced Use}
|
|
\list
|
|
\li \l{Supported Platforms}
|
|
\li \l{Using Other Build Systems}
|
|
\list
|
|
\li \l{Setting Up a CMake Project}
|
|
\li \l{Setting Up a Qbs Project}
|
|
\li \l{Setting Up an Autotools Project}
|
|
\li \l{Setting Up a Generic Project}
|
|
\endlist
|
|
\li \l{Using Command Line Options}
|
|
\li \l{Keyboard Shortcuts}
|
|
\li \l{Using External Tools}
|
|
\li \l{Showing Task List Files in Issues Pane}
|
|
\endlist
|
|
\li \l{Getting Help}
|
|
\list
|
|
\li \l{Using the Help Mode}
|
|
\li \l{FAQ}
|
|
\li \l{Tips and Tricks}
|
|
\li \l{Known Issues}
|
|
\li \l{Glossary}
|
|
\li \l{Technical Support}
|
|
\li \l{Acknowledgements}
|
|
\endlist
|
|
\endlist
|
|
\endomit
|
|
*/
|