From d9bad12fc8bba20a147b20b6923218aa00863ae5 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Fri, 6 Dec 2013 13:22:10 +0100 Subject: Doc: solved link problem for dombookmarks.qdoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-34749 Change-Id: I2f2fbf16314e069ab04e5c5ab4bcef9780c008a2 Reviewed-by: Venugopal Shivashankar Reviewed-by: Topi Reiniƶ --- examples/xml/doc/images/dombookmarks-example.png | Bin 0 -> 19405 bytes examples/xml/doc/src/dombookmarks.qdoc | 40 +++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 examples/xml/doc/images/dombookmarks-example.png create mode 100644 examples/xml/doc/src/dombookmarks.qdoc (limited to 'examples/xml') diff --git a/examples/xml/doc/images/dombookmarks-example.png b/examples/xml/doc/images/dombookmarks-example.png new file mode 100644 index 0000000000..abacacbbfc Binary files /dev/null and b/examples/xml/doc/images/dombookmarks-example.png differ diff --git a/examples/xml/doc/src/dombookmarks.qdoc b/examples/xml/doc/src/dombookmarks.qdoc new file mode 100644 index 0000000000..a30f66d94e --- /dev/null +++ b/examples/xml/doc/src/dombookmarks.qdoc @@ -0,0 +1,40 @@ +/**************************************************************************** +** +** Copyright (C) 2013 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$ +** +****************************************************************************/ + +/*! + \example dombookmarks + \title DOM Bookmarks Example + + The DOM Bookmarks example provides a reader for XML Bookmark Exchange Language (XBEL) + files that uses Qt's DOM-based XML API to read and parse the files. The SAX Bookmarks + example provides an alternative way to read this type of file. + + \image dombookmarks-example.png + + See the \l{http://pyxml.sourceforge.net/topics/xbel/}{XML Bookmark Exchange Language + Resource Page} for more information about XBEL files. +*/ -- cgit v1.2.3