From d8a179128c0fa8e9cc482df58b9334c696602be6 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Tue, 25 Sep 2012 15:20:41 +0200 Subject: Qt Bluetooth: Modularized documentation -moved documentation to src/bluetooth/doc -added a qdocconf file for Qt Bluetooth -fixed relative paths for snippets -moved examples to examples/bluetooth Change-Id: Id41bac50dca628400568d191f1c3ccfbaac790a1 Reviewed-by: Alex --- .../nfc/poster/doc/images/qml-poster-example.png | Bin 0 -> 54257 bytes examples/nfc/poster/doc/src/poster.qdoc | 38 +++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 examples/nfc/poster/doc/images/qml-poster-example.png create mode 100644 examples/nfc/poster/doc/src/poster.qdoc (limited to 'examples/nfc/poster/doc') diff --git a/examples/nfc/poster/doc/images/qml-poster-example.png b/examples/nfc/poster/doc/images/qml-poster-example.png new file mode 100644 index 00000000..ab01a31f Binary files /dev/null and b/examples/nfc/poster/doc/images/qml-poster-example.png differ diff --git a/examples/nfc/poster/doc/src/poster.qdoc b/examples/nfc/poster/doc/src/poster.qdoc new file mode 100644 index 00000000..109938d2 --- /dev/null +++ b/examples/nfc/poster/doc/src/poster.qdoc @@ -0,0 +1,38 @@ +/**************************************************************************** +** +** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). +** Contact: http://www.qt-project.org/legal +** +** This file is part of the documentation of the Qt local connectivty modules. +** +** $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 Digia. For licensing terms and +** conditions see http://qt.digia.com/licensing. For further information +** use the contact form at http://qt.digia.com/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$ +** +****************************************************************************/ + +/*! +\example poster +\title QML Poster Example + +The QML Poster example displays the contents of specifically formated NDEF messages read from an +NFC Tag. The NDEF message should contain a URI record, an optional image/* MIME record and one +or more localized Text records. + +\image qml-poster-example.png + +*/ -- cgit v1.2.3