Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/doc/src/getting-started/demos.qdoc

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    77** This file is part of the documentation of the Qt Toolkit.
    88**
    9 ** $QT_BEGIN_LICENSE:LGPL$
     9** $QT_BEGIN_LICENSE:FDL$
    1010** Commercial Usage
    1111** Licensees holding valid Qt Commercial licenses may use this file in
    1212** accordance with the Qt Commercial License Agreement provided with the
    13 ** Software or, alternatively, in accordance with the terms contained in
    14 ** a written agreement between you and Nokia.
     13** Software or, alternatively, in accordance with the terms contained in a
     14** written agreement between you and Nokia.
    1515**
    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.
    23 **
    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.
    27 **
    28 ** GNU General Public License Usage
    29 ** Alternatively, this file may be used under the terms of the GNU
    30 ** General Public License version 3.0 as published by the Free Software
    31 ** Foundation and appearing in the file LICENSE.GPL included in the
    32 ** packaging of this file.  Please review the following information to
    33 ** ensure the GNU General Public License version 3.0 requirements will be
    34 ** met: http://www.gnu.org/copyleft/gpl.html.
     16** GNU Free Documentation License
     17** Alternatively, this file may be used under the terms of the GNU Free
     18** Documentation License version 1.3 as published by the Free Software
     19** Foundation and appearing in the file included in the packaging of this
     20** file.
    3521**
    3622** If you have questions regarding the use of this file, please contact
     
    4733    \previouspage Qt Examples
    4834    \contentspage How to Learn Qt
    49     \nextpage What's New in Qt 4.6
     35    \nextpage What's New in Qt 4.7
    5036
    5137    This is the list of demonstrations in Qt's \c demos directory.
     
    5440    Qt.
    5541
    56     \table 50%
     42    \table
    5743    \header
    5844    \o {2,1} Getting an Overview
    5945    \row
    6046    \o \inlineimage qtdemo-small.png
    61     \o
    62     If you run the \l{Examples and Demos Launcher}, you'll see many of Qt's
     47    \o If you run the \l{Examples and Demos Launcher}, you'll see many of Qt's
    6348    widgets in action.
    6449
     
    128113
    129114    \list
    130     \o \l{demos/chip}{40000 Chips} uses the
    131        \l{The Graphics View Framework}{Graphics View} framework to efficiently
    132        display a large number of individual graphical items on a scrolling canvas,
    133        highlighting features such as rotation, zooming, level of detail control,
    134        and item selection.
    135     \o \l{demos/embeddeddialogs}{Embedded Dialogs} showcases Qt 4.4's \e{Widgets on
    136        the Canvas} feature by embedding a multitude of fully-working dialogs into a
    137        scene.
     115    \o \l{demos/chip}{40000 Chips} uses the \l{Graphics View Framework} to
     116       efficiently display a large number of individual graphical items on
     117       a scrolling canvas and highlighting features including rotation,
     118       zooming, level of detail control, and item selection.
     119    \o \l{demos/embeddeddialogs}{Embedded Dialogs} showcases Qt 4.4's
     120       \e{Widgets on the Canvas} feature by embedding several
     121       fully-functional dialogs in a scene.
    138122    \o \l{demos/boxes}{Boxes} showcases Qt's OpenGL support and the
    139        integration with the Graphics View framework.
     123       integration with the \l{Graphics View Framework}.
    140124    \endlist
    141125
     
    151135
    152136    \list
    153     \o \l{Web Browser} demonstrates how Qt's \l{QtWebKit Module}{WebKit module}
    154         can be used to implement a small Web browser.
     137    \o \l{Web Browser} demonstrates how Qt's \l{QtWebKit} module can be used to
     138       implement a small Web browser.
     139    \endlist
     140
     141    \section1 Multimedia
     142
     143    \list
     144    \o \l{demos/spectrum}{Spectrum Analyser} shows how the \l{QtMultimedia}
     145       module can be used to manipulate audio as it is played.
    155146    \endlist
    156147
     
    158149
    159150    \list
    160     \o \l{demos/qmediaplayer}{Media Player} demonstrates how the \l{Phonon Module} can be
    161     used to implement a basic media player application.
     151    \o \l{demos/qmediaplayer}{Media Player} demonstrates how the
     152    \l{Phonon Module}{Phonon module} can be used to implement a basic media player
     153    application.
    162154    \endlist
    163155
    164156    \note The Phonon demos are currently not available for the MinGW platform.
     157
     158    \section1 Multimedia
     159
     160    \list
     161    \o \l{demos/spectrum}{Spectrum Analyzer} demonstrates how the \l{QtMultimedia Module}
     162    can be used to capture and play back an audio stream, at the same time allowing the
     163    application to access the raw audio data.  This application analyzes the audio stream
     164    in order to display a frequency spectrum.
     165    \endlist
    165166
    166167    \section1 Animation
     
    187188    \o \l{demos/embedded/lightmaps}{Light Maps} demonstrates OpenStreetMap integration with WebKit.
    188189    \o \l{demos/embedded/raycasting}{Ray Casting} demonstrates the use of ray casting with the
    189        \l{The Graphics View Framework}{Graphics View} framework.
     190       \l{Graphics View Framework}.
    190191    \o \l{demos/embedded/styledemo}{Embedded Styles} demonstrates the use of styles.
    191192    \o \l{demos/embedded/weatherinfo}{Weather Info} fetches weather information from the Web.
Note: See TracChangeset for help on using the changeset viewer.