From 2dcad8f5c899ecec459d9e2a2c30211ee9e6c20c Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Tue, 8 Apr 2014 13:24:42 +0200 Subject: Doc: correct link/compilation errors in Qt Declarative Task-number: QTBUG-34749 Change-Id: I507d54b0568d77c6099a0bd99f5c369b8667032a Reviewed-by: Venugopal Shivashankar Reviewed-by: Martin Smith --- .../doc/images/qml-imageprovider-example.png | Bin 0 -> 2259 bytes .../quick/imageprovider/doc/src/imageprovider.qdoc | 37 +++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 examples/quick/imageprovider/doc/images/qml-imageprovider-example.png create mode 100644 examples/quick/imageprovider/doc/src/imageprovider.qdoc (limited to 'examples/quick/imageprovider') diff --git a/examples/quick/imageprovider/doc/images/qml-imageprovider-example.png b/examples/quick/imageprovider/doc/images/qml-imageprovider-example.png new file mode 100644 index 0000000000..e82548ae81 Binary files /dev/null and b/examples/quick/imageprovider/doc/images/qml-imageprovider-example.png differ diff --git a/examples/quick/imageprovider/doc/src/imageprovider.qdoc b/examples/quick/imageprovider/doc/src/imageprovider.qdoc new file mode 100644 index 0000000000..d25eeae672 --- /dev/null +++ b/examples/quick/imageprovider/doc/src/imageprovider.qdoc @@ -0,0 +1,37 @@ +/**************************************************************************** +** +** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). +** Contact: http://www.qt-project.org/legal +** +** 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 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$ +** +****************************************************************************/ + +/*! + \title C++ Extensions: Image Provider Example + \example imageprovider + + This examples shows how to use QQuickImageProvider to serve images + to QML image elements. + + \image qml-imageprovider-example.png +*/ + -- cgit v1.2.3