Changeset 846 for trunk/doc/src/getting-started/demos.qdoc
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/doc/src/getting-started/demos.qdoc
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 7 7 ** This file is part of the documentation of the Qt Toolkit. 8 8 ** 9 ** $QT_BEGIN_LICENSE: LGPL$9 ** $QT_BEGIN_LICENSE:FDL$ 10 10 ** Commercial Usage 11 11 ** Licensees holding valid Qt Commercial licenses may use this file in 12 12 ** accordance with the Qt Commercial License Agreement provided with the 13 ** Software or, alternatively, in accordance with the terms contained in 14 ** awritten agreement between you and Nokia.13 ** Software or, alternatively, in accordance with the terms contained in a 14 ** written agreement between you and Nokia. 15 15 ** 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. 35 21 ** 36 22 ** If you have questions regarding the use of this file, please contact … … 47 33 \previouspage Qt Examples 48 34 \contentspage How to Learn Qt 49 \nextpage What's New in Qt 4. 635 \nextpage What's New in Qt 4.7 50 36 51 37 This is the list of demonstrations in Qt's \c demos directory. … … 54 40 Qt. 55 41 56 \table 50%42 \table 57 43 \header 58 44 \o {2,1} Getting an Overview 59 45 \row 60 46 \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 63 48 widgets in action. 64 49 … … 128 113 129 114 \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. 138 122 \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}. 140 124 \endlist 141 125 … … 151 135 152 136 \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. 155 146 \endlist 156 147 … … 158 149 159 150 \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. 162 154 \endlist 163 155 164 156 \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 165 166 166 167 \section1 Animation … … 187 188 \o \l{demos/embedded/lightmaps}{Light Maps} demonstrates OpenStreetMap integration with WebKit. 188 189 \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}. 190 191 \o \l{demos/embedded/styledemo}{Embedded Styles} demonstrates the use of styles. 191 192 \o \l{demos/embedded/weatherinfo}{Weather Info} fetches weather information from the Web.
Note:
See TracChangeset
for help on using the changeset viewer.