Files
qt-creator/doc/src/qtcreator.qdoc
hjk 386ca7c8dd Adjust license headers
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2012-10-05 17:12:56 +02:00

310 lines
11 KiB
Plaintext

/**************************************************************************
**
** Copyright (c) 2012 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** 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. It is available for Linux, Mac OS X and Windows
operating systems. For more information, see \l{Supported Platforms}.
\table
\row
\o \inlineimage creator_gettingstarted.png
\o \inlineimage creator_managingprojects.png
\o \inlineimage creator_designinguserinterface.png
\row
\o \list
\o \bold {\l{Getting Started}}
\list
\o \l{IDE Overview}
\o \l{User Interface}
\o \l{Building and Running an Example}
\o \l{Tutorials}
\endlist
\endlist
\o \list
\o \bold {\l{Managing Projects}}
\list
\o \l{Creating Projects}
\o \l{Using Version Control Systems}
\o \l{Configuring Projects}
\o \l{Managing Sessions}
\endlist
\endlist
\o \list
\o \bold {\l{Designing User Interfaces}}
\list
\o \l{Developing Qt Quick Applications}
\o \l{Developing Widget Based Applications}
\o \l{Optimizing Applications for Mobile Devices}
\endlist
\endlist
\row
\o \inlineimage creator_coding.png
\o \inlineimage creator_buildingrunning.png
\o \inlineimage creator_testing.png
\row
\o \list
\o \bold {\l{Coding}}
\list
\o \l{Writing Code}
\o \l{Finding}
\o \l{Refactoring}
\o \l{Configuring the Editor}
\endlist
\endlist
\o \list
\o \bold {\l{Building and Running}}
\list
\o \l{Building for Multiple Platforms}
\o \l{Running on Multiple Platforms}
\o \l{Deploying to Mobile Devices}
\o \l{Connecting Mobile Devices}
\endlist
\endlist
\o \list
\o \bold {\l{Debugging and Analyzing}}
\list
\o \l{Debugging}
\o \l{Analyzing Code}
\endlist
\endlist
\row
\o \inlineimage creator_publishing.png
\o \inlineimage creator_advanceduse.png
\o \inlineimage creator_gettinghelp.png
\row
\o \list
\o \bold {\l{Publishing}}
\list
\o \l{Publishing Qt Content for MeeGo Harmattan Devices}
\o \l{Publishing Qt Content for Maemo Devices}
\o \l{Publishing Maemo Applications to Extras-devel}
\endlist
\endlist
\o \list
\o \bold {\l{Advanced Use}}
\list
\o \l{Supported Platforms}
\o \l{Using Other Build Systems}
\o \l{Using Command Line Options}
\o \l{Keyboard Shortcuts}
\o \l{Using External Tools}
\endlist
\endlist
\o \list
\o \bold {\l{Getting Help}}
\list
\o \l{Using the Help Mode}
\o \l{FAQ}
\o \l{Tips and Tricks}
\o \l{Known Issues}
\o \l{Glossary}
\endlist
\endlist
\row
\o {3,1} \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-project.org/mailman/listinfo/}
{lists.qt-project.org Mailing Lists}.
\endtable
\omit
\section1 Table Of Contents
\list
\o \l{Getting Started}
\list
\o \l{IDE Overview}
\o \l{User Interface}
\o \l{Building and Running an Example}
\o \l{Tutorials}
\list
\o \l{Creating a Qt Quick Application}
\o \l{Creating a Qt Widget Based Application}
\endlist
\endlist
\o \l{Managing Projects}
\list
\o \l{Creating Projects}
\list
\o \l{Opening Projects}
\o \l{Adding Libraries to Projects}
\o \l{Adding New Custom Wizards}
\endlist
\o \l{Using Version Control Systems}
\o \l{Configuring Projects}
\list
\o \l{Specifying Build Settings}
\list
\o \l{Adding Kits}
\o \l{Adding Qt Versions}
\o \l{Adding Compilers}
\endlist
\o \l{Specifying Run Settings}
\o \l{Specifying Editor Settings}
\o \l{Specifying Code Style Settings}
\o \l{Specifying Dependencies}
\o \l{Sharing Project Settings}
\endlist
\o \l{Managing Sessions}
\endlist
\o \l{Designing User Interfaces}
\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}
\list
\o \l{Adding Qt Designer Plugins}
\endlist
\o \l{Optimizing Applications for Mobile Devices}
\endlist
\o \l{Coding}
\list
\o \l{Writing Code}
\list
\o \l{Working in Edit Mode}
\o \l{Semantic Highlighting}
\o \l{Checking Code Syntax}
\o \l{Completing Code}
\o \l{Indenting Code}
\o \l{Using Qt Quick Toolbars}
\o \l{Pasting and Fetching Code Snippets}
\o \l{Using Text Editing Macros}
\endlist
\o \l{Finding}
\list
\o \l{Finding and Replacing}
\o \l{Searching with the Locator}
\endlist
\o \l{Refactoring}
\o \l{Configuring the Editor}
\list
\o \l{Specifying Text Editor Settings}
\o \l{Using FakeVim Mode}
\endlist
\o \l{Editing MIME Types}
\endlist
\o \l{Building and Running}
\list
\o \l{Building for Multiple Platforms}
\o \l{Running on Multiple Platforms}
\o \l{Deploying to Mobile Devices}
\list
\o \l{Deploying Applications to Android Devices}
\o \l{Deploying Applications to Linux-Based Devices}
\o \l{Deploying Applications to QNX Devices}
\endlist
\o \l{Connecting Mobile Devices}
\list
\o \l{Connecting Android Devices}
\o \l{Connecting Embedded Linux Devices}
\o \l{Connecting Maemo Devices}
\o \l{Connecting MeeGo Harmattan Devices}
\o \l{Connecting QNX Devices}
\endlist
\o \l{Customizing the Build Process}
\o \l{Using Maemo or MeeGo Harmattan Emulator}
\endlist
\o \l{Debugging and Analyzing}
\list
\o \l{Debugging}
\list
\o \l{Setting Up Debugger}
\o \l{Launching the Debugger}
\o \l{Interacting with the Debugger}
\o \l{Using Debugging Helpers}
\o \l{Debugging Qt Quick Projects}
\o \l{Debugging a C++ Example Application}
\o \l{Debugging a Qt Quick Example Application}
\o \l{Troubleshooting Debugger}
\endlist
\o \l{Analyzing Code}
\list
\o \l{Profiling QML Applications}
\o \l{Using Valgrind Code Analysis Tools}
\list
\o \l{Detecting Memory Leaks}
\o \l{Profiling Function Execution}
\o \l{Running Valgrind Tools Remotely}
\endlist
\endlist
\endlist
\o \l{Publishing}
\list
\o \l{Publishing Qt Content for Maemo Devices}
\o \l{Publishing Qt Content for MeeGo Harmattan Devices}
\o \l{Publishing Maemo Applications to Extras-devel}
\endlist
\o \l{Advanced Use}
\list
\o \l{Supported Platforms}
\o \l{Using Other Build Systems}
\list
\o \l{Setting Up a CMake Project}
\o \l{Setting Up an Autotools Project}
\o \l{Setting Up a Generic Project}
\endlist
\o \l{Using Command Line Options}
\o \l{Keyboard Shortcuts}
\o \l{Using External Tools}
\o \l{Showing Task List Files in Issues Pane}
\endlist
\o \l{Getting Help}
\list
\o \l{Using the Help Mode}
\o \l{FAQ}
\o \l{Tips and Tricks}
\o \l{Known Issues}
\o \l{Glossary}
\o \l{Technical Support}
\o \l{Acknowledgements}
\endlist
\endlist
\endomit
*/