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 --- .../scrollbar/doc/images/qml-scrollbar-example.png | Bin 0 -> 159568 bytes .../customitems/scrollbar/doc/src/scrollbar.qdoc | 37 +++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 examples/quick/customitems/scrollbar/doc/images/qml-scrollbar-example.png create mode 100644 examples/quick/customitems/scrollbar/doc/src/scrollbar.qdoc (limited to 'examples/quick/customitems/scrollbar/doc') diff --git a/examples/quick/customitems/scrollbar/doc/images/qml-scrollbar-example.png b/examples/quick/customitems/scrollbar/doc/images/qml-scrollbar-example.png new file mode 100644 index 0000000000..54adf33daa Binary files /dev/null and b/examples/quick/customitems/scrollbar/doc/images/qml-scrollbar-example.png differ diff --git a/examples/quick/customitems/scrollbar/doc/src/scrollbar.qdoc b/examples/quick/customitems/scrollbar/doc/src/scrollbar.qdoc new file mode 100644 index 0000000000..7847692e73 --- /dev/null +++ b/examples/quick/customitems/scrollbar/doc/src/scrollbar.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 UI Components: Scroll Bar Example + \example customitems/scrollbar + + This example shows how to create scroll bars for a \l Flickable element + using the \l {Flickable::visibleArea.xPosition}{Flickable::visibleArea} + properties. + + \image qml-scrollbar-example.png +*/ + -- cgit v1.2.3