From c2f931bda2b0ae3f8779d9a120a31dbd4c053509 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Wed, 29 Jun 2011 10:23:31 +0200 Subject: Move the docs for the boxes example. Change-Id: I1a6dd6431a8e9a3243abde763a45f67573aa3aa4 Reviewed-on: http://codereview.qt.nokia.com/876 Reviewed-by: Qt Sanity Bot Reviewed-by: Kevin Wright --- doc/src/demos/boxes.qdoc | 49 --------------------------------------------- doc/src/examples/boxes.qdoc | 49 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 doc/src/demos/boxes.qdoc create mode 100644 doc/src/examples/boxes.qdoc (limited to 'doc') diff --git a/doc/src/demos/boxes.qdoc b/doc/src/demos/boxes.qdoc deleted file mode 100644 index 52ee63baed..0000000000 --- a/doc/src/demos/boxes.qdoc +++ /dev/null @@ -1,49 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). -** All rights reserved. -** Contact: Nokia Corporation (qt-info@nokia.com) -** -** This file is part of the documentation of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:FDL$ -** GNU Free Documentation License -** 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. -** -** Other Usage -** Alternatively, this file may be used in accordance with the terms -** and conditions contained in a signed written agreement between you -** and Nokia. -** -** -** -** -** $QT_END_LICENSE$ -** -****************************************************************************/ - -/*! - \example demos/boxes - \title Boxes - - This demo shows Qt's ability to combine advanced OpenGL rendering with the - the \l{Graphics View Framework}. - - \image boxes-demo.png - - Elements in the demo can be controlled using the mouse in the following - ways: - \list - \o Dragging the mouse while pressing the left mouse button rotates the - box in the center. - \o Dragging the mouse while pressing the right mouse button rotates the - satellite boxes. - \o Scrolling the mouse wheel zooms in and out of the scene. - \endlist - - The options pane can be used to fine-tune various parameters in the demo, - including colors and pixel shaders. -*/ diff --git a/doc/src/examples/boxes.qdoc b/doc/src/examples/boxes.qdoc new file mode 100644 index 0000000000..92db09d3d7 --- /dev/null +++ b/doc/src/examples/boxes.qdoc @@ -0,0 +1,49 @@ +/**************************************************************************** +** +** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). +** All rights reserved. +** Contact: Nokia Corporation (qt-info@nokia.com) +** +** This file is part of the documentation of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:FDL$ +** GNU Free Documentation License +** 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. +** +** Other Usage +** Alternatively, this file may be used in accordance with the terms +** and conditions contained in a signed written agreement between you +** and Nokia. +** +** +** +** +** $QT_END_LICENSE$ +** +****************************************************************************/ + +/*! + \example graphicsview/boxes + \title Boxes + + This demo shows Qt's ability to combine advanced OpenGL rendering with the + the \l{Graphics View Framework}. + + \image boxes-demo.png + + Elements in the demo can be controlled using the mouse in the following + ways: + \list + \o Dragging the mouse while pressing the left mouse button rotates the + box in the center. + \o Dragging the mouse while pressing the right mouse button rotates the + satellite boxes. + \o Scrolling the mouse wheel zooms in and out of the scene. + \endlist + + The options pane can be used to fine-tune various parameters in the demo, + including colors and pixel shaders. +*/ -- cgit v1.2.3