2011-11-24 10:10:19 +01:00
|
|
|
/****************************************************************************
|
|
|
|
|
**
|
2014-01-07 13:27:11 +01:00
|
|
|
** Copyright (c) 2014 Digia Plc and/or its subsidiary(-ies).
|
2012-10-02 09:12:39 +02:00
|
|
|
** Contact: http://www.qt-project.org/legal
|
2011-11-24 10:10:19 +01:00
|
|
|
**
|
2012-10-02 09:12:39 +02:00
|
|
|
** This file is part of Qt Creator
|
2011-11-24 10:10:19 +01:00
|
|
|
**
|
|
|
|
|
**
|
|
|
|
|
** 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.
|
|
|
|
|
// **********************************************************************
|
|
|
|
|
|
|
|
|
|
/*!
|
2014-03-17 12:18:12 +01:00
|
|
|
\contentspage {Qt Creator Manual}
|
2011-11-24 10:10:19 +01:00
|
|
|
\previouspage creator-build-example-application.html
|
|
|
|
|
\page creator-tutorials.html
|
|
|
|
|
\nextpage creator-qml-application.html
|
|
|
|
|
|
|
|
|
|
\title Tutorials
|
|
|
|
|
|
2011-12-13 11:52:47 +01:00
|
|
|
\image creator-gs-04.png
|
|
|
|
|
|
2011-11-24 10:10:19 +01:00
|
|
|
You can use \QC to create applications for several platforms by using
|
|
|
|
|
several technologies. The tutorials in this manual explain how to create
|
|
|
|
|
some basic applications.
|
|
|
|
|
|
2011-12-13 11:52:47 +01:00
|
|
|
\list
|
|
|
|
|
|
2013-03-06 15:48:13 +01:00
|
|
|
\li \l{Creating a Qt Quick Application}
|
2011-12-13 11:52:47 +01:00
|
|
|
|
2013-03-06 15:48:13 +01:00
|
|
|
Learn how to use \QMLD to create a Qt Quick application.
|
2011-11-24 10:10:19 +01:00
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \l{Creating a Qt Widget Based Application}
|
2011-11-24 10:10:19 +01:00
|
|
|
|
2011-12-13 11:52:47 +01:00
|
|
|
Learn how to create a Qt widget based application for the desktop.
|
2011-11-24 10:10:19 +01:00
|
|
|
|
2014-03-27 17:32:48 +01:00
|
|
|
\li \l{Creating a Mobile Application}
|
2013-06-11 14:23:35 +02:00
|
|
|
|
|
|
|
|
Learn how to create a Qt Quick application using Qt Quick Controls
|
2014-03-27 17:32:48 +01:00
|
|
|
for Android and iOS devices.
|
2013-06-11 14:23:35 +02:00
|
|
|
|
2011-12-13 11:52:47 +01:00
|
|
|
\endlist
|
2011-11-24 10:10:19 +01:00
|
|
|
|
|
|
|
|
*/
|