summaryrefslogtreecommitdiffstats
path: root/src/nfc/doc/src/examples.qdoc
blob: a126763e5d965f8c75e90f6fa08d38b0096e01df (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
// Copyright (C) 2013 Aaron McCarthy <mccarthy.aaron@gmail.com>
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
\page nfc-examples.html
\title Qt NFC Examples
\brief Examples for the Qt NFC module.

This is a variety of examples that cover the entire range of the Qt NFC API. You will find them
in their own documentation, but they are also accessible from here.

\section2 C++ Examples
\table 80%
    \header
        \li Example
        \li Description
    \row
        \li \l{annotatedurl}{Annotated URL}
        \li Displays URLs stored on NFC Forum Tags.
    \row
        \li \l{ndefeditor}{NDEF Editor}
        \li Create new or modify existing NDEF messages on NFC Forum Tags.
\endtable
*/