Files
qt-creator/doc/src/overview/creator-tutorials.qdoc

52 lines
1.6 KiB
Plaintext
Raw Normal View History

/****************************************************************************
**
** Copyright (c) 2013 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
\previouspage creator-build-example-application.html
\page creator-tutorials.html
\nextpage creator-qml-application.html
\title Tutorials
\image creator-gs-04.png
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.
\list
\li \l{Creating a Qt Quick Application}
Learn how to use \QMLD to create a Qt Quick application.
\li \l{Creating a Qt Widget Based Application}
Learn how to create a Qt widget based application for the desktop.
\endlist
*/