Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
examples.qdoc
Go to the documentation of this file.
1// Copyright (C) 2013 Aaron McCarthy <mccarthy.aaron@gmail.com>
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5\page nfc-examples.html
6\title Qt NFC Examples
7\brief Examples for the Qt NFC module.
8
9This is a variety of examples that cover the entire range of the Qt NFC API. You will find them
10in their own documentation, but they are also accessible from here.
11
12\section2 C++ Examples
13\table 80%
14 \header
15 \li Example
16 \li Description
17 \row
18 \li \l{annotatedurl}{Annotated URL}
19 \li Displays URLs stored on NFC Forum Tags.
20 \row
21 \li \l{ndefeditor}{NDEF Editor}
22 \li Create new or modify existing NDEF messages on NFC Forum Tags.
23\endtable
24*/
25