forked from qt-creator/qt-creator
Rename Build Issues to Issues Change-Id: I6aa6116e8cdaf0f1d9f201335bfebedddca7c237 Reviewed-by: Christian Kamm <christian.d.kamm@nokia.com>
182 lines
7.1 KiB
Plaintext
182 lines
7.1 KiB
Plaintext
/****************************************************************************
|
|
**
|
|
** This file is part of Qt Creator
|
|
**
|
|
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
|
|
**
|
|
** Contact: Nokia Corporation (info@qt.nokia.com)
|
|
**
|
|
**
|
|
** 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.
|
|
**
|
|
** If you have questions regarding the use of this file, please contact
|
|
** Nokia at info@qt.nokia.com.
|
|
**
|
|
****************************************************************************/
|
|
|
|
// **********************************************************************
|
|
// 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-overview.html
|
|
|
|
\title Qt Creator Manual
|
|
|
|
\section1 Version \qtcversion
|
|
|
|
\QC provides a cross-platform, complete integrated development
|
|
environment (IDE) for application developers to create applications for
|
|
multiple desktop and mobile device platforms. It is available for Linux,
|
|
Mac OS X and Windows operating systems. For more information, see
|
|
\l{Supported Platforms}.
|
|
|
|
\note To report bugs and suggestions to the Qt Bug Tracker, select
|
|
\gui {Help > Report Bug}.
|
|
You can also join the \QC mailing list at:
|
|
\l{http://lists.qt.nokia.com}{http://lists.qt.nokia.com}.
|
|
|
|
\raw HTML
|
|
<img border="0" style="float:right;" src="images/qtcreator-screenshots.png" />
|
|
\endraw
|
|
|
|
\list
|
|
\o \l{IDE Overview}
|
|
\o \l{User Interface}
|
|
\o \l{Getting Started}
|
|
\list
|
|
\o \l{Building and Running an Example Application}
|
|
\o \l{Creating a Qt Quick Application}
|
|
\o \l{Creating a Qt Quick Application Using Qt Quick Components}
|
|
\o \l{Creating a Qt Widget Based Application}
|
|
\o \l{Creating a Qt Widget Based Mobile Application}
|
|
|
|
\endlist
|
|
\o \l{Managing Projects}
|
|
\list
|
|
\o \l{Creating Projects}
|
|
\o \l{Opening Projects}
|
|
\o \l{Adding Libraries to Projects}
|
|
\o \l{Configuring Projects}
|
|
\list
|
|
\o \l{Specifying Build Settings}
|
|
\list
|
|
\o \l{Adding Qt Versions}
|
|
\o \l{Adding Tool Chains}
|
|
\endlist
|
|
\o \l{Specifying Run Settings}
|
|
\o \l{Specifying Editor Settings}
|
|
\o \l{Specifying Code Style Settings}
|
|
\o \l{Specifying Dependencies}
|
|
\endlist
|
|
\o \l{Connecting MeeGo Harmattan Devices}
|
|
\o \l{Connecting Generic Linux Devices}
|
|
\o \l{Connecting Maemo Devices}
|
|
\o \l{Connecting Symbian Devices}
|
|
\o \l{Managing Sessions}
|
|
\endlist
|
|
\o \l{Coding}
|
|
\list
|
|
\o \l{Using the Editor}
|
|
\o \l{Semantic Highlighting}
|
|
\o \l{Checking Code Syntax}
|
|
\o \l{Completing Code}
|
|
\o \l{Indenting Code}
|
|
\o \l{Finding and Replacing}
|
|
\o \l{Refactoring}
|
|
\o \l{Using Qt Quick Toolbars}
|
|
\o \l{Searching With the Locator}
|
|
\o \l{Pasting and Fetching Code Snippets}
|
|
\o \l{Using Text Editing Macros}
|
|
\o \l{Configuring the Editor}
|
|
\o \l{Using FakeVim Mode}
|
|
\endlist
|
|
\o \l{Developing Application UI}
|
|
\list
|
|
\o \l{Developing Qt Quick Applications}
|
|
\list
|
|
\o \l {Creating Qt Quick Projects}
|
|
\o \l {Using Qt Quick Designer}
|
|
\o \l {Creating Components}
|
|
\o \l {Creating Buttons}
|
|
\o \l {Creating Scalable Buttons and Borders}
|
|
\o \l {Creating Screens}
|
|
\o \l {Animating Screens}
|
|
\o \l {Adding User Interaction Methods}
|
|
\o \l {Exporting Designs from Graphics Software}
|
|
\o \l {Implementing Application Logic}
|
|
\o \l {Using QML Modules with Plugins}
|
|
\endlist
|
|
\o \l{Developing Widget Based Applications}
|
|
\o \l{Optimizing Applications for Mobile Devices}
|
|
\endlist
|
|
\o \l{Building and Running Applications}
|
|
\list
|
|
\o \l{Building Applications for Multiple Targets}
|
|
\o \l{Running Applications on Multiple Targets}
|
|
\endlist
|
|
\o \l{Debugging}
|
|
\list
|
|
\o \l{Debugging the Example Application}
|
|
\o \l{Launching the Debugger}
|
|
\o \l{Interacting with the Debugger}
|
|
\o \l{Setting Up Debugger}
|
|
\o \l{Using Debugging Helpers}
|
|
\o \l{Debugging Qt Quick Projects}
|
|
\o \l{Troubleshooting Debugger}
|
|
\endlist
|
|
\o \l{Analyzing Code}
|
|
\list
|
|
\o \l{Profiling QML Applications}
|
|
\o \l{Detecting Memory Leaks}
|
|
\o \l{Profiling Function Execution}
|
|
\o \l{Running Valgrind Tools Remotely}
|
|
\endlist
|
|
\o \l{Deploying Applications to Mobile Devices}
|
|
\list
|
|
\o \l{Deploying Applications to Symbian Devices}
|
|
\o \l{Deploying Applications to Maemo or MeeGo Harmattan Devices}
|
|
\o \l{Publishing Maemo Applications to Extras-devel}
|
|
\o \l{Publishing Applications to Ovi Store}
|
|
\list
|
|
\o \l{Publishing Qt Content for Symbian Devices}
|
|
\o \l{Publishing Qt Content for Maemo Devices}
|
|
\o \l{Publishing Qt Content for MeeGo Harmattan Devices}
|
|
\endlist
|
|
\o \l{Building with Remote Compiler}
|
|
\endlist
|
|
\o \l{Getting Help}
|
|
\o \l{Advanced Use}
|
|
\list
|
|
\o \l{Supported Platforms}
|
|
\o \l{Adding New Custom Wizards}
|
|
\o \l{Setting Up a CMake Project}
|
|
\o \l{Setting Up a Generic Project}
|
|
\o \l{Using Version Control Systems}
|
|
\o \l{Adding Qt Designer Plugins}
|
|
\o \l{Using External Tools}
|
|
\o \l{Using Maemo or MeeGo Harmattan Emulator}
|
|
\o \l{Editing MIME Types}
|
|
\o \l{Showing Task List Files in Issues Pane}
|
|
\o \l{Using Command Line Options}
|
|
\o \l{Keyboard Shortcuts}
|
|
\endlist
|
|
\o \l{FAQ}
|
|
\o \l{Tips and Tricks}
|
|
\o \l{Known Issues}
|
|
\o \l{Technical Support}
|
|
\o \l{Glossary}
|
|
\o \l{Acknowledgements}
|
|
\endlist
|
|
*/
|