summaryrefslogtreecommitdiff
path: root/doc/src/examples-ios.qdoc
blob: 4d80d35572f28d04c70ed9af6573af4d0e91aea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:FDL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see http://www.qt.io/terms-conditions. For further
** information use the contact form at http://www.qt.io/contact-us.
**
** GNU Free Documentation License Usage
** 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. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
** $QT_END_LICENSE$
**
****************************************************************************/

/*!
    \page examples-ios.html
    \title Qt for iOS Examples
    \brief A list of selected Qt Examples for iOS.

    This page lists Qt Examples known to work for \l{Qt for iOS}{iOS}.
    This page is not an exclusive list, meaning most
    \l{Qt Examples and Tutorials}{Qt Examples} are compatible with iOS but
    are not listed here.

    \section1 Running the Examples

    To run the examples from \l{Qt Creator Manual}{Qt Creator}, open the \gui
    Welcome mode and select the example from \gui Examples. Entering the search
    term \gui iOS filters these examples from the other \l{Qt Examples and
    Tutorials}{Qt Examples}. For more information, visit
    \l{Qt Creator: Building and Running an Example}{Building and Running an Example}.

    \section1 Essentials

    These pages give instructions on how to get started as well as information
    related to Qt for iOS.

    \list
    \li \l{Qt for iOS#Getting Started}{Getting Started with Qt for iOS}
    \li \l{Qt Creator: Creating a Mobile Application}{Creating a Mobile Application}
    \li \l{Platform Notes - iOS#Publishing to Apple App Store}{Publishing to Apple App Store}
    \li \l{Qt Creator: Connecting iOS Devices}{Connecting iOS Devices}
    \li \l{Porting to iOS}
    \li \l{Qt for iOS - Building from Source}{Building Qt from Sources}
    \endlist

    \section1 Qt Quick Examples for iOS

    These are a list of Qt Quick and QML examples for iOS. For a full list
    of Qt Quick examples including beginner-level tutorials, visit
    \l{Qt Quick Examples and Tutorials}.

    \div {class="multi-column"}
    \div {class="doc-column"}
        \b{Images, Animation, and Layout}
        \list
        \li \l{Qt Quick Examples - Image Elements}{Image Elements}
        \li \l{Qt Quick Examples - Text}{Text}
        \li \l{Qt Quick Examples - Animation}{Animation}
        \li \l{Qt Quick Examples - Canvas}{Canvas}
        \li \l{Qt Quick Examples - Positioners}{Positioners}
        \li \l{Qt Quick Examples - Right to Left}{Right to Left}
        \li \l{Qt Quick Examples - Shader Effects}{Shader Effects}
        \endlist
    \enddiv
    \div {class="doc-column"}
        \b{Touch and Key Interaction}
        \list
        \li \l{Qt Quick Examples - Touch Interaction}{Touch Interaction}
        \li \l{Qt Quick Examples - MouseArea}{MouseArea}
        \endlist
    \enddiv
    \enddiv
*/