aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/ios/todolist/doc/src/qtquickcontrols2-todolist.qdoc
blob: 12e2d4fca5eddc56b716da4ee72c474f82fa3a13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Copyright (C) 2022 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example ios/todolist
    \keyword Qt Quick Controls - To Do List
    \title Qt Quick Controls - To Do List
    \keyword Qt Quick Controls 2 - To Do List
    \ingroup qtquickcontrols2-examples
    \brief To do list application for iOS.

    This example demonstrates how to create a simple to do list application for
    iOS using the \l {iOS Style}.

    \image qtquickcontrols2-todolist.png

    The example also shows how an in-memory SQL database can be created and
    used purely through QML, without needing C++, through the use of
    \l {Qt Quick Local Storage QML Types}{LocalStorage}.

    \include examples-run.qdocinc
*/