Only reset the backend pointer after we're done with it
[qt-netbsd.git] / doc / src / demos.qdoc
blob32b21fffaf53f27ff10357cbde9de6b3852b4a31
1 /****************************************************************************
2 **
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
4 ** All rights reserved.
5 ** Contact: Nokia Corporation (qt-info@nokia.com)
6 **
7 ** This file is part of the documentation of the Qt Toolkit.
8 **
9 ** $QT_BEGIN_LICENSE:LGPL$
10 ** No Commercial Usage
11 ** This file contains pre-release code and may not be distributed.
12 ** You may use this file in accordance with the terms and conditions
13 ** contained in the Technology Preview License Agreement accompanying
14 ** this package.
16 ** GNU Lesser General Public License Usage
17 ** Alternatively, this file may be used under the terms of the GNU Lesser
18 ** General Public License version 2.1 as published by the Free Software
19 ** Foundation and appearing in the file LICENSE.LGPL included in the
20 ** packaging of this file.  Please review the following information to
21 ** ensure the GNU Lesser General Public License version 2.1 requirements
22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
24 ** In addition, as a special exception, Nokia gives you certain additional
25 ** rights.  These rights are described in the Nokia Qt LGPL Exception
26 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
28 ** If you have questions regarding the use of this file, please contact
29 ** Nokia at qt-info@nokia.com.
38 ** $QT_END_LICENSE$
40 ****************************************************************************/
42 /*!
43     \page demos.html
44     \title Qt Demonstrations
45     \brief Information about the demonstration programs provided with Qt.
46     \ingroup howto
48     This is the list of demonstrations in Qt's \c demos directory.
49     These are larger and more complicated programs than the
50     \l{Qt Examples} and are used to highlight certain features of
51     Qt. You can launch any of these programs from the
52     \l{Examples and Demos Launcher} application.
54     If you are new to Qt, and want to start developing applications,
55     you should probably start by going through the \l{Tutorials}.
57     \section1 Painting
59     \list
60     \o \l{demos/composition}{Composition Modes} demonstrates the range of
61        composition modes available with Qt.
62     \o \l{demos/deform}{Vector Deformation} demonstrates effects that are made
63        possible with a vector-oriented paint engine.
64     \o \l{demos/gradients}{Gradients} shows the different types of gradients
65        that are available in Qt.
66     \o \l{demos/pathstroke}{Path Stroking} shows Qt's built-in dash patterns
67        and shows how custom patterns can be used to extend the range of
68        available patterns.
69     \o \l{demos/affine}{Affine Transformations} demonstrates the different
70        affine transformations that can be used to influence painting operations.
71     \o \l{demos/arthurplugin}{Arthur Plugin} shows the widgets from the
72        other painting demos packaged as a custom widget plugin for \QD.
73     \endlist
75     \section1 Item Views
77     \list
78     \o \l{demos/interview}{Interview} shows the same model and selection being
79        shared between three different views.
80     \o \l{demos/spreadsheet}{Spreadsheet} demonstrates the use of a table view
81        as a spreadsheet, using custom delegates to render each item according to
82        the type of data it contains.
83     \endlist
85     \section1 SQL
87     \list
88     \o \l{demos/books}{Books} shows how Qt's SQL support and model/view integration
89        enables the user to modify the contents of a database without requiring
90        knowledge of SQL.
91     \o \l{demos/sqlbrowser}{SQL Browser} demonstrates a console for executing SQL
92        statements on a live database and provides a data browser for interactively
93        visualizing the results.
94     \endlist
96     \section1 Rich Text
98     \list
99     \o \l{demos/textedit}{Text Edit} shows Qt's rich text editing features and provides
100        an environment for experimenting with them.
101     \endlist
103     \section1 Main Window
105     \list
106     \o \l{demos/mainwindow}{Main Window} shows Qt's extensive support for main window
107        features, such as tool bars, dock windows, and menus.
108     \o \l{demos/macmainwindow}{Mac Main Window} shows how to create main window applications that has 
109       the same appearance as other Mac OS X applications.
110     \endlist
112     \section1 Graphics View
114     \list
115     \o \l{demos/chip}{40000 Chips} uses the
116        \l{The Graphics View Framework}{Graphics View} framework to efficiently
117        display a large number of individual graphical items on a scrolling canvas,
118        highlighting features such as rotation, zooming, level of detail control,
119        and item selection.
120     \o \l{demos/embeddeddialogs}{Embedded Dialogs} showcases Qt 4.4's \e{Widgets on
121        the Canvas} feature by embedding a multitude of fully-working dialogs into a
122        scene.
123     \o \l{demos/boxes}{Boxes} showcases Qt's OpenGL support and the
124        integration with the Graphics View framework.
125     \endlist
127     \section1 Tools
129     \list
130     \o \l{demos/undo}{Undo Framework} demonstrates how Qt's
131         \l{Overview of Qt's Undo Framework}{undo framework} is used to
132         provide advanced undo/redo functionality.
133     \endlist
135     \section1 QtWebKit
137     \list
138     \o \l{Web Browser} demonstrates how Qt's \l{QtWebKit Module}{WebKit module}
139         can be used to implement a small Web browser.
140     \endlist
142     \section1 Phonon
144     \list
145     \o \l{demos/mediaplayer}{Media Player} demonstrates how the \l{Phonon Module} can be
146     used to implement a basic media player application.
147     \endlist
149     \note The Phonon demos are currently not available for the MinGW platform.