Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 1dd17e0d683ef79b4bb6872bbf359d7f > files > 1660

qt4-doc-4.8.7-26.2.mga7.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<instructionals module="Qt">
    <examples>
        <example name="2D Painting Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/opengl-2dpainting.html" projectPath="opengl/2dpainting/2dpainting.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/2dpainting-example.png">
            <description><![CDATA[The 2D Painting example shows how QPainter and QGLWidget can be used together to display accelerated 2D graphics on supported hardware.]]></description>
            <tags>painting</tags>
            <fileToOpen>opengl/2dpainting/main.cpp</fileToOpen>
        </example>
        <example name="Address Book Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/itemviews-addressbook.html" projectPath="itemviews/addressbook/addressbook.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/addressbook-example.png">
            <description><![CDATA[The address book example shows how to use proxy models to display different views onto data from a single model.]]></description>
            <tags>address,book</tags>
            <fileToOpen>itemviews/addressbook/main.cpp</fileToOpen>
        </example>
        <example name="Analog Clock Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-analogclock.html" projectPath="widgets/analogclock/analogclock.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/analogclock-example.png">
            <description><![CDATA[The Analog Clock example shows how to draw the contents of a custom widget.]]></description>
            <tags>analog,clock</tags>
            <fileToOpen>widgets/analogclock/analogclock.cpp</fileToOpen>
            <fileToOpen>widgets/analogclock/analogclock.h</fileToOpen>
            <fileToOpen>widgets/analogclock/main.cpp</fileToOpen>
        </example>
        <example name="Animated Tiles Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/animation-animatedtiles.html" projectPath="animation/animatedtiles/animatedtiles.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/animatedtiles-example.png">
            <description><![CDATA[The Animated Tiles example animates items in a graphics scene.]]></description>
            <tags>animated,tiles</tags>
            <fileToOpen>animation/animatedtiles/main.cpp</fileToOpen>
        </example>
        <example name="Animation: Basics Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-animation-basics-color-animation.html" projectPath="declarative/animation/basics/color-animation/basics.qmlproject" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-coloranim-example.png">
            <description><![CDATA[This example shows how to create and combine animations in QML.]]></description>
            <tags>animation,basics</tags>
            <fileToOpen>declarative/animation/basics/color-animation/qml/color-animation/color-animation.qml</fileToOpen>
            <fileToOpen>declarative/animation/basics/color-animation/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Animation: Basics Property Animation Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-animation-basics-property-animation.html" projectPath="declarative/animation/basics/property-animation/property-animation.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-propertyanim-example.png">
            <description><![CDATA[This example shows how to create and combine animations in QML.]]></description>
            <tags>animation,basics,property,animation</tags>
            <fileToOpen>declarative/animation/basics/property-animation/qml/property-animation/property-animation.qml</fileToOpen>
            <fileToOpen>declarative/animation/basics/property-animation/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Animation: Behavior Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-animation-behaviors-behavior-example.html" projectPath="declarative/animation/behaviors/behavior-example/behavior-example.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-behaviors-example.png">
            <description><![CDATA[This example shows how to use QML behaviors.]]></description>
            <tags>animation,behavior</tags>
            <fileToOpen>declarative/animation/behaviors/behavior-example/qml/behaviours/behavior-example.qml</fileToOpen>
            <fileToOpen>declarative/animation/behaviors/behavior-example/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Animation: Easing Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-animation-easing.html" projectPath="declarative/animation/easing/easing.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-easing-example.png">
            <description><![CDATA[This example shows the different easing modes available for animations.]]></description>
            <tags>animation,easing</tags>
            <fileToOpen>declarative/animation/easing/easing.qml</fileToOpen>
            <fileToOpen>declarative/animation/easing/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Animation: States Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-animation-states.html" projectPath="declarative/animation/states/states.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-states-example.png">
            <description><![CDATA[These examples show how to use states and transitions.]]></description>
            <tags>animation,states</tags>
            <fileToOpen>declarative/animation/states/qml/states/states.qml</fileToOpen>
            <fileToOpen>declarative/animation/states/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Application Chooser Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/animation-appchooser.html" projectPath="animation/appchooser/appchooser.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/appchooser-example.png">
            <description><![CDATA[The Application Chooser example shows how to use the Qt state machine and the animation framework to select between applications.]]></description>
            <tags>application,chooser</tags>
            <fileToOpen>animation/appchooser/main.cpp</fileToOpen>
        </example>
        <example name="Application Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/mainwindows-application.html" projectPath="mainwindows/application/application.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/application.png">
            <description><![CDATA[The Application example shows how to implement a standard GUI application with menus, toolbars, and a status bar. The example itself is a simple text editor program built around QPlainTextEdit.]]></description>
            <tags>application</tags>
            <fileToOpen>mainwindows/application/main.cpp</fileToOpen>
        </example>
        <example name="Application Icon Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-applicationicon.html" projectPath="widgets/applicationicon/applicationicon.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/appicon_screenshot.png">
            <description><![CDATA[The Application Icon example shows how to add an application icon to a mobile application.]]></description>
            <tags>application,icon</tags>
            <fileToOpen>widgets/applicationicon/main.cpp</fileToOpen>
        </example>
        <example name="Arrow Pad Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/linguist-arrowpad.html" projectPath="linguist/arrowpad/arrowpad.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/linguist-arrowpad_en.png">
            <description><![CDATA[ThArrow Pad Linguist example is a slightly more involved and introduces a key Qt Linguist concept: "contexts". It also shows how to use two or more languages.]]></description>
            <tags>arrow,pad</tags>
            <fileToOpen>linguist/arrowpad/arrowpad.cpp</fileToOpen>
            <fileToOpen>linguist/arrowpad/arrowpad.h</fileToOpen>
            <fileToOpen>linguist/arrowpad/main.cpp</fileToOpen>
        </example>
        <example name="Audio Devices Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/multimedia-audiodevices.html" projectPath="multimedia/audiodevices/audiodevices.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/audiodevices-example.png">
            <description><![CDATA[The Audio Devices example demonstrates the basic use of QAudioDeviceInfo class provided with Qt.]]></description>
            <tags>audio,devices</tags>
            <fileToOpen>multimedia/audiodevices/audiodevices.cpp</fileToOpen>
            <fileToOpen>multimedia/audiodevices/audiodevices.h</fileToOpen>
            <fileToOpen>multimedia/audiodevices/main.cpp</fileToOpen>
        </example>
        <example name="Audio Output Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/multimedia-audiooutput.html" projectPath="multimedia/audiooutput/audiooutput.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/audiooutput-example.png">
            <description><![CDATA[The Audio Output example demonstrates the basic use of the QAudioOutput class provided with Qt.]]></description>
            <tags>audio,output</tags>
            <fileToOpen>multimedia/audiooutput/audiooutput.cpp</fileToOpen>
            <fileToOpen>multimedia/audiooutput/audiooutput.h</fileToOpen>
            <fileToOpen>multimedia/audiooutput/main.cpp</fileToOpen>
        </example>
        <example name="AudioInput Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/multimedia-audioinput.html" projectPath="multimedia/audioinput/audioinput.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/audioinput-example.png">
            <description><![CDATA[The Audio Input example demonstrates the basic use of QAudioInput class provided with Qt.]]></description>
            <tags>audioinput</tags>
            <fileToOpen>multimedia/audioinput/audioinput.cpp</fileToOpen>
            <fileToOpen>multimedia/audioinput/audioinput.h</fileToOpen>
            <fileToOpen>multimedia/audioinput/main.cpp</fileToOpen>
        </example>
        <example name="Basic Drawing Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/painting-basicdrawing.html" projectPath="painting/basicdrawing/basicdrawing.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/basicdrawing-example.png">
            <description><![CDATA[The Basic Drawing example shows how to display basic graphics primitives in a variety of styles using the QPainter class.]]></description>
            <tags>basic,drawing</tags>
            <fileToOpen>painting/basicdrawing/main.cpp</fileToOpen>
        </example>
        <example name="Basic Graphics Layouts Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/graphicsview-basicgraphicslayouts.html" projectPath="graphicsview/basicgraphicslayouts/basicgraphicslayouts.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/basicgraphicslayouts-example.png">
            <description><![CDATA[The Basic Graphics Layouts example shows how to use the layout classes in QGraphicsView: QGraphicsLinearLayout and QGraphicsGridLayout. In addition to that it shows how to write your own custom layout item.]]></description>
            <tags>basic,graphics,layouts</tags>
            <fileToOpen>graphicsview/basicgraphicslayouts/main.cpp</fileToOpen>
        </example>
        <example name="Basic Layouts Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/layouts-basiclayouts.html" projectPath="layouts/basiclayouts/basiclayouts.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/basiclayouts-example.png">
            <description><![CDATA[The Basic Layouts example shows how to use the standard layout managers that are available in Qt: QBoxLayout, QGridLayout and QFormLayout.]]></description>
            <tags>basic,layouts</tags>
            <fileToOpen>layouts/basiclayouts/main.cpp</fileToOpen>
        </example>
        <example name="Basic Sort/Filter Model Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/itemviews-basicsortfiltermodel.html" projectPath="itemviews/basicsortfiltermodel/basicsortfiltermodel.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/basicsortfiltermodel-example.png">
            <description><![CDATA[The Basic Sort/Filter Model example illustrates how to use QSortFilterProxyModel to perform basic sorting and filtering.]]></description>
            <tags>basic,sort/filter,model</tags>
            <fileToOpen>itemviews/basicsortfiltermodel/main.cpp</fileToOpen>
        </example>
        <example name="Bearer Cloud Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/network-bearercloud.html" projectPath="network/bearercloud/bearercloud.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/bearercloud-example.png">
            <description><![CDATA[The Bearer Cloud example shows how to use the Bearer Management API to monitor the connectivity state of the local device.]]></description>
            <tags>bearer,cloud</tags>
            <fileToOpen>network/bearercloud/bearercloud.cpp</fileToOpen>
            <fileToOpen>network/bearercloud/bearercloud.h</fileToOpen>
            <fileToOpen>network/bearercloud/main.cpp</fileToOpen>
        </example>
        <example name="Bearer Monitor Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/network-bearermonitor.html" projectPath="network/bearermonitor/bearermonitor.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/bearermonitor-example.png">
            <description><![CDATA[The Bearer Monitor example shows how to use the Bearer Management API.]]></description>
            <tags>bearer,monitor</tags>
            <fileToOpen>network/bearermonitor/bearermonitor.cpp</fileToOpen>
            <fileToOpen>network/bearermonitor/bearermonitor.h</fileToOpen>
            <fileToOpen>network/bearermonitor/main.cpp</fileToOpen>
        </example>
        <example name="Blocking Fortune Client Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/network-blockingfortuneclient.html" projectPath="network/blockingfortuneclient/blockingfortuneclient.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/blockingfortuneclient-example.png">
            <description><![CDATA[The Blocking Fortune Client example shows how to create a client for a network service using QTcpSocket's synchronous API in a non-GUI thread.]]></description>
            <tags>blocking,fortune,client</tags>
            <fileToOpen>network/blockingfortuneclient/main.cpp</fileToOpen>
        </example>
        <example name="Blur Picker Effect Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/effects-blurpicker.html" projectPath="effects/blurpicker/blurpicker.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/blurpickereffect-example.png">
            <description><![CDATA[The Blur Picker Example shows the QGraphicsBlurEffect in action.]]></description>
            <tags>blur,picker,effect</tags>
            <fileToOpen>effects/blurpicker/blurpicker.cpp</fileToOpen>
            <fileToOpen>effects/blurpicker/blurpicker.h</fileToOpen>
            <fileToOpen>effects/blurpicker/main.cpp</fileToOpen>
        </example>
        <example name="Border Layout Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/layouts-borderlayout.html" projectPath="layouts/borderlayout/borderlayout.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/borderlayout-example.png">
            <description><![CDATA[The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules.]]></description>
            <tags>border,layout</tags>
            <fileToOpen>layouts/borderlayout/borderlayout.cpp</fileToOpen>
            <fileToOpen>layouts/borderlayout/borderlayout.h</fileToOpen>
            <fileToOpen>layouts/borderlayout/main.cpp</fileToOpen>
        </example>
        <example name="Broadcast Receiver Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/network-broadcastreceiver.html" projectPath="network/broadcastreceiver/broadcastreceiver.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/broadcastreceiver-example.png">
            <description><![CDATA[The Broadcast Receiver example shows how to receive information that is broadcasted over a local network.]]></description>
            <tags>broadcast,receiver</tags>
            <fileToOpen>network/broadcastreceiver/main.cpp</fileToOpen>
        </example>
        <example name="Broadcast Sender Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/network-broadcastsender.html" projectPath="network/broadcastsender/broadcastsender.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/broadcastsender-example.png">
            <description><![CDATA[The Broadcast Sender example shows how to broadcast information to multiple clients on a local network.]]></description>
            <tags>broadcast,sender</tags>
            <fileToOpen>network/broadcastsender/main.cpp</fileToOpen>
        </example>
        <example name="C++ Extensions: Image Provider Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-cppextensions-imageprovider.html" projectPath="declarative/cppextensions/imageprovider/imageprovider.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-imageprovider-example.png">
            <description><![CDATA[This examples shows how to use QDeclarativeImageProvider to serve images to QML image elements.]]></description>
            <tags>c++,extensions,image,provider</tags>
            <fileToOpen>declarative/cppextensions/imageprovider/imageprovider.cpp</fileToOpen>
        </example>
        <example name="C++ Extensions: Plugins Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-cppextensions-plugins.html" projectPath="declarative/cppextensions/plugins/plugins.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-plugins-example.png">
            <description><![CDATA[This example shows how to create a C++ plugin extension by subclassing QDeclarativeExtensionPlugin.]]></description>
            <tags>c++,extensions,plugins</tags>
            <fileToOpen>declarative/cppextensions/plugins/plugins.qml</fileToOpen>
        </example>
        <example name="C++ Extensions: QWidgets Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-cppextensions-qwidgets.html" projectPath="declarative/cppextensions/qwidgets/qwidgets.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-qwidgets-example.png">
            <description><![CDATA[This example shows how to embed QWidget-based objects into QML using QGraphicsProxyWidget.]]></description>
            <tags>c++,extensions,qwidgets</tags>
            <fileToOpen>declarative/cppextensions/qwidgets/qwidgets.cpp</fileToOpen>
            <fileToOpen>declarative/cppextensions/qwidgets/qwidgets.qml</fileToOpen>
        </example>
        <example name="Cached Table Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/sql-cachedtable.html" projectPath="sql/cachedtable/cachedtable.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/cachedtable-example.png">
            <description><![CDATA[The Cached Table example shows how a table view can be used to access a database, caching any changes to the data until the user explicitly submits them using a push button.]]></description>
            <tags>cached,table</tags>
            <fileToOpen>sql/cachedtable/main.cpp</fileToOpen>
        </example>
        <example name="Calculator Builder Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/designer-calculatorbuilder.html" projectPath="designer/calculatorbuilder/calculatorbuilder.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/calculatorbuilder-example.png">
            <description><![CDATA[The Calculator Builder example shows how to create a user interface from a Qt Designer form at run-time, using the QUiLoader class.]]></description>
            <tags>calculator,builder</tags>
            <fileToOpen>designer/calculatorbuilder/main.cpp</fileToOpen>
        </example>
        <example name="Calculator Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-calculator.html" projectPath="widgets/calculator/calculator.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/calculator-example.png">
            <description><![CDATA[The example shows how to use signals and slots to implement the functionality of a calculator widget, and how to use QGridLayout to place child widgets in a grid.]]></description>
            <tags>calculator</tags>
            <fileToOpen>widgets/calculator/calculator.cpp</fileToOpen>
            <fileToOpen>widgets/calculator/calculator.h</fileToOpen>
            <fileToOpen>widgets/calculator/main.cpp</fileToOpen>
        </example>
        <example name="Calculator Form Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/designer-calculatorform.html" projectPath="designer/calculatorform/calculatorform.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/calculatorform-example.png">
            <description><![CDATA[The Calculator Form Example shows how to use a form created with Qt Designer in an application by using the user interface information from a QWidget subclass.]]></description>
            <tags>calculator,form</tags>
            <fileToOpen>designer/calculatorform/calculatorform.cpp</fileToOpen>
            <fileToOpen>designer/calculatorform/calculatorform.h</fileToOpen>
            <fileToOpen>designer/calculatorform/main.cpp</fileToOpen>
        </example>
        <example name="Calendar Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/richtext-calendar.html" projectPath="richtext/calendar/calendar.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/calendar-example.png">
            <description><![CDATA[The Calendar example shows how to create rich text content and display it using a rich text editor.]]></description>
            <tags>calendar</tags>
            <fileToOpen>richtext/calendar/main.cpp</fileToOpen>
        </example>
        <example name="Calendar Widget Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-calendarwidget.html" projectPath="widgets/calendarwidget/calendarwidget.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/calendarwidgetexample.png">
            <description><![CDATA[The Calendar Widget example shows use of .]]></description>
            <tags>calendar,widget</tags>
            <fileToOpen>widgets/calendarwidget/main.cpp</fileToOpen>
        </example>
        <example name="Capabilities Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/phonon-capabilities.html" projectPath="phonon/capabilities/capabilities.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/capabilitiesexample.png">
            <description><![CDATA[The Backend Capabilities example shows how to check which MIME types, audio devices, and audio effects are available.]]></description>
            <tags>capabilities</tags>
            <fileToOpen>phonon/capabilities/main.cpp</fileToOpen>
        </example>
        <example name="Carnet d'Adresses 4 - éditer et supprimer des adresses" docUrl="qthelp://com.trolltech.qt.487/qdoc/tutorials-addressbook-fr-part4.html" projectPath="tutorials/addressbook-fr/part4/part4.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/addressbook-tutorial-screenshot.png">
            <description><![CDATA[No description available]]></description>
            <tags>carnet,d'adresses,éditer,et,supprimer,des,adresses</tags>
            <fileToOpen>tutorials/addressbook-fr/part4/main.cpp</fileToOpen>
        </example>
        <example name="Carnet d'Adresses 6 - Sauvegarde et chargement" docUrl="qthelp://com.trolltech.qt.487/qdoc/tutorials-addressbook-fr-part6.html" projectPath="tutorials/addressbook-fr/part6/part6.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/addressbook-tutorial-part6-screenshot.png">
            <description><![CDATA[No description available]]></description>
            <tags>carnet,d'adresses,sauvegarde,et,chargement</tags>
            <fileToOpen>tutorials/addressbook-fr/part6/main.cpp</fileToOpen>
        </example>
        <example name="Carnet d'adresse 5 - Ajout d'une fonction de recherche" docUrl="qthelp://com.trolltech.qt.487/qdoc/tutorials-addressbook-fr-part5.html" projectPath="tutorials/addressbook-fr/part5/part5.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/addressbook-tutorial-part5-screenshot.png">
            <description><![CDATA[No description available]]></description>
            <tags>carnet,d'adresse,ajout,d'une,fonction,de,recherche</tags>
            <fileToOpen>tutorials/addressbook-fr/part5/main.cpp</fileToOpen>
        </example>
        <example name="Carnet d'adresse 7 - Fonctionnalités avancées" docUrl="qthelp://com.trolltech.qt.487/qdoc/tutorials-addressbook-fr-part7.html" projectPath="tutorials/addressbook-fr/part7/part7.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/addressbook-tutorial-part7-screenshot.png">
            <description><![CDATA[No description available]]></description>
            <tags>carnet,d'adresse,fonctionnalités,avancées</tags>
            <fileToOpen>tutorials/addressbook-fr/part7/main.cpp</fileToOpen>
        </example>
        <example name="Carnet d'adresses 1 - Conception de l'interface utilisateur" docUrl="qthelp://com.trolltech.qt.487/qdoc/tutorials-addressbook-fr-part1.html" projectPath="tutorials/addressbook-fr/part1/part1.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/addressbook-tutorial-part1-screenshot.png">
            <description><![CDATA[No description available]]></description>
            <tags>carnet,d'adresses,conception,de,l'interface,utilisateur</tags>
            <fileToOpen>tutorials/addressbook-fr/part1/main.cpp</fileToOpen>
        </example>
        <example name="Carnet d'adresses 2 - Ajouter des adresses" docUrl="qthelp://com.trolltech.qt.487/qdoc/tutorials-addressbook-fr-part2.html" projectPath="tutorials/addressbook-fr/part2/part2.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/addressbook-tutorial-part2-add-contact.png">
            <description><![CDATA[No description available]]></description>
            <tags>carnet,d'adresses,ajouter,des,adresses</tags>
            <fileToOpen>tutorials/addressbook-fr/part2/main.cpp</fileToOpen>
        </example>
        <example name="Carnet d'adresses 3 - Navigation entre les éléments" docUrl="qthelp://com.trolltech.qt.487/qdoc/tutorials-addressbook-fr-part3.html" projectPath="tutorials/addressbook-fr/part3/part3.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/addressbook-tutorial-part3-linkedlist.png">
            <description><![CDATA[No description available]]></description>
            <tags>carnet,d'adresses,navigation,entre,les,éléments</tags>
            <fileToOpen>tutorials/addressbook-fr/part3/main.cpp</fileToOpen>
        </example>
        <example name="Chapter 1: Creating a New Type" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-tutorials-extending-chapter1-basics.html" projectPath="declarative/tutorials/extending/chapter1-basics/chapter1-basics.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/extending-tutorial-chapter1.png">
            <description><![CDATA[No description available]]></description>
            <tags>creating,a,new,type</tags>
            <fileToOpen>declarative/tutorials/extending/chapter1-basics/main.cpp</fileToOpen>
        </example>
        <example name="Chapter 2: Connecting to C++ Methods and Signals" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-tutorials-extending-chapter2-methods.html" projectPath="declarative/tutorials/extending/chapter2-methods/chapter2-methods.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/extending-tutorial-chapter2.png">
            <description><![CDATA[No description available]]></description>
            <tags>connecting,to,c++,methods,and,signals</tags>
            <fileToOpen>declarative/tutorials/extending/chapter2-methods/main.cpp</fileToOpen>
        </example>
        <example name="Chapter 3: Adding Property Bindings" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-tutorials-extending-chapter3-bindings.html" projectPath="declarative/tutorials/extending/chapter3-bindings/chapter3-bindings.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/extending-tutorial-chapter3.png">
            <description><![CDATA[No description available]]></description>
            <tags>adding,property,bindings</tags>
            <fileToOpen>declarative/tutorials/extending/chapter3-bindings/main.cpp</fileToOpen>
        </example>
        <example name="Chapter 5: Using List Property Types" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-tutorials-extending-chapter5-listproperties.html" projectPath="declarative/tutorials/extending/chapter5-listproperties/chapter5-listproperties.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/extending-tutorial-chapter5.png">
            <description><![CDATA[No description available]]></description>
            <tags>using,list,property,types</tags>
            <fileToOpen>declarative/tutorials/extending/chapter5-listproperties/main.cpp</fileToOpen>
        </example>
        <example name="Character Map Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-charactermap.html" projectPath="widgets/charactermap/charactermap.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/charactermap-example.png">
            <description><![CDATA[The Character Map example shows how to create a custom widget that can both display its own content and respond to user input.]]></description>
            <tags>character,map</tags>
            <fileToOpen>widgets/charactermap/main.cpp</fileToOpen>
        </example>
        <example name="Chart Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/itemviews-chart.html" projectPath="itemviews/chart/chart.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/chart-example.png">
            <description><![CDATA[The Chart example shows how to create a custom view for the model/view framework.]]></description>
            <tags>chart</tags>
            <fileToOpen>itemviews/chart/main.cpp</fileToOpen>
        </example>
        <example name="Class Wizard Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/dialogs-classwizard.html" projectPath="dialogs/classwizard/classwizard.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/classwizard.png">
            <description><![CDATA[The License Wizard example shows how to implement linear wizards using QWizard.]]></description>
            <tags>class,wizard</tags>
            <fileToOpen>dialogs/classwizard/classwizard.cpp</fileToOpen>
            <fileToOpen>dialogs/classwizard/classwizard.h</fileToOpen>
            <fileToOpen>dialogs/classwizard/main.cpp</fileToOpen>
        </example>
        <example name="Code Editor Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-codeeditor.html" projectPath="widgets/codeeditor/codeeditor.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/codeeditor-example.png">
            <description><![CDATA[The Code Editor example shows how to create a simple editor that has line numbers and that highlights the current line.]]></description>
            <tags>code,editor</tags>
            <fileToOpen>widgets/codeeditor/codeeditor.cpp</fileToOpen>
            <fileToOpen>widgets/codeeditor/codeeditor.h</fileToOpen>
            <fileToOpen>widgets/codeeditor/main.cpp</fileToOpen>
        </example>
        <example name="Codecs Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/tools-codecs.html" projectPath="tools/codecs/codecs.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/codecs-example.png">
            <description><![CDATA[The Codecs example demonstrates the principles behind importing and exporting text using codecs to ensure that characters are encoded properly, avoiding loss of data and retaining the correct symbols used in various scripts.]]></description>
            <tags>codecs</tags>
            <fileToOpen>tools/codecs/main.cpp</fileToOpen>
        </example>
        <example name="Colliding Mice Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/graphicsview-collidingmice.html" projectPath="graphicsview/collidingmice/collidingmice.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/collidingmice-example.png">
            <description><![CDATA[The Colliding Mice example shows how to use the Graphics View framework to implement animated items and detect collision between items.]]></description>
            <tags>colliding,mice</tags>
            <fileToOpen>graphicsview/collidingmice/main.cpp</fileToOpen>
        </example>
        <example name="Color Editor Factory Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/itemviews-coloreditorfactory.html" projectPath="itemviews/coloreditorfactory/coloreditorfactory.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/coloreditorfactoryimage.png">
            <description><![CDATA[The Color Editor Factory example shows how to create an editor that can be used by a QItemDelegate.]]></description>
            <tags>color,editor,factory</tags>
            <fileToOpen>itemviews/coloreditorfactory/main.cpp</fileToOpen>
        </example>
        <example name="Combo Widget Mapper Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/itemviews-combowidgetmapper.html" projectPath="itemviews/combowidgetmapper/combowidgetmapper.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/combowidgetmapper-example.png">
            <description><![CDATA[The Combo Widget Mapper example shows how to use a custom delegate to map information from a model to specific widgets on a form.]]></description>
            <tags>combo,widget,mapper</tags>
            <fileToOpen>itemviews/combowidgetmapper/main.cpp</fileToOpen>
        </example>
        <example name="Completer Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/tools-completer.html" projectPath="tools/completer/completer.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/completer-example.png">
            <description><![CDATA[The Completer example shows how to provide string-completion facilities for an input widget based on data provided by a model.]]></description>
            <tags>completer</tags>
            <fileToOpen>tools/completer/main.cpp</fileToOpen>
        </example>
        <example name="Concentric Circles Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/painting-concentriccircles.html" projectPath="painting/concentriccircles/concentriccircles.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/concentriccircles-example.png">
            <description><![CDATA[The Concentric Circles example shows the improved rendering quality that can be obtained using floating point precision and anti-aliasing when drawing custom widgets. The example also shows how to do simple animations.]]></description>
            <tags>concentric,circles</tags>
            <fileToOpen>painting/concentriccircles/main.cpp</fileToOpen>
        </example>
        <example name="Config Dialog Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/dialogs-configdialog.html" projectPath="dialogs/configdialog/configdialog.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/configdialog-example.png">
            <description><![CDATA[The Config Dialog examples shows how a configuration dialog can be created by using an icon view with a stacked widget.]]></description>
            <tags>config,dialog</tags>
            <fileToOpen>dialogs/configdialog/configdialog.cpp</fileToOpen>
            <fileToOpen>dialogs/configdialog/configdialog.h</fileToOpen>
            <fileToOpen>dialogs/configdialog/main.cpp</fileToOpen>
        </example>
        <example name="Container Extension Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/designer-containerextension.html" projectPath="designer/containerextension/containerextension.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/containerextension-example.png">
            <description><![CDATA[The Container Extension example shows how to create a custom multi-page plugin for Qt Designer using the QDesignerContainerExtension class.]]></description>
            <tags>container,extension</tags>
        </example>
        <example name="Context2D Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/script-context2d.html" projectPath="script/context2d/context2d.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/context2d-example.png">
            <description><![CDATA[This Qt Script example is an implementation of the Context2D API.]]></description>
            <tags>context2d</tags>
            <fileToOpen>script/context2d/context2d.cpp</fileToOpen>
            <fileToOpen>script/context2d/context2d.h</fileToOpen>
            <fileToOpen>script/context2d/main.cpp</fileToOpen>
        </example>
        <example name="Cube OpenGL ES 2.0 example" docUrl="qthelp://com.trolltech.qt.487/qdoc/opengl-cube.html" projectPath="opengl/cube/cube.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/cube.png">
            <description><![CDATA[The Cube OpenGL ES 2.0 example shows how to write mouse rotateable textured 3D cube using OpenGL ES 2.0 with Qt.]]></description>
            <tags>cube,opengl,es</tags>
            <fileToOpen>opengl/cube/main.cpp</fileToOpen>
        </example>
        <example name="Custom Completer Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/tools-customcompleter.html" projectPath="tools/customcompleter/customcompleter.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/customcompleter-example.png">
            <description><![CDATA[The Custom Completer example shows how to provide string-completion facilities for an input widget based on data provided by a model. The completer pops up suggestions for possible words based on the first three characters input by the user and the user's choice of word is inserted into the  using QTextCursor.]]></description>
            <tags>custom,completer</tags>
            <fileToOpen>tools/customcompleter/main.cpp</fileToOpen>
        </example>
        <example name="Custom Sort/Filter Model Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/itemviews-customsortfiltermodel.html" projectPath="itemviews/customsortfiltermodel/customsortfiltermodel.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/customsortfiltermodel-example.png">
            <description><![CDATA[The Custom Sort/Filter Model example illustrates how to subclass QSortFilterProxyModel to perform advanced sorting and filtering.]]></description>
            <tags>custom,sort/filter,model</tags>
            <fileToOpen>itemviews/customsortfiltermodel/main.cpp</fileToOpen>
        </example>
        <example name="Custom Type Sending Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/tools-customtypesending.html" projectPath="tools/customtypesending/customtypesending.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/customtypesending-example.png">
            <description><![CDATA[The Custom Type Sending example shows how to use a custom type with signals and slots.]]></description>
            <tags>custom,type,sending</tags>
            <fileToOpen>tools/customtypesending/main.cpp</fileToOpen>
        </example>
        <example name="Custom Widget Plugin Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/designer-customwidgetplugin.html" projectPath="designer/customwidgetplugin/customwidgetplugin.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/customwidgetplugin-example.png">
            <description><![CDATA[The Custom Widget example shows how to create a custom widget plugin for Qt Designer.]]></description>
            <tags>custom,widget,plugin</tags>
            <fileToOpen>designer/customwidgetplugin/customwidgetplugin.cpp</fileToOpen>
            <fileToOpen>designer/customwidgetplugin/customwidgetplugin.h</fileToOpen>
        </example>
        <example name="D-Bus Chat Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/dbus-dbus-chat.html" projectPath="dbus/dbus-chat/dbus-chat.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/dbus-chat-example.png">
            <description><![CDATA[The D-Bus Chat example shows how to use D-Bus to communicate between two applications.]]></description>
            <tags>d-bus,chat</tags>
        </example>
        <example name="D-Bus Remote Controlled Car Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/dbus-remotecontrolledcar.html" projectPath="dbus/remotecontrolledcar/remotecontrolledcar.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/remotecontrolledcar-car-example.png">
            <description><![CDATA[The Remote Controlled Car example shows how to use D-Bus to control one application using another.]]></description>
            <tags>d-bus,remote,controlled,car</tags>
            <fileToOpen>dbus/remotecontrolledcar/car/main.cpp</fileToOpen>
        </example>
        <example name="DOM Bookmarks Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/xml-dombookmarks.html" projectPath="xml/dombookmarks/dombookmarks.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/dombookmarks-example.png">
            <description><![CDATA[The DOM Bookmarks example provides a reader for XML Bookmark Exchange Language (XBEL) files that uses Qt's DOM-based XML API to read and parse the files.]]></description>
            <tags>dom,bookmarks</tags>
            <fileToOpen>xml/dombookmarks/main.cpp</fileToOpen>
        </example>
        <example name="DOM Traversal Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/webkit-domtraversal.html" projectPath="webkit/domtraversal/domtraversal.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/webkit-domtraversal.png">
            <description><![CDATA[The DOM Traversal example shows how to use the QWebElement class to access the structure of a Web page.]]></description>
            <tags>dom,traversal</tags>
            <fileToOpen>webkit/domtraversal/main.cpp</fileToOpen>
        </example>
        <example name="Default Prototypes Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/script-defaultprototypes.html" projectPath="script/defaultprototypes/defaultprototypes.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/defaultprototypes-example.png">
            <description><![CDATA[The Default Prototypes QtScript example shows how to use default prototypes to make a non-QObject-based type scriptable.]]></description>
            <tags>default,prototypes</tags>
            <fileToOpen>script/defaultprototypes/main.cpp</fileToOpen>
        </example>
        <example name="Delayed Encoding Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/draganddrop-delayedencoding.html" projectPath="draganddrop/delayedencoding/delayedencoding.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/delayedecoding-example.png">
            <description><![CDATA[The Delayed Encoding example shows how to delay preparing of data for drag and drop operations until a drop target is found.]]></description>
            <tags>delayed,encoding</tags>
            <fileToOpen>draganddrop/delayedencoding/main.cpp</fileToOpen>
        </example>
        <example name="Diagram Scene Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/graphicsview-diagramscene.html" projectPath="graphicsview/diagramscene/diagramscene.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/diagramscene.png">
            <description><![CDATA[The Diagram Scene example is an application in which you can create a flowchart diagram using the graphics view framework.]]></description>
            <tags>diagram,scene</tags>
            <fileToOpen>graphicsview/diagramscene/diagramscene.cpp</fileToOpen>
            <fileToOpen>graphicsview/diagramscene/diagramscene.h</fileToOpen>
            <fileToOpen>graphicsview/diagramscene/main.cpp</fileToOpen>
        </example>
        <example name="Digital Clock Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-digitalclock.html" projectPath="widgets/digitalclock/digitalclock.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/digitalclock-example.png">
            <description><![CDATA[The Digital Clock example shows how to use QLCDNumber to display a number with LCD-like digits.]]></description>
            <tags>digital,clock</tags>
            <fileToOpen>widgets/digitalclock/digitalclock.cpp</fileToOpen>
            <fileToOpen>widgets/digitalclock/digitalclock.h</fileToOpen>
            <fileToOpen>widgets/digitalclock/main.cpp</fileToOpen>
        </example>
        <example name="Dir View Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/itemviews-dirview.html" projectPath="itemviews/dirview/dirview.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/dirview-example.png">
            <description><![CDATA[The Dir View example shows a tree view onto the local filing system. It uses the QDirModel class to provide file and directory information.]]></description>
            <tags>dir,view</tags>
            <fileToOpen>itemviews/dirview/main.cpp</fileToOpen>
        </example>
        <example name="Dock Widgets Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/mainwindows-dockwidgets.html" projectPath="mainwindows/dockwidgets/dockwidgets.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/dockwidgets-example.png">
            <description><![CDATA[The Dock Widgets example shows how to add dock windows to an application. It also shows how to use Qt's rich text engine.]]></description>
            <tags>dock,widgets</tags>
            <fileToOpen>mainwindows/dockwidgets/main.cpp</fileToOpen>
        </example>
        <example name="Drag and Drop Puzzle Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/draganddrop-puzzle.html" projectPath="draganddrop/puzzle/puzzle.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/draganddroppuzzle-example.png">
            <description><![CDATA[The Drag and Drop Puzzle example demonstrates a way of using the drag and drop system with item view widgets.]]></description>
            <tags>drag,and,drop,puzzle</tags>
            <fileToOpen>draganddrop/puzzle/main.cpp</fileToOpen>
        </example>
        <example name="Drag and Drop Robot Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/graphicsview-dragdroprobot.html" projectPath="graphicsview/dragdroprobot/dragdroprobot.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/dragdroprobot-example.png">
            <description><![CDATA[The Drag and Drop Robot example shows how to implement Drag and Drop in a QGraphicsItem subclass, as well as how to animate items using Qt's Animation Framework.]]></description>
            <tags>drag,and,drop,robot</tags>
            <fileToOpen>graphicsview/dragdroprobot/main.cpp</fileToOpen>
        </example>
        <example name="Draggable Icons Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/draganddrop-draggableicons.html" projectPath="draganddrop/draggableicons/draggableicons.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/draggableicons-example.png">
            <description><![CDATA[The Draggable Icons example shows how to drag and drop image data between widgets in the same application, and between different applications.]]></description>
            <tags>draggable,icons</tags>
            <fileToOpen>draganddrop/draggableicons/main.cpp</fileToOpen>
        </example>
        <example name="Draggable Text Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/draganddrop-draggabletext.html" projectPath="draganddrop/draggabletext/draggabletext.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/draggabletext-example.png">
            <description><![CDATA[The Draggable Text example shows how to drag and drop textual data between widgets in the same application, and between different applications.]]></description>
            <tags>draggable,text</tags>
            <fileToOpen>draganddrop/draggabletext/main.cpp</fileToOpen>
        </example>
        <example name="Drill Down Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/sql-drilldown.html" projectPath="sql/drilldown/drilldown.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/drilldown-example.png">
            <description><![CDATA[The Drill Down example shows how to read data from a database as well as submit changes, using the QSqlRelationalTableModel and QDataWidgetMapper classes.]]></description>
            <tags>drill,down</tags>
            <fileToOpen>sql/drilldown/main.cpp</fileToOpen>
        </example>
        <example name="Drop Site Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/draganddrop-dropsite.html" projectPath="draganddrop/dropsite/dropsite.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/dropsite-example.png">
            <description><![CDATA[The Drop Site example shows how to distinguish the various MIME formats available in a drag and drop operation.]]></description>
            <tags>drop,site</tags>
            <fileToOpen>draganddrop/dropsite/main.cpp</fileToOpen>
        </example>
        <example name="Easing Curves Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/animation-easing.html" projectPath="animation/easing/easing.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/easing-example.png">
            <description><![CDATA[The Easing Curves example shows how to use easing curves to control the speed of an animation.]]></description>
            <tags>easing,curves</tags>
            <fileToOpen>animation/easing/main.cpp</fileToOpen>
        </example>
        <example name="Echo Plugin Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/tools-echoplugin.html" projectPath="tools/echoplugin/echoplugin.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/echopluginexample.png">
            <description><![CDATA[The Echo Plugin example shows how to create a Qt plugin.]]></description>
            <tags>echo,plugin</tags>
            <fileToOpen>tools/echoplugin/plugin/echoplugin.cpp</fileToOpen>
            <fileToOpen>tools/echoplugin/plugin/echoplugin.h</fileToOpen>
            <fileToOpen>tools/echoplugin/echowindow/main.cpp</fileToOpen>
        </example>
        <example name="Editable Tree Model Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/itemviews-editabletreemodel.html" projectPath="itemviews/editabletreemodel/editabletreemodel.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/itemviews-editabletreemodel.png">
            <description><![CDATA[The Editable Tree Model example shows how to implement a simple item-based tree model that can be used with other classes in the model/view framework.]]></description>
            <tags>editable,tree,model</tags>
            <fileToOpen>itemviews/editabletreemodel/main.cpp</fileToOpen>
        </example>
        <example name="Elastic Nodes Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/graphicsview-elasticnodes.html" projectPath="graphicsview/elasticnodes/elasticnodes.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/elasticnodes-example.png">
            <description><![CDATA[The Elastic Nodes example shows how to implement edges between nodes in a graph, with basic interaction.]]></description>
            <tags>elastic,nodes</tags>
            <fileToOpen>graphicsview/elasticnodes/main.cpp</fileToOpen>
        </example>
        <example name="Elided Label Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-elidedlabel.html" projectPath="widgets/elidedlabel/elidedlabel.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/elidedlabel-example.png">
            <description><![CDATA[The Elided Label example creates a widget similar to QLabel, that elides the last visible line, if the text is too long to fit the widget's geometry.]]></description>
            <tags>elided,label</tags>
            <fileToOpen>widgets/elidedlabel/elidedlabel.cpp</fileToOpen>
            <fileToOpen>widgets/elidedlabel/elidedlabel.h</fileToOpen>
            <fileToOpen>widgets/elidedlabel/main.cpp</fileToOpen>
        </example>
        <example name="Extension Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/dialogs-extension.html" projectPath="dialogs/extension/extension.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/extension-example.png">
            <description><![CDATA[The Extension example shows how to add an extension to a QDialog using the QAbstractButton::toggled() signal and the QWidget::setVisible() slot.]]></description>
            <tags>extension</tags>
            <fileToOpen>dialogs/extension/main.cpp</fileToOpen>
        </example>
        <example name="FTP Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/network-qftp.html" projectPath="network/qftp/qftp.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/ftp-example.png">
            <description><![CDATA[The FTP example demonstrates a simple FTP client that can be used to list the available files on an FTP server and download them.]]></description>
            <tags>ftp</tags>
            <fileToOpen>network/qftp/main.cpp</fileToOpen>
        </example>
        <example name="Factorial States Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/statemachine-factorial.html" projectPath="statemachine/factorial/factorial.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/factorial-example.png">
            <description><![CDATA[The Factorial States example shows how to use The State Machine Framework to calculate the factorial of an integer.]]></description>
            <tags>factorial,states</tags>
            <fileToOpen>statemachine/factorial/main.cpp</fileToOpen>
        </example>
        <example name="Fade Message Effect Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/effects-fademessage.html" projectPath="effects/fademessage/fademessage.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/fademessageeffect-example.png">
            <description><![CDATA[The Fade Message Example shows the QGraphicsColorizeEffect in action.]]></description>
            <tags>fade,message,effect</tags>
            <fileToOpen>effects/fademessage/fademessage.cpp</fileToOpen>
            <fileToOpen>effects/fademessage/fademessage.h</fileToOpen>
            <fileToOpen>effects/fademessage/main.cpp</fileToOpen>
        </example>
        <example name="Fancy Browser Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/webkit-fancybrowser.html" projectPath="webkit/fancybrowser/fancybrowser.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/fancybrowser-example.png">
            <description><![CDATA[The Fancy Browser example shows how to use jQuery with QtWebKit to create a web browser with special effects and content manipulation.]]></description>
            <tags>fancy,browser</tags>
            <fileToOpen>webkit/fancybrowser/main.cpp</fileToOpen>
        </example>
        <example name="Fetch More Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/itemviews-fetchmore.html" projectPath="itemviews/fetchmore/fetchmore.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/fetchmore-example.png">
            <description><![CDATA[The Fetch More example shows how two add items to an item view model on demand.]]></description>
            <tags>fetch,more</tags>
            <fileToOpen>itemviews/fetchmore/main.cpp</fileToOpen>
        </example>
        <example name="File System Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/xmlpatterns-filetree.html" projectPath="xmlpatterns/filetree/filetree.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/filetree_1-example.png">
            <description><![CDATA[The File Tree example shows how to use QtXmlPatterns for querying non-XML data that is modeled to look like XML.]]></description>
            <tags>file,system</tags>
            <fileToOpen>xmlpatterns/filetree/filetree.cpp</fileToOpen>
            <fileToOpen>xmlpatterns/filetree/filetree.h</fileToOpen>
            <fileToOpen>xmlpatterns/filetree/main.cpp</fileToOpen>
        </example>
        <example name="Find Files Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/dialogs-findfiles.html" projectPath="dialogs/findfiles/findfiles.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/findfiles-example.png">
            <description><![CDATA[The Find Files example shows how to use QProgressDialog to provide feedback on the progress of a slow operation.]]></description>
            <tags>find,files</tags>
            <fileToOpen>dialogs/findfiles/main.cpp</fileToOpen>
        </example>
        <example name="Finger Paint Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/touch-fingerpaint.html" projectPath="touch/fingerpaint/fingerpaint.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/touch-fingerpaint-example.png">
            <description><![CDATA[The Finger Paint example shows the use of a touchscreen with a custom widget to create a simple painting application.]]></description>
            <tags>finger,paint</tags>
            <fileToOpen>touch/fingerpaint/main.cpp</fileToOpen>
        </example>
        <example name="Flow Layout Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/layouts-flowlayout.html" projectPath="layouts/flowlayout/flowlayout.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/flowlayout-example.png">
            <description><![CDATA[The Flow Layout example demonstrates a custom layout that arranges child widgets from left to right and top to bottom in a top-level widget.]]></description>
            <tags>flow,layout</tags>
            <fileToOpen>layouts/flowlayout/flowlayout.cpp</fileToOpen>
            <fileToOpen>layouts/flowlayout/flowlayout.h</fileToOpen>
            <fileToOpen>layouts/flowlayout/main.cpp</fileToOpen>
        </example>
        <example name="FolderListModel - a C++ model plugin" docUrl="qthelp://com.trolltech.qt.487/qdoc/src-imports-folderlistmodel.html" projectPath="src/imports/folderlistmodel/folderlistmodel.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/declarative-folderlistmodel.png">
            <description><![CDATA[The FolderListModel plugin example shows how to make a C++ model available to QML.]]></description>
            <tags>folderlistmodel,a,c++,model,plugin</tags>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Font Sampler Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/painting-fontsampler.html" projectPath="painting/fontsampler/fontsampler.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/fontsampler-example.png">
            <description><![CDATA[The Font Sampler example shows how to preview and print multi-page documents.]]></description>
            <tags>font,sampler</tags>
            <fileToOpen>painting/fontsampler/main.cpp</fileToOpen>
        </example>
        <example name="Form Extractor Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/webkit-formextractor.html" projectPath="webkit/formextractor/formextractor.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/formextractor-example.png">
            <description><![CDATA[The Form Extractor example shows how to use QWebFrame with JavaScript to extract form data.]]></description>
            <tags>form,extractor</tags>
            <fileToOpen>webkit/formextractor/formextractor.cpp</fileToOpen>
            <fileToOpen>webkit/formextractor/formextractor.h</fileToOpen>
            <fileToOpen>webkit/formextractor/main.cpp</fileToOpen>
        </example>
        <example name="Fortune Client Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/network-fortuneclient.html" projectPath="network/fortuneclient/fortuneclient.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/fortuneclient-example.png">
            <description><![CDATA[The Fortune Client example shows how to create a client for a simple network service using QTcpSocket.]]></description>
            <tags>fortune,client</tags>
            <fileToOpen>network/fortuneclient/main.cpp</fileToOpen>
        </example>
        <example name="Fortune Server Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/network-fortuneserver.html" projectPath="network/fortuneserver/fortuneserver.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/fortuneserver-example.png">
            <description><![CDATA[The Fortune Server example shows how to create a server for a simple network service.]]></description>
            <tags>fortune,server</tags>
            <fileToOpen>network/fortuneserver/main.cpp</fileToOpen>
        </example>
        <example name="Framebuffer Object 2 Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/opengl-framebufferobject2.html" projectPath="opengl/framebufferobject2/framebufferobject2.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/framebufferobject2-example.png">
            <description><![CDATA[The Framebuffer Object 2 example demonstrates how to use the QGLFramebufferObject class to render into an off-screen buffer and use the contents as a texture in a QGLWidget.]]></description>
            <tags>framebuffer,object</tags>
            <fileToOpen>opengl/framebufferobject2/main.cpp</fileToOpen>
        </example>
        <example name="Framebuffer Object Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/opengl-framebufferobject.html" projectPath="opengl/framebufferobject/framebufferobject.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/framebufferobject-example.png">
            <description><![CDATA[The Framebuffer Object example demonstrates how to use the QGLFramebufferObject class to render into an off-screen buffer and use the contents as a texture in a QGLWidget.]]></description>
            <tags>framebuffer,object</tags>
            <fileToOpen>opengl/framebufferobject/main.cpp</fileToOpen>
        </example>
        <example name="Fridge Magnets Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/draganddrop-fridgemagnets.html" projectPath="draganddrop/fridgemagnets/fridgemagnets.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/fridgemagnets-example.png">
            <description><![CDATA[The Fridge Magnets example shows how to supply more than one type of MIME-encoded data with a drag and drop operation.]]></description>
            <tags>fridge,magnets</tags>
            <fileToOpen>draganddrop/fridgemagnets/main.cpp</fileToOpen>
        </example>
        <example name="Frozen Column Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/itemviews-frozencolumn.html" projectPath="itemviews/frozencolumn/frozencolumn.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/frozencolumn-example.png">
            <description><![CDATA[The Frozen Column example demonstrates how to freeze a column within a QTableView.]]></description>
            <tags>frozen,column</tags>
            <fileToOpen>itemviews/frozencolumn/main.cpp</fileToOpen>
        </example>
        <example name="Google Chat Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/webkit-googlechat.html" projectPath="webkit/googlechat/googlechat.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/googlechat-example.png">
            <description><![CDATA[The Google Chat example shows how to use implement a simple Google Chat client with QtWebKit.]]></description>
            <tags>google,chat</tags>
            <fileToOpen>webkit/googlechat/googlechat.cpp</fileToOpen>
            <fileToOpen>webkit/googlechat/googlechat.h</fileToOpen>
            <fileToOpen>webkit/googlechat/main.cpp</fileToOpen>
        </example>
        <example name="Google Suggest Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/network-googlesuggest.html" projectPath="network/googlesuggest/googlesuggest.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/googlesuggest-example.png">
            <description><![CDATA[The Google Suggest example demonstrates how to use the QNetworkAccessManager class to obtain a list of suggestions from the Google search engine as the user types into a QLineEdit.]]></description>
            <tags>google,suggest</tags>
            <fileToOpen>network/googlesuggest/googlesuggest.cpp</fileToOpen>
            <fileToOpen>network/googlesuggest/googlesuggest.h</fileToOpen>
            <fileToOpen>network/googlesuggest/main.cpp</fileToOpen>
        </example>
        <example name="Grabber Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/opengl-grabber.html" projectPath="opengl/grabber/grabber.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/grabber-example.png">
            <description><![CDATA[The Grabber examples shows how to retrieve the contents of an OpenGL framebuffer.]]></description>
            <tags>grabber</tags>
            <fileToOpen>opengl/grabber/main.cpp</fileToOpen>
        </example>
        <example name="Group Box Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-groupbox.html" projectPath="widgets/groupbox/groupbox.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/groupbox-example.png">
            <description><![CDATA[The Group Box example shows how to use the different kinds of group boxes in Qt.]]></description>
            <tags>group,box</tags>
            <fileToOpen>widgets/groupbox/main.cpp</fileToOpen>
        </example>
        <example name="HTTP Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/network-http.html" projectPath="network/http/http.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/http-example.png">
            <description><![CDATA[The HTTP example demonstrates a simple HTTP client that shows how to fetch files specified by URLs from remote hosts.]]></description>
            <tags>http</tags>
            <fileToOpen>network/http/main.cpp</fileToOpen>
        </example>
        <example name="Hello GL ES Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/opengl-hellogl-es.html" projectPath="opengl/hellogl_es/hellogl_es.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/hellogl-es-example.png">
            <description><![CDATA[The Hello GL ES example is the Hello GL Example ported to OpenGL ES. It also included some effects from the OpenGL Overpainting Example.]]></description>
            <tags>hello,gl,es</tags>
            <fileToOpen>opengl/hellogl_es/main.cpp</fileToOpen>
        </example>
        <example name="Hello GL Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/opengl-hellogl.html" projectPath="opengl/hellogl/hellogl.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/hellogl-example.png">
            <description><![CDATA[The Hello GL example demonstrates the basic use of the OpenGL-related classes provided with Qt.]]></description>
            <tags>hello,gl</tags>
            <fileToOpen>opengl/hellogl/main.cpp</fileToOpen>
        </example>
        <example name="Hello tr() Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/linguist-hellotr.html" projectPath="linguist/hellotr/hellotr.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/linguist-hellotr_en.png">
            <description><![CDATA[The Hello tr() example is a small Hello World program with a Latin translation.]]></description>
            <tags>hello,tr()</tags>
            <fileToOpen>linguist/hellotr/main.cpp</fileToOpen>
        </example>
        <example name="I18N Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/tools-i18n.html" projectPath="tools/i18n/i18n.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/i18n-example.png">
            <description><![CDATA[The Internationalization (I18N) example demonstrates Qt's support for translated text.]]></description>
            <tags>i18n</tags>
            <fileToOpen>tools/i18n/main.cpp</fileToOpen>
        </example>
        <example name="Icons Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-icons.html" projectPath="widgets/icons/icons.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/icons-example.png">
            <description><![CDATA[The Icons example shows how QIcon can generate pixmaps reflecting an icon's state, mode and size.]]></description>
            <tags>icons</tags>
            <fileToOpen>widgets/icons/main.cpp</fileToOpen>
        </example>
        <example name="Image Composition Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/painting-imagecomposition.html" projectPath="painting/imagecomposition/imagecomposition.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/imagecomposition-example.png">
            <description><![CDATA[The Image Composition example lets the user combine images together using any composition mode supported by QPainter, described in detail in Composition Modes.]]></description>
            <tags>image,composition</tags>
            <fileToOpen>painting/imagecomposition/main.cpp</fileToOpen>
        </example>
        <example name="Image Elements: Border Image Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-imageelements-borderimage.html" projectPath="declarative/imageelements/borderimage/borderimage.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-borderimage-example.png">
            <description><![CDATA[These examples show how to use the BorderImage element.]]></description>
            <tags>image,elements,border,image</tags>
            <fileToOpen>declarative/imageelements/borderimage/qml/borderimage/borderimage.qml</fileToOpen>
            <fileToOpen>declarative/imageelements/borderimage/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Image Elements: Image Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-imageelements-image.html" projectPath="declarative/imageelements/image/image.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-image-example.png">
            <description><![CDATA[This example shows how to use the Image element and its fillModes.]]></description>
            <tags>image,elements,image</tags>
            <fileToOpen>declarative/imageelements/image/qml/image/image.qml</fileToOpen>
            <fileToOpen>declarative/imageelements/image/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Image Elements: Shadows Image Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-imageelements-shadows.html" projectPath="declarative/imageelements/shadows/shadows.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-borderimage-shadows-example.png">
            <description><![CDATA[This example shows how to use the BorderImage element.]]></description>
            <tags>image,elements,shadows,image</tags>
            <fileToOpen>declarative/imageelements/shadows/qml/shadows/shadows.qml</fileToOpen>
            <fileToOpen>declarative/imageelements/shadows/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Image Viewer Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-imageviewer.html" projectPath="widgets/imageviewer/imageviewer.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/imageviewer-example.png">
            <description><![CDATA[The Image Viewer example shows how to combine QLabel and QScrollArea to display an image.]]></description>
            <tags>image,viewer</tags>
            <fileToOpen>widgets/imageviewer/imageviewer.cpp</fileToOpen>
            <fileToOpen>widgets/imageviewer/imageviewer.h</fileToOpen>
            <fileToOpen>widgets/imageviewer/main.cpp</fileToOpen>
        </example>
        <example name="Input Panel Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/tools-inputpanel.html" projectPath="tools/inputpanel/inputpanel.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/inputpanel-example.png">
            <description><![CDATA[The Input Panel example shows how to create an input panel that can be used to input text into widgets using only the pointer and no keyboard.]]></description>
            <tags>input,panel</tags>
            <fileToOpen>tools/inputpanel/main.cpp</fileToOpen>
        </example>
        <example name="Internationalization Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-i18n.html" projectPath="declarative/i18n/i18n.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-i18n-example.png">
            <description><![CDATA[This example shows how to enable text translation in QML.]]></description>
            <tags>internationalization</tags>
            <fileToOpen>declarative/i18n/qml/i18n/i18n.qml</fileToOpen>
            <fileToOpen>declarative/i18n/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Item Views Puzzle Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/itemviews-puzzle.html" projectPath="itemviews/puzzle/puzzle.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/itemviewspuzzle-example.png">
            <description><![CDATA[The Puzzle example shows how to enable drag and drop with a custom model to allow items to be transferred between a view and another widget.]]></description>
            <tags>item,views,puzzle</tags>
            <fileToOpen>itemviews/puzzle/main.cpp</fileToOpen>
        </example>
        <example name="Key Interaction: Focus Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-keyinteraction-focus.html" projectPath="declarative/keyinteraction/focus/focus.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-focus-example.png">
            <description><![CDATA[This example shows how to handle keyboard input and focus in QML.]]></description>
            <tags>key,interaction,focus</tags>
            <fileToOpen>declarative/keyinteraction/focus/qml/focus/focus.qml</fileToOpen>
            <fileToOpen>declarative/keyinteraction/focus/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Labs: Shader Effects" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-shadereffects.html" projectPath="declarative/shadereffects/shadereffects.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-shadereffects-example.png">
            <description><![CDATA[This example shows how to create visual effects by using OpenGL shading language together with QML using ShaderEffectItem and ShaderEffectSource APIs.]]></description>
            <tags>labs,shader,effects</tags>
            <fileToOpen>declarative/shadereffects/qml/shadereffects/main.qml</fileToOpen>
            <fileToOpen>declarative/shadereffects/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="LayoutItem Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-cppextensions-qgraphicslayouts-layoutitem.html" projectPath="declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-layoutitem-example.png">
            <description><![CDATA[This example show how to use the LayoutItem element to integrate QML items into an existing Graphics View-based application.]]></description>
            <tags>layoutitem</tags>
            <fileToOpen>declarative/cppextensions/qgraphicslayouts/layoutitem/layoutitem.qml</fileToOpen>
            <fileToOpen>declarative/cppextensions/qgraphicslayouts/layoutitem/main.cpp</fileToOpen>
        </example>
        <example name="License Wizard Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/dialogs-licensewizard.html" projectPath="dialogs/licensewizard/licensewizard.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/licensewizard-example.png">
            <description><![CDATA[The License Wizard example shows how to implement complex wizards in Qt.]]></description>
            <tags>license,wizard</tags>
            <fileToOpen>dialogs/licensewizard/licensewizard.cpp</fileToOpen>
            <fileToOpen>dialogs/licensewizard/licensewizard.h</fileToOpen>
            <fileToOpen>dialogs/licensewizard/main.cpp</fileToOpen>
        </example>
        <example name="Lighting Effect Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/effects-lighting.html" projectPath="effects/lighting/lighting.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/lightingeffect-example.png">
            <description><![CDATA[The Lighting Effect Example shows the QGraphicsDropShadowEffect in action.]]></description>
            <tags>lighting,effect</tags>
            <fileToOpen>effects/lighting/lighting.cpp</fileToOpen>
            <fileToOpen>effects/lighting/lighting.h</fileToOpen>
            <fileToOpen>effects/lighting/main.cpp</fileToOpen>
        </example>
        <example name="Line Edits Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-lineedits.html" projectPath="widgets/lineedits/lineedits.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/lineedits-example.png">
            <description><![CDATA[The Line Edits example demonstrates the many ways that QLineEdit can be used, and shows the effects of various properties and validators on the input and output supplied by the user.]]></description>
            <tags>line,edits</tags>
            <fileToOpen>widgets/lineedits/main.cpp</fileToOpen>
        </example>
        <example name="Local Fortune Client Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/ipc-localfortuneclient.html" projectPath="ipc/localfortuneclient/localfortuneclient.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/localfortuneclient-example.png">
            <description><![CDATA[The Local Fortune Client example shows how to create a client for a simple local service using QLocalSocket.]]></description>
            <tags>local,fortune,client</tags>
            <fileToOpen>ipc/localfortuneclient/main.cpp</fileToOpen>
        </example>
        <example name="Local Fortune Server Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/ipc-localfortuneserver.html" projectPath="ipc/localfortuneserver/localfortuneserver.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/localfortuneserver-example.png">
            <description><![CDATA[The Local Fortune Server example shows how to create a server for a simple local service.]]></description>
            <tags>local,fortune,server</tags>
            <fileToOpen>ipc/localfortuneserver/main.cpp</fileToOpen>
        </example>
        <example name="Loopback Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/network-loopback.html" projectPath="network/loopback/loopback.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/loopback-example.png">
            <description><![CDATA[The Loopback example shows how to communicate between simple clients and servers on a local host.]]></description>
            <tags>loopback</tags>
            <fileToOpen>network/loopback/main.cpp</fileToOpen>
        </example>
        <example name="MDI Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/mainwindows-mdi.html" projectPath="mainwindows/mdi/mdi.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/mdi-example.png">
            <description><![CDATA[The MDI example shows how to implement a Multiple Document Interface using Qt's QMdiArea class.]]></description>
            <tags>mdi</tags>
            <fileToOpen>mainwindows/mdi/main.cpp</fileToOpen>
        </example>
        <example name="Maemo Vibration Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-maemovibration.html" projectPath="widgets/maemovibration/maemovibration.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/maemovibration-example.png">
            <description><![CDATA[The Maemo Vibration example shows how to tell the Maemo Mode Control Entity (MCE) to vibrate a maemo device.]]></description>
            <tags>maemo,vibration</tags>
            <fileToOpen>widgets/maemovibration/main.cpp</fileToOpen>
        </example>
        <example name="Mandelbrot Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/threads-mandelbrot.html" projectPath="threads/mandelbrot/mandelbrot.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/mandelbrot-example.png">
            <description><![CDATA[The Mandelbrot example shows how to use a worker thread to perform heavy computations without blocking the main thread's event loop.]]></description>
            <tags>mandelbrot</tags>
            <fileToOpen>threads/mandelbrot/main.cpp</fileToOpen>
        </example>
        <example name="Master Detail Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/sql-masterdetail.html" projectPath="sql/masterdetail/masterdetail.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/masterdetail-example.png">
            <description><![CDATA[The Master Detail Example shows how to present data from different data sources in the same application.]]></description>
            <tags>master,detail</tags>
            <fileToOpen>sql/masterdetail/main.cpp</fileToOpen>
        </example>
        <example name="Menus Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/mainwindows-menus.html" projectPath="mainwindows/menus/menus.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/menus-example.png">
            <description><![CDATA[The Menus example demonstrates how menus can be used in a main window application.]]></description>
            <tags>menus</tags>
            <fileToOpen>mainwindows/menus/main.cpp</fileToOpen>
        </example>
        <example name="Models and Views: AbstractItemModel Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-modelviews-abstractitemmodel.html" projectPath="declarative/modelviews/abstractitemmodel/abstractitemmodel.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-abstractitemmodel-example.png">
            <description><![CDATA[This example shows how to use a QAbstractItemModel subclass as a model in QML.]]></description>
            <tags>models,and,views,abstractitemmodel</tags>
            <fileToOpen>declarative/modelviews/abstractitemmodel/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Models and Views: Alert WebView Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-modelviews-webview-alerts.html" projectPath="declarative/modelviews/webview/alerts/alerts.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-webview-alert-example.png">
            <description><![CDATA[This example shows how to create an alert in the WebView element.]]></description>
            <tags>models,and,views,alert,webview</tags>
            <fileToOpen>declarative/modelviews/webview/alerts/qml/alerts/alerts.qml</fileToOpen>
            <fileToOpen>declarative/modelviews/webview/alerts/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Models and Views: Autosize WebView Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-modelviews-webview-autosize.html" projectPath="declarative/modelviews/webview/autosize/autosize.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-webview-autosize-example.png">
            <description><![CDATA[This example show how to use autosizing in the WebView element.]]></description>
            <tags>models,and,views,autosize,webview</tags>
            <fileToOpen>declarative/modelviews/webview/autosize/qml/autosize/autosize.qml</fileToOpen>
            <fileToOpen>declarative/modelviews/webview/autosize/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Models and Views: Dynamic List ListView Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-modelviews-listview-dynamiclist.html" projectPath="declarative/modelviews/listview/dynamiclist/dynamiclist.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-listview-dynamiclist-example.png">
            <description><![CDATA[This example shows how items can be dynamically added to and removed from a ListModel, and how these list modifications can be animated.]]></description>
            <tags>models,and,views,dynamic,list,listview</tags>
            <fileToOpen>declarative/modelviews/listview/dynamiclist/qml/dynamic/dynamiclist.qml</fileToOpen>
            <fileToOpen>declarative/modelviews/listview/dynamiclist/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Models and Views: Expanding Delegate ListView Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-modelviews-listview-expandingdelegates.html" projectPath="declarative/modelviews/listview/expandingdelegates/expandingdelegates.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-listview-expandingdelegates-example.png">
            <description><![CDATA[This example shows how to create a dynamic delegate, which expands when selected.]]></description>
            <tags>models,and,views,expanding,delegate,listview</tags>
            <fileToOpen>declarative/modelviews/listview/expandingdelegates/qml/expandingdelegates/expandingdelegates.qml</fileToOpen>
            <fileToOpen>declarative/modelviews/listview/expandingdelegates/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Models and Views: GoogleMaps WebView Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-modelviews-webview-googlemaps.html" projectPath="declarative/modelviews/webview/googlemaps/googlemaps.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-webview-googlemaps-example.png">
            <description><![CDATA[This example shows how to use a web service API and the WebView element.]]></description>
            <tags>models,and,views,googlemaps,webview</tags>
            <fileToOpen>declarative/modelviews/webview/googlemaps/qml/googlemaps/googlemaps.qml</fileToOpen>
            <fileToOpen>declarative/modelviews/webview/googlemaps/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Models and Views: GridView Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-modelviews-gridview.html" projectPath="declarative/modelviews/gridview/gridview.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-gridview-example.png">
            <description><![CDATA[This example shows how to use the GridView element.]]></description>
            <tags>models,and,views,gridview</tags>
            <fileToOpen>declarative/modelviews/gridview/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Models and Views: Highlight ListView Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-modelviews-listview-highlight.html" projectPath="declarative/modelviews/listview/highlight/highlight.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-listview-highlight-example.png">
            <description><![CDATA[This example shows how to highlight one item inside a ListView element.]]></description>
            <tags>models,and,views,highlight,listview</tags>
            <fileToOpen>declarative/modelviews/listview/highlight/qml/highlight/highlight.qml</fileToOpen>
            <fileToOpen>declarative/modelviews/listview/highlight/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Models and Views: Highlight Ranges ListView Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-modelviews-listview-highlightranges.html" projectPath="declarative/modelviews/listview/highlightranges/highlightranges.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-listview-highlightranges-example.png">
            <description><![CDATA[This example shows how to highlight ranges within a ListView element.]]></description>
            <tags>models,and,views,highlight,ranges,listview</tags>
            <fileToOpen>declarative/modelviews/listview/highlightranges/qml/highlightranges/highlightranges.qml</fileToOpen>
            <fileToOpen>declarative/modelviews/listview/highlightranges/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Models and Views: Inline HTML WebView Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-modelviews-webview-inlinehtml.html" projectPath="declarative/modelviews/webview/inlinehtml/inlinehtml.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-webview-inlinehtml-example.png">
            <description><![CDATA[This example shows how to use inline HTML with the WebView element.]]></description>
            <tags>models,and,views,inline,html,webview</tags>
            <fileToOpen>declarative/modelviews/webview/inlinehtml/qml/inlinehtml/inlinehtml.qml</fileToOpen>
            <fileToOpen>declarative/modelviews/webview/inlinehtml/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Models and Views: New Windows WebView Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-modelviews-webview-newwindows.html" projectPath="declarative/modelviews/webview/newwindows/newwindows.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-webview-newwindows-example.png">
            <description><![CDATA[These examples show how to create new windows in the WebView element.]]></description>
            <tags>models,and,views,new,windows,webview</tags>
            <fileToOpen>declarative/modelviews/webview/newwindows/qml/newwindows/newwindows.qml</fileToOpen>
            <fileToOpen>declarative/modelviews/webview/newwindows/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Models and Views: Object ListModel Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-modelviews-objectlistmodel.html" projectPath="declarative/modelviews/objectlistmodel/objectlistmodel.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-objectlistmodel-example.png">
            <description><![CDATA[This example shows how to use a QList<QObject*> as a model in QML.]]></description>
            <tags>models,and,views,object,listmodel</tags>
            <fileToOpen>declarative/modelviews/objectlistmodel/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Models and Views: Package Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-modelviews-package.html" projectPath="declarative/modelviews/package/package.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-package-example.png">
            <description><![CDATA[This example shows how to use the Package element.]]></description>
            <tags>models,and,views,package</tags>
            <fileToOpen>declarative/modelviews/package/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Models and Views: Parallax Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-modelviews-parallax.html" projectPath="declarative/modelviews/parallax/parallax.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-parallax-example.png">
            <description><![CDATA[This example shows how to combine and switch between views.]]></description>
            <tags>models,and,views,parallax</tags>
            <fileToOpen>declarative/modelviews/parallax/qml/parallax/parallax.qml</fileToOpen>
            <fileToOpen>declarative/modelviews/parallax/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Models and Views: PathView Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-modelviews-pathview.html" projectPath="declarative/modelviews/pathview/pathview.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-pathview-example.png">
            <description><![CDATA[This example shows how to use the PathView element.]]></description>
            <tags>models,and,views,pathview</tags>
            <fileToOpen>declarative/modelviews/pathview/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Models and Views: Sections ListView Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-modelviews-listview-sections.html" projectPath="declarative/modelviews/listview/sections/sections.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-listview-sections-example.png">
            <description><![CDATA[This example shows how to use the ListView element.]]></description>
            <tags>models,and,views,sections,listview</tags>
            <fileToOpen>declarative/modelviews/listview/sections/qml/sections/sections.qml</fileToOpen>
            <fileToOpen>declarative/modelviews/listview/sections/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Models and Views: String ListModel Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-modelviews-stringlistmodel.html" projectPath="declarative/modelviews/stringlistmodel/stringlistmodel.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-stringlistmodel-example.png">
            <description><![CDATA[This example shows how to use a QStringList as a model in QML.]]></description>
            <tags>models,and,views,string,listmodel</tags>
            <fileToOpen>declarative/modelviews/stringlistmodel/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Models and Views: VisualItemModel Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-modelviews-visualitemmodel.html" projectPath="declarative/modelviews/visualitemmodel/visualitemmodel.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-visualitemmodel-example.png">
            <description><![CDATA[This example shows how to use the VisualItemModel element.]]></description>
            <tags>models,and,views,visualitemmodel</tags>
            <fileToOpen>declarative/modelviews/visualitemmodel/qml/visualitemmodel/visualitemmodel.qml</fileToOpen>
            <fileToOpen>declarative/modelviews/visualitemmodel/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Move Blocks Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/animation-moveblocks.html" projectPath="animation/moveblocks/moveblocks.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/moveblocks-example.png">
            <description><![CDATA[The Move Blocks example shows how to animate items in a QGraphicsScene using a QStateMachine with a custom transition.]]></description>
            <tags>move,blocks</tags>
            <fileToOpen>animation/moveblocks/main.cpp</fileToOpen>
        </example>
        <example name="Movie Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-movie.html" projectPath="widgets/movie/movie.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/movie-example.png">
            <description><![CDATA[The Movie example demonstrates how to use QMovie and QLabel to display animations.]]></description>
            <tags>movie</tags>
            <fileToOpen>widgets/movie/main.cpp</fileToOpen>
        </example>
        <example name="Multicast Receiver Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/network-multicastreceiver.html" projectPath="network/multicastreceiver/multicastreceiver.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/multicastreceiver-example.png">
            <description><![CDATA[The Multicast Receiever example shows how to receive information that is sent to a multicast group.]]></description>
            <tags>multicast,receiver</tags>
            <fileToOpen>network/multicastreceiver/main.cpp</fileToOpen>
        </example>
        <example name="Multicast Sender Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/network-multicastsender.html" projectPath="network/multicastsender/multicastsender.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/multicastsender-example.png">
            <description><![CDATA[The Multicast Sender example shows how to send information to multiple clients in a multicast group.]]></description>
            <tags>multicast,sender</tags>
            <fileToOpen>network/multicastsender/main.cpp</fileToOpen>
        </example>
        <example name="Multiple Inheritance Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/uitools-multipleinheritance.html" projectPath="uitools/multipleinheritance/multipleinheritance.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/multipleinheritance-example.png">
            <description><![CDATA[The Multiple Inheritance Example shows how to use a form created with Qt Designer in an application by subclassing both QWidget and the user interface class, which is .]]></description>
            <tags>multiple,inheritance</tags>
            <fileToOpen>uitools/multipleinheritance/main.cpp</fileToOpen>
        </example>
        <example name="Music Player Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/phonon-qmusicplayer.html" projectPath="phonon/qmusicplayer/qmusicplayer.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/musicplayer.png">
            <description><![CDATA[The Music Player Example shows how to use Phonon - the multimedia framework that comes with Qt - to create a simple music player.]]></description>
            <tags>music,player</tags>
            <fileToOpen>phonon/qmusicplayer/main.cpp</fileToOpen>
        </example>
        <example name="Network Chat Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/network-network-chat.html" projectPath="network/network-chat/network-chat.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/network-chat-example.png">
            <description><![CDATA[The Network Chat example demonstrates a stateful peer-to-peer Chat client that uses broadcasting with QUdpSocket and QNetworkInterface to discover its peers.]]></description>
            <tags>network,chat</tags>
            <fileToOpen>network/network-chat/main.cpp</fileToOpen>
        </example>
        <example name="Order Form Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/richtext-orderform.html" projectPath="richtext/orderform/orderform.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/orderform-example.png">
            <description><![CDATA[The Order Form example shows how to generate rich text documents by combining a simple template with data input by the user in a dialog.]]></description>
            <tags>order,form</tags>
            <fileToOpen>richtext/orderform/main.cpp</fileToOpen>
        </example>
        <example name="Orientation Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-orientation.html" projectPath="widgets/orientation/orientation.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/orientation-landscape.png">
            <description><![CDATA[The Orientation example shows a simple way to use different UIs depending on the screen orientation of a mobile device.]]></description>
            <tags>orientation</tags>
            <fileToOpen>widgets/orientation/main.cpp</fileToOpen>
        </example>
        <example name="Overpainting Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/opengl-overpainting.html" projectPath="opengl/overpainting/overpainting.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/overpainting-example.png">
            <description><![CDATA[The Overpainting example shows how QPainter can be used to overpaint a scene rendered using OpenGL in a QGLWidget.]]></description>
            <tags>overpainting</tags>
            <fileToOpen>opengl/overpainting/main.cpp</fileToOpen>
        </example>
        <example name="Pad Navigator Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/graphicsview-padnavigator.html" projectPath="graphicsview/padnavigator/padnavigator.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/padnavigator-example.png">
            <description><![CDATA[The Pad Navigator Example shows how you can use Graphics View together with embedded widgets and Qt's State Machine Framework to create a simple but useful, dynamic, animated user interface.]]></description>
            <tags>pad,navigator</tags>
            <fileToOpen>graphicsview/padnavigator/padnavigator.cpp</fileToOpen>
            <fileToOpen>graphicsview/padnavigator/padnavigator.h</fileToOpen>
            <fileToOpen>graphicsview/padnavigator/main.cpp</fileToOpen>
        </example>
        <example name="Painter Paths Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/painting-painterpaths.html" projectPath="painting/painterpaths/painterpaths.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/painterpaths-example.png">
            <description><![CDATA[The Painter Paths example shows how painter paths can be used to build complex shapes for rendering.]]></description>
            <tags>painter,paths</tags>
            <fileToOpen>painting/painterpaths/main.cpp</fileToOpen>
        </example>
        <example name="Part 1 - Designing the User Interface" docUrl="qthelp://com.trolltech.qt.487/qdoc/tutorials-addressbook-part1.html" projectPath="tutorials/addressbook/part1/part1.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/addressbook-tutorial-part1-screenshot.png">
            <description><![CDATA[No description available]]></description>
            <tags>part,designing,the,user,interface</tags>
            <fileToOpen>tutorials/addressbook/part1/main.cpp</fileToOpen>
        </example>
        <example name="Part 2 - Adding Addresses" docUrl="qthelp://com.trolltech.qt.487/qdoc/tutorials-addressbook-part2.html" projectPath="tutorials/addressbook/part2/part2.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/addressbook-tutorial-part2-add-contact.png">
            <description><![CDATA[No description available]]></description>
            <tags>part,adding,addresses</tags>
            <fileToOpen>tutorials/addressbook/part2/main.cpp</fileToOpen>
        </example>
        <example name="Part 3 - Navigating between Entries" docUrl="qthelp://com.trolltech.qt.487/qdoc/tutorials-addressbook-part3.html" projectPath="tutorials/addressbook/part3/part3.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/addressbook-tutorial-part3-linkedlist.png">
            <description><![CDATA[No description available]]></description>
            <tags>part,navigating,between,entries</tags>
            <fileToOpen>tutorials/addressbook/part3/main.cpp</fileToOpen>
        </example>
        <example name="Part 4 - Editing and Removing Addresses" docUrl="qthelp://com.trolltech.qt.487/qdoc/tutorials-addressbook-part4.html" projectPath="tutorials/addressbook/part4/part4.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/addressbook-tutorial-screenshot.png">
            <description><![CDATA[No description available]]></description>
            <tags>part,editing,and,removing,addresses</tags>
            <fileToOpen>tutorials/addressbook/part4/main.cpp</fileToOpen>
        </example>
        <example name="Part 5 - Adding a Find Function" docUrl="qthelp://com.trolltech.qt.487/qdoc/tutorials-addressbook-part5.html" projectPath="tutorials/addressbook/part5/part5.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/addressbook-tutorial-part5-screenshot.png">
            <description><![CDATA[No description available]]></description>
            <tags>part,adding,a,find,function</tags>
            <fileToOpen>tutorials/addressbook/part5/main.cpp</fileToOpen>
        </example>
        <example name="Part 6 - Loading and Saving" docUrl="qthelp://com.trolltech.qt.487/qdoc/tutorials-addressbook-part6.html" projectPath="tutorials/addressbook/part6/part6.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/addressbook-tutorial-part6-screenshot.png">
            <description><![CDATA[No description available]]></description>
            <tags>part,loading,and,saving</tags>
            <fileToOpen>tutorials/addressbook/part6/main.cpp</fileToOpen>
        </example>
        <example name="Part 7 - Additional Features" docUrl="qthelp://com.trolltech.qt.487/qdoc/tutorials-addressbook-part7.html" projectPath="tutorials/addressbook/part7/part7.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/addressbook-tutorial-part7-screenshot.png">
            <description><![CDATA[No description available]]></description>
            <tags>part,additional,features</tags>
            <fileToOpen>tutorials/addressbook/part7/main.cpp</fileToOpen>
        </example>
        <example name="Pinch Zoom Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/touch-pinchzoom.html" projectPath="touch/pinchzoom/pinchzoom.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/touch-pinchzoom-example.png">
            <description><![CDATA[The Pinch Zoom example shows how to use low-level touch information to recognize a gesture.]]></description>
            <tags>pinch,zoom</tags>
            <fileToOpen>touch/pinchzoom/main.cpp</fileToOpen>
        </example>
        <example name="Ping Pong States Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/statemachine-pingpong.html" projectPath="statemachine/pingpong/pingpong.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/pingpong-example.png">
            <description><![CDATA[The Ping Pong States example shows how to use parallel states together with custom events and transitions in The State Machine Framework.]]></description>
            <tags>ping,pong,states</tags>
            <fileToOpen>statemachine/pingpong/main.cpp</fileToOpen>
        </example>
        <example name="Pixel Buffers 2 Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/opengl-pbuffers2.html" projectPath="opengl/pbuffers2/pbuffers2.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/pbuffers2-example.png">
            <description><![CDATA[The Pixel Buffers 2 example demonstrates how to use the QGLPixelBuffer class to render into an off-screen buffer and use the contents as a dynamic texture in a QGLWidget.]]></description>
            <tags>pixel,buffers</tags>
            <fileToOpen>opengl/pbuffers2/main.cpp</fileToOpen>
        </example>
        <example name="Pixel Buffers Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/opengl-pbuffers.html" projectPath="opengl/pbuffers/pbuffers.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/pbuffers-example.png">
            <description><![CDATA[The Pixel Buffers example demonstrates how to use the QGLPixelBuffer class to render into an off-screen buffer and use the contents as a dynamic texture in a QGLWidget.]]></description>
            <tags>pixel,buffers</tags>
            <fileToOpen>opengl/pbuffers/main.cpp</fileToOpen>
        </example>
        <example name="Pixelator Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/itemviews-pixelator.html" projectPath="itemviews/pixelator/pixelator.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/pixelator-example.png">
            <description><![CDATA[The Pixelator example shows how delegates can be used to customize the way that items are rendered in standard item views.]]></description>
            <tags>pixelator</tags>
            <fileToOpen>itemviews/pixelator/main.cpp</fileToOpen>
        </example>
        <example name="Plug &amp; Paint Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/tools-plugandpaint.html" projectPath="tools/plugandpaint/plugandpaint.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/plugandpaint.png">
            <description><![CDATA[The Plug & Paint example demonstrates how to write Qt applications that can be extended through plugins.]]></description>
            <tags>plug,&amp;,paint</tags>
            <fileToOpen>tools/plugandpaint/main.cpp</fileToOpen>
        </example>
        <example name="Ported Asteroids Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/graphicsview-portedasteroids.html" projectPath="graphicsview/portedasteroids/portedasteroids.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/portedasteroids-example.png">
            <description><![CDATA[The Ported Asteroids example is a port of the Asteroids game, which was based on QCanvas, to the Graphics View framework.]]></description>
            <tags>ported,asteroids</tags>
            <fileToOpen>graphicsview/portedasteroids/main.cpp</fileToOpen>
        </example>
        <example name="Ported Canvas Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/graphicsview-portedcanvas.html" projectPath="graphicsview/portedcanvas/portedcanvas.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/portedcanvas-example.png">
            <description><![CDATA[The Ported Canvas example is a port of the old QCanvas example from Qt 3 to the Graphics View framework.]]></description>
            <tags>ported,canvas</tags>
            <fileToOpen>graphicsview/portedcanvas/main.cpp</fileToOpen>
        </example>
        <example name="Positioners Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-positioners.html" projectPath="declarative/positioners/positioners.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-positioners-example.png">
            <description><![CDATA[This example shows how to use positioner elements such as Row, Column, Grid and Flow.]]></description>
            <tags>positioners</tags>
            <fileToOpen>declarative/positioners/qml/positioners/positioners.qml</fileToOpen>
            <fileToOpen>declarative/positioners/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Previewer Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/webkit-previewer.html" projectPath="webkit/previewer/previewer.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/previewer-example.png">
            <description><![CDATA[The Previewer example shows how to use QtWebKit's QWebView to preview HTML data written in a QPlainTextEdit.]]></description>
            <tags>previewer</tags>
            <fileToOpen>webkit/previewer/previewer.cpp</fileToOpen>
            <fileToOpen>webkit/previewer/previewer.h</fileToOpen>
            <fileToOpen>webkit/previewer/main.cpp</fileToOpen>
        </example>
        <example name="QGraphicsGridLayout Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-cppextensions-qgraphicslayouts-qgraphicsgridlayout.html" projectPath="declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qgraphicsgridlayout.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-qgraphicsgridlayout-example.png">
            <description><![CDATA[This example shows how to use QGraphicsGridLayout to lay out QML items. This is useful if you need to integrate Qt Graphics View layouts with QML.]]></description>
            <tags>qgraphicsgridlayout</tags>
            <fileToOpen>declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/qml/qgraphicsgridlayout/qgraphicsgridlayout.qml</fileToOpen>
            <fileToOpen>declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/main.cpp</fileToOpen>
        </example>
        <example name="QGraphicsLinearLayout Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-cppextensions-qgraphicslayouts-qgraphicslinearlayout.html" projectPath="declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-qgraphicslinearlayout-example.png">
            <description><![CDATA[This example shows how to use QGraphicsLinearLayout to lay out QML items. This is useful if you need to integrate Qt Graphics View layouts with QML.]]></description>
            <tags>qgraphicslinearlayout</tags>
            <fileToOpen>declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qml/qgraphicslinearlayout/qgraphicslinearlayout.qml</fileToOpen>
            <fileToOpen>declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/main.cpp</fileToOpen>
        </example>
        <example name="QML Advanced Tutorial 1 - Creating the Game Canvas and Blocks" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-tutorials-samegame-samegame1.html" projectPath="declarative/tutorials/samegame/samegame1/samegame1.qmlproject" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/declarative-adv-tutorial1.png">
            <description><![CDATA[No description available]]></description>
            <tags>qml,advanced,tutorial,creating,the,game,canvas,and,blocks</tags>
        </example>
        <example name="QML Advanced Tutorial 2 - Populating the Game Canvas" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-tutorials-samegame-samegame2.html" projectPath="declarative/tutorials/samegame/samegame2/samegame2.qmlproject" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/declarative-adv-tutorial2.png">
            <description><![CDATA[No description available]]></description>
            <tags>qml,advanced,tutorial,populating,the,game,canvas</tags>
        </example>
        <example name="QML Advanced Tutorial 3 - Implementing the Game Logic" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-tutorials-samegame-samegame3.html" projectPath="declarative/tutorials/samegame/samegame3/samegame3.qmlproject" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/declarative-adv-tutorial3.png">
            <description><![CDATA[No description available]]></description>
            <tags>qml,advanced,tutorial,implementing,the,game,logic</tags>
        </example>
        <example name="QML Advanced Tutorial 4 - Finishing Touches" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-tutorials-samegame-samegame4.html" projectPath="declarative/tutorials/samegame/samegame4/samegame4.qmlproject" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/declarative-adv-tutorial4.gif">
            <description><![CDATA[No description available]]></description>
            <tags>qml,advanced,tutorial,finishing,touches</tags>
        </example>
        <example name="QObject XML Model Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/xmlpatterns-qobjectxmlmodel.html" projectPath="xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qobjectxmlmodel-example.png">
            <description><![CDATA[The XML Model example shows how to use QtXmlPatterns to query QObject trees by modeling the non-XML data structure of a QObject tree to look like XML.]]></description>
            <tags>qobject,xml,model</tags>
            <fileToOpen>xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.cpp</fileToOpen>
            <fileToOpen>xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.h</fileToOpen>
            <fileToOpen>xmlpatterns/qobjectxmlmodel/main.cpp</fileToOpen>
        </example>
        <example name="QXmlStream Bookmarks Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/xml-streambookmarks.html" projectPath="xml/streambookmarks/streambookmarks.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/xmlstreamexample-screenshot.png">
            <description><![CDATA[The QXmlStream Bookmarks example provides a reader for XML Bookmark Exchange Language (XBEL) files using Qt's QXmlStreamReader class for reading, and QXmlStreamWriter class for writing the files.]]></description>
            <tags>qxmlstream,bookmarks</tags>
            <fileToOpen>xml/streambookmarks/main.cpp</fileToOpen>
        </example>
        <example name="Qt Script Tetrix Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/script-qstetrix.html" projectPath="script/qstetrix/qstetrix.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/tetrix-example.png">
            <description><![CDATA[The QSTetrix example is a Qt Script version of the classic Tetrix game.]]></description>
            <tags>qt,script,tetrix</tags>
            <fileToOpen>script/qstetrix/main.cpp</fileToOpen>
        </example>
        <example name="QtConcurrent Progress Dialog Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/qtconcurrent-progressdialog.html" projectPath="qtconcurrent/progressdialog/progressdialog.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qtconcurrent-progressdialog.png">
            <description><![CDATA[The QtConcurrent Progress Dialog example shows how to use the QFutureWatcher class to monitor the progress of a long-running operation.]]></description>
            <tags>qtconcurrent,progress,dialog</tags>
            <fileToOpen>qtconcurrent/progressdialog/main.cpp</fileToOpen>
        </example>
        <example name="QtScript Calculator Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/script-calculator.html" projectPath="script/calculator/calculator.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qtscript-calculator-example.png">
            <description><![CDATA[In the QtScript Calculator example, we show how to implement the functionality of a calculator widget.]]></description>
            <tags>qtscript,calculator</tags>
            <fileToOpen>script/calculator/main.cpp</fileToOpen>
        </example>
        <example name="Query Model Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/sql-querymodel.html" projectPath="sql/querymodel/querymodel.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/querymodel-example.png">
            <description><![CDATA[The Query Model example shows how to make customized versions of data obtained from a SQL query, using a model that encapsulates the query and table views to display the results.]]></description>
            <tags>query,model</tags>
            <fileToOpen>sql/querymodel/main.cpp</fileToOpen>
        </example>
        <example name="Queued Custom Type Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/threads-queuedcustomtype.html" projectPath="threads/queuedcustomtype/queuedcustomtype.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/queuedcustomtype-example.png">
            <description><![CDATA[The Queued Custom Type example shows how to send custom types between threads with queued signals and slots.]]></description>
            <tags>queued,custom,type</tags>
            <fileToOpen>threads/queuedcustomtype/main.cpp</fileToOpen>
        </example>
        <example name="RSS-Listing Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/xml-rsslisting.html" projectPath="xml/rsslisting/rsslisting.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/rsslistingexample.png">
            <description><![CDATA[The RSS-Listing example shows how to create a widget that displays news items from RDF news sources.]]></description>
            <tags>rss-listing</tags>
            <fileToOpen>xml/rsslisting/rsslisting.cpp</fileToOpen>
            <fileToOpen>xml/rsslisting/rsslisting.h</fileToOpen>
            <fileToOpen>xml/rsslisting/main.cpp</fileToOpen>
        </example>
        <example name="Recent Files Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/mainwindows-recentfiles.html" projectPath="mainwindows/recentfiles/recentfiles.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/recentfiles-example.png">
            <description><![CDATA[The Recent Files example shows how a standard File menu can be extended to show the most recent files loaded by a main window application.]]></description>
            <tags>recent,files</tags>
            <fileToOpen>mainwindows/recentfiles/main.cpp</fileToOpen>
        </example>
        <example name="Recipes Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/xmlpatterns-recipes.html" projectPath="xmlpatterns/recipes/recipes.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/recipes-example.png">
            <description><![CDATA[The Recipes example shows how to use QtXmlPatterns to query XML data loaded from a file.]]></description>
            <tags>recipes</tags>
            <fileToOpen>xmlpatterns/recipes/main.cpp</fileToOpen>
        </example>
        <example name="Regular Expressions Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/tools-regexp.html" projectPath="tools/regexp/regexp.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/regexp-example.png">
            <description><![CDATA[The Regular Expressions (RegExp) example shows how regular expressions in Qt are applied to text by providing an environment in which new regular expressions can be created and tested on custom text strings.]]></description>
            <tags>regular,expressions</tags>
            <fileToOpen>tools/regexp/main.cpp</fileToOpen>
        </example>
        <example name="Relational Table Model Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/sql-relationaltablemodel.html" projectPath="sql/relationaltablemodel/relationaltablemodel.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/relationaltablemodel-example.png">
            <description><![CDATA[The Relational Table Model example shows how to use table views with a relational model to visualize the relations between items in a database.]]></description>
            <tags>relational,table,model</tags>
            <fileToOpen>sql/relationaltablemodel/relationaltablemodel.cpp</fileToOpen>
        </example>
        <example name="Right-to-left User Interfaces: Layout Direction Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-righttoleft-layoutdirection.html" projectPath="declarative/righttoleft/layoutdirection/layoutdirection.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-righttoleft-layoutdirection-example.png">
            <description><![CDATA[No description available]]></description>
            <tags>right-to-left,user,interfaces,layout,direction</tags>
            <fileToOpen>declarative/righttoleft/layoutdirection/qml/layoutdirection/layoutdirection.qml</fileToOpen>
            <fileToOpen>declarative/righttoleft/layoutdirection/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Right-to-left User Interfaces: Layout Mirroring Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-righttoleft-layoutmirroring.html" projectPath="declarative/righttoleft/layoutmirroring/layoutmirroring.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-righttoleft-layoutmirroring-example.png">
            <description><![CDATA[This example shows how to mirror the application layouts using LayoutMirroring attached property.]]></description>
            <tags>right-to-left,user,interfaces,layout,mirroring</tags>
            <fileToOpen>declarative/righttoleft/layoutmirroring/qml/layoutmirroring/layoutmirroring.qml</fileToOpen>
            <fileToOpen>declarative/righttoleft/layoutmirroring/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Rogue Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/statemachine-rogue.html" projectPath="statemachine/rogue/rogue.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/rogue-example.png">
            <description><![CDATA[The Rogue example shows how to use the Qt state machine for event handling.]]></description>
            <tags>rogue</tags>
            <fileToOpen>statemachine/rogue/main.cpp</fileToOpen>
        </example>
        <example name="SAX Bookmarks Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/xml-saxbookmarks.html" projectPath="xml/saxbookmarks/saxbookmarks.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/saxbookmarks-example.png">
            <description><![CDATA[The SAX Bookmarks example provides a reader for XML Bookmark Exchange Language (XBEL) files that uses Qt's SAX-based API to read and parse the files.]]></description>
            <tags>sax,bookmarks</tags>
            <fileToOpen>xml/saxbookmarks/main.cpp</fileToOpen>
        </example>
        <example name="SDI Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/mainwindows-sdi.html" projectPath="mainwindows/sdi/sdi.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/sdi-example.png">
            <description><![CDATA[The SDI example shows how to create a Single Document Interface. It uses a number of top-level windows to display the contents of different text files.]]></description>
            <tags>sdi</tags>
            <fileToOpen>mainwindows/sdi/main.cpp</fileToOpen>
        </example>
        <example name="SIP Dialog Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/dialogs-sipdialog.html" projectPath="dialogs/sipdialog/sipdialog.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/sipdialog-closed.png">
            <description><![CDATA[The SIP Dialog example shows how to create a dialog that is aware of the Windows Mobile SIP (Software Input Panel) and reacts to it.]]></description>
            <tags>sip,dialog</tags>
            <fileToOpen>dialogs/sipdialog/main.cpp</fileToOpen>
        </example>
        <example name="SQL Widget Mapper Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/sql-sqlwidgetmapper.html" projectPath="sql/sqlwidgetmapper/sqlwidgetmapper.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/sql-widget-mapper.png">
            <description><![CDATA[The SQL Widget Mapper example shows how to use a map information from a database to widgets on a form.]]></description>
            <tags>sql,widget,mapper</tags>
            <fileToOpen>sql/sqlwidgetmapper/main.cpp</fileToOpen>
        </example>
        <example name="SVG Generator Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/painting-svggenerator.html" projectPath="painting/svggenerator/svggenerator.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/svggenerator-example.png">
            <description><![CDATA[The SVG Generator example shows how to add SVG file export to applications.]]></description>
            <tags>svg,generator</tags>
            <fileToOpen>painting/svggenerator/main.cpp</fileToOpen>
        </example>
        <example name="SVG Viewer Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/painting-svgviewer.html" projectPath="painting/svgviewer/svgviewer.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/svgviewer-example.png">
            <description><![CDATA[The SVG Viewer example shows how to add SVG viewing support to applications.]]></description>
            <tags>svg,viewer</tags>
            <fileToOpen>painting/svgviewer/main.cpp</fileToOpen>
        </example>
        <example name="Sample Buffers Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/opengl-samplebuffers.html" projectPath="opengl/samplebuffers/samplebuffers.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/samplebuffers-example.png">
            <description><![CDATA[The Sample Buffers example demonstrates how to use and enable sample buffers in a QGLWidget.]]></description>
            <tags>sample,buffers</tags>
            <fileToOpen>opengl/samplebuffers/main.cpp</fileToOpen>
        </example>
        <example name="Screenshot Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/desktop-screenshot.html" projectPath="desktop/screenshot/screenshot.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/screenshot-example.png">
            <description><![CDATA[The Screenshot example shows how to take a screenshot of the desktop using QApplication and QDesktopWidget. It also shows how to use QTimer to provide a single-shot timer, and how to reimplement the QWidget::resizeEvent() event handler to make sure that an application resizes smoothly and without data loss.]]></description>
            <tags>screenshot</tags>
            <fileToOpen>desktop/screenshot/screenshot.cpp</fileToOpen>
            <fileToOpen>desktop/screenshot/screenshot.h</fileToOpen>
            <fileToOpen>desktop/screenshot/main.cpp</fileToOpen>
        </example>
        <example name="Scribble Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-scribble.html" projectPath="widgets/scribble/scribble.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/scribble-example.png">
            <description><![CDATA[The Scribble example shows how to reimplement some of QWidget's event handlers to receive the events generated for the application's widgets.]]></description>
            <tags>scribble</tags>
            <fileToOpen>widgets/scribble/main.cpp</fileToOpen>
        </example>
        <example name="Secure Socket Client Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/network-securesocketclient.html" projectPath="network/securesocketclient/securesocketclient.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/securesocketclient.png">
            <description><![CDATA[The Secure Socket Client example shows how to use QSslSocket to communicate over an encrypted (SSL) connection. It also demonstrates how to deal with authenticity problems, and how to display security and certificate information.]]></description>
            <tags>secure,socket,client</tags>
            <fileToOpen>network/securesocketclient/main.cpp</fileToOpen>
        </example>
        <example name="Settings Editor Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/tools-settingseditor.html" projectPath="tools/settingseditor/settingseditor.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/settingseditor-example.png">
            <description><![CDATA[The Settings Editor example shows how Qt's standard settings support is used in an application by providing an editor that enables the user to view the settings for installed applications, and modify those that can be edited.]]></description>
            <tags>settings,editor</tags>
            <fileToOpen>tools/settingseditor/main.cpp</fileToOpen>
        </example>
        <example name="Shaped Clock Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-shapedclock.html" projectPath="widgets/shapedclock/shapedclock.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/shapedclock-example.png">
            <description><![CDATA[The Shaped Clock example shows how to apply a widget mask to a top-level widget to produce a shaped window.]]></description>
            <tags>shaped,clock</tags>
            <fileToOpen>widgets/shapedclock/shapedclock.cpp</fileToOpen>
            <fileToOpen>widgets/shapedclock/shapedclock.h</fileToOpen>
            <fileToOpen>widgets/shapedclock/main.cpp</fileToOpen>
        </example>
        <example name="Shared Memory Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/ipc-sharedmemory.html" projectPath="ipc/sharedmemory/sharedmemory.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/sharedmemory-example_1.png">
            <description><![CDATA[The Shared Memory example shows how to use the QSharedMemory class to implement inter-process communication using shared memory.]]></description>
            <tags>shared,memory</tags>
            <fileToOpen>ipc/sharedmemory/main.cpp</fileToOpen>
        </example>
        <example name="Simple DOM Model Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/itemviews-simpledommodel.html" projectPath="itemviews/simpledommodel/simpledommodel.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/simpledommodel-example.png">
            <description><![CDATA[The Simple DOM Model example shows how an existing class can be adapted for use with the model/view framework.]]></description>
            <tags>simple,dom,model</tags>
            <fileToOpen>itemviews/simpledommodel/main.cpp</fileToOpen>
        </example>
        <example name="Simple Decoration Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/qws-simpledecoration.html" projectPath="qws/simpledecoration/simpledecoration.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/embedded-simpledecoration-example.png">
            <description><![CDATA[The Simple Decoration example shows how to create a custom window decoration for embedded applications.]]></description>
            <tags>simple,decoration</tags>
            <fileToOpen>qws/simpledecoration/main.cpp</fileToOpen>
        </example>
        <example name="Simple Selector Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/webkit-simpleselector.html" projectPath="webkit/simpleselector/simpleselector.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/webkit-simpleselector.png">
            <description><![CDATA[The Simple Selector example shows how to use QWebElement to access the Document Object Model (DOM) in a Web page.]]></description>
            <tags>simple,selector</tags>
            <fileToOpen>webkit/simpleselector/main.cpp</fileToOpen>
        </example>
        <example name="Simple Text Viewer Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/help-simpletextviewer.html" projectPath="help/simpletextviewer/simpletextviewer.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/simpletextviewer-example.png">
            <description><![CDATA[The Simple Text Viewer example shows how to use Qt Assistant as a customized help viewer for your application.]]></description>
            <tags>simple,text,viewer</tags>
            <fileToOpen>help/simpletextviewer/main.cpp</fileToOpen>
        </example>
        <example name="Simple Tree Model Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/itemviews-simpletreemodel.html" projectPath="itemviews/simpletreemodel/simpletreemodel.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/simpletreemodel-example.png">
            <description><![CDATA[The Simple Tree Model example shows how to create a basic, read-only hierarchical model to use with Qt's standard view classes.]]></description>
            <tags>simple,tree,model</tags>
            <fileToOpen>itemviews/simpletreemodel/main.cpp</fileToOpen>
        </example>
        <example name="Simple Widget Mapper Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/itemviews-simplewidgetmapper.html" projectPath="itemviews/simplewidgetmapper/simplewidgetmapper.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/simplewidgetmapper-example.png">
            <description><![CDATA[The Simple Widget Mapper example shows how to use a widget mapper to display data from a model in a collection of widgets.]]></description>
            <tags>simple,widget,mapper</tags>
            <fileToOpen>itemviews/simplewidgetmapper/main.cpp</fileToOpen>
        </example>
        <example name="Sliders Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-sliders.html" projectPath="widgets/sliders/sliders.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/sliders-example.png">
            <description><![CDATA[Qt provides three types of slider-like widgets: QSlider, QScrollBar and QDial. They all inherit most of their functionality from QAbstractSlider, and can in theory replace each other in an application since the differences only concern their look and feel. This example shows what they look like, how they work and how their behavior and appearance can be manipulated through their properties.]]></description>
            <tags>sliders</tags>
            <fileToOpen>widgets/sliders/main.cpp</fileToOpen>
        </example>
        <example name="Spin Box Delegate Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/itemviews-spinboxdelegate.html" projectPath="itemviews/spinboxdelegate/spinboxdelegate.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/spinboxdelegate-example.png">
            <description><![CDATA[The Spin Box Delegate example shows how to create an editor for a custom delegate in the model/view framework by reusing a standard Qt editor widget.]]></description>
            <tags>spin,box,delegate</tags>
            <fileToOpen>itemviews/spinboxdelegate/main.cpp</fileToOpen>
        </example>
        <example name="Spin Boxes Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-spinboxes.html" projectPath="widgets/spinboxes/spinboxes.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/spinboxes-example.png">
            <description><![CDATA[The Spin Boxes example shows how to use the many different types of spin boxes available in Qt, from a simple QSpinBox widget to more complex editors like the QDateTimeEdit widget.]]></description>
            <tags>spin,boxes</tags>
            <fileToOpen>widgets/spinboxes/main.cpp</fileToOpen>
        </example>
        <example name="Standard Dialogs Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/dialogs-standarddialogs.html" projectPath="dialogs/standarddialogs/standarddialogs.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/standarddialogs-example.png">
            <description><![CDATA[The Standard Dialogs example shows the standard dialogs that are provided by Qt.]]></description>
            <tags>standard,dialogs</tags>
            <fileToOpen>dialogs/standarddialogs/main.cpp</fileToOpen>
        </example>
        <example name="Star Delegate Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/itemviews-stardelegate.html" projectPath="itemviews/stardelegate/stardelegate.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/stardelegate.png">
            <description><![CDATA[The Star Delegate example shows how to create a delegate that can paint itself and that supports editing.]]></description>
            <tags>star,delegate</tags>
            <fileToOpen>itemviews/stardelegate/stardelegate.cpp</fileToOpen>
            <fileToOpen>itemviews/stardelegate/stardelegate.h</fileToOpen>
            <fileToOpen>itemviews/stardelegate/main.cpp</fileToOpen>
        </example>
        <example name="States Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/animation-states.html" projectPath="animation/states/states.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/states-example.png">
            <description><![CDATA[The States example shows how to use the Qt state machine to play animations.]]></description>
            <tags>states</tags>
            <fileToOpen>animation/states/main.cpp</fileToOpen>
        </example>
        <example name="Stickman Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/animation-stickman.html" projectPath="animation/stickman/stickman.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/stickman-example.png">
            <description><![CDATA[The Stickman example shows how to animate transitions in a state machine to implement key frame animations.]]></description>
            <tags>stickman</tags>
            <fileToOpen>animation/stickman/stickman.cpp</fileToOpen>
            <fileToOpen>animation/stickman/stickman.h</fileToOpen>
            <fileToOpen>animation/stickman/main.cpp</fileToOpen>
        </example>
        <example name="Style Plugin Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/tools-styleplugin.html" projectPath="tools/styleplugin/styleplugin.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/stylepluginexample.png">
            <description><![CDATA[The Style Plugin example shows how to create a plugin that extends Qt with a new GUI look and feel.]]></description>
            <tags>style,plugin</tags>
            <fileToOpen>tools/styleplugin/stylewindow/main.cpp</fileToOpen>
        </example>
        <example name="Style Sheet Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-stylesheet.html" projectPath="widgets/stylesheet/stylesheet.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/stylesheet-pagefold.png">
            <description><![CDATA[The Style Sheet Example shows how to use style sheets with Qt.]]></description>
            <tags>style,sheet</tags>
            <fileToOpen>widgets/stylesheet/main.cpp</fileToOpen>
        </example>
        <example name="Styles Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-styles.html" projectPath="widgets/styles/styles.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/styles-enabledwood.png">
            <description><![CDATA[The Styles example illustrates how to create custom widget drawing styles using Qt, and demonstrates Qt's predefined styles.]]></description>
            <tags>styles</tags>
            <fileToOpen>widgets/styles/main.cpp</fileToOpen>
        </example>
        <example name="Symbian Vibration Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-symbianvibration.html" projectPath="widgets/symbianvibration/symbianvibration.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/symbianvibration-example.png">
            <description><![CDATA[The Symbian Vibrator example shows how to get fine-grained vibration control on Symbian devices.]]></description>
            <tags>symbian,vibration</tags>
            <fileToOpen>widgets/symbianvibration/main.cpp</fileToOpen>
        </example>
        <example name="Syntax Highlighter Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/richtext-syntaxhighlighter.html" projectPath="richtext/syntaxhighlighter/syntaxhighlighter.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/syntaxhighlighter-example.png">
            <description><![CDATA[The Syntax Highlighter example shows how to perform simple syntax highlighting by subclassing the QSyntaxHighlighter class.]]></description>
            <tags>syntax,highlighter</tags>
            <fileToOpen>richtext/syntaxhighlighter/main.cpp</fileToOpen>
        </example>
        <example name="System Tray Icon Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/desktop-systray.html" projectPath="desktop/systray/systray.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/systemtray-example.png">
            <description><![CDATA[The System Tray Icon example shows how to add an icon with a menu and popup messages to a desktop environment's system tray.]]></description>
            <tags>system,tray,icon</tags>
            <fileToOpen>desktop/systray/main.cpp</fileToOpen>
        </example>
        <example name="Tab Dialog Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/dialogs-tabdialog.html" projectPath="dialogs/tabdialog/tabdialog.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/tabdialog-example.png">
            <description><![CDATA[The Tab Dialog example shows how to construct a tab dialog using the QTabWidget class.]]></description>
            <tags>tab,dialog</tags>
            <fileToOpen>dialogs/tabdialog/tabdialog.cpp</fileToOpen>
            <fileToOpen>dialogs/tabdialog/tabdialog.h</fileToOpen>
            <fileToOpen>dialogs/tabdialog/main.cpp</fileToOpen>
        </example>
        <example name="Table Model Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/sql-tablemodel.html" projectPath="sql/tablemodel/tablemodel.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/tablemodel-example.png">
            <description><![CDATA[The Table Model example shows how to use a specialized SQL table model with table views to edit information in a database.]]></description>
            <tags>table,model</tags>
            <fileToOpen>sql/tablemodel/tablemodel.cpp</fileToOpen>
        </example>
        <example name="Tablet Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-tablet.html" projectPath="widgets/tablet/tablet.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/tabletexample.png">
            <description><![CDATA[The Tablet example shows how to use a Wacom tablet in Qt applications.]]></description>
            <tags>tablet</tags>
            <fileToOpen>widgets/tablet/main.cpp</fileToOpen>
        </example>
        <example name="Task Menu Extension Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/designer-taskmenuextension.html" projectPath="designer/taskmenuextension/taskmenuextension.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/taskmenuextension-example-faded.png">
            <description><![CDATA[The Task Menu Extension example shows how to create a custom widget plugin for Qt Designer, and how to to use the QDesignerTaskMenuExtension class to provide custom task menu entries associated with the plugin.]]></description>
            <tags>task,menu,extension</tags>
        </example>
        <example name="Tetrix Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-tetrix.html" projectPath="widgets/tetrix/tetrix.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/tetrix-example.png">
            <description><![CDATA[The Tetrix example is a Qt version of the classic Tetrix game.]]></description>
            <tags>tetrix</tags>
            <fileToOpen>widgets/tetrix/main.cpp</fileToOpen>
        </example>
        <example name="Text Finder Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/uitools-textfinder.html" projectPath="uitools/textfinder/textfinder.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/textfinder-example-find.png">
            <description><![CDATA[The Text Finder example demonstrates how to dynamically process forms using the QtUiTools module.]]></description>
            <tags>text,finder</tags>
            <fileToOpen>uitools/textfinder/textfinder.cpp</fileToOpen>
            <fileToOpen>uitools/textfinder/textfinder.h</fileToOpen>
            <fileToOpen>uitools/textfinder/main.cpp</fileToOpen>
        </example>
        <example name="Text Object Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/richtext-textobject.html" projectPath="richtext/textobject/textobject.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/textobject-example.png">
            <description><![CDATA[The Text Object example shows how to insert an SVG file into a QTextDocument.]]></description>
            <tags>text,object</tags>
            <fileToOpen>richtext/textobject/main.cpp</fileToOpen>
        </example>
        <example name="Text: Banner Fonts Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-text-fonts-banner.html" projectPath="declarative/text/fonts/banner/banner.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-fonts-banner-example.png">
            <description><![CDATA[These example shows how to manipulate text in various ways.]]></description>
            <tags>text,banner,fonts</tags>
            <fileToOpen>declarative/text/fonts/banner/qml/banner/banner.qml</fileToOpen>
            <fileToOpen>declarative/text/fonts/banner/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Text: Fonts Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-text-fonts-fonts.html" projectPath="declarative/text/fonts/fonts/fonts.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-fonts-fonts-example.png">
            <description><![CDATA[These examples shows how to display a text with multiple fonts.]]></description>
            <tags>text,fonts</tags>
            <fileToOpen>declarative/text/fonts/fonts/qml/fonts-qml/fonts.qml</fileToOpen>
            <fileToOpen>declarative/text/fonts/fonts/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Text: Hello Fonts Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-text-fonts-hello.html" projectPath="declarative/text/fonts/hello/hello.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-fonts-hello-example.png">
            <description><![CDATA[This example shows how to manipulate text in various ways.]]></description>
            <tags>text,hello,fonts</tags>
            <fileToOpen>declarative/text/fonts/hello/qml/hello/hello.qml</fileToOpen>
            <fileToOpen>declarative/text/fonts/hello/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Text: Text Selection Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-text-textselection.html" projectPath="declarative/text/textselection/textselection.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-textselection-example.png">
            <description><![CDATA[This example shows how text selection, copy and paste operations can be implemented on top of the TextEdit element.]]></description>
            <tags>text,text,selection</tags>
            <fileToOpen>declarative/text/textselection/qml/textselection/textselection.qml</fileToOpen>
            <fileToOpen>declarative/text/textselection/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Textures Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/opengl-textures.html" projectPath="opengl/textures/textures.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/textures-example.png">
            <description><![CDATA[The Textures example demonstrates the use of Qt's image classes as textures in applications that use both OpenGL and Qt to display graphics.]]></description>
            <tags>textures</tags>
            <fileToOpen>opengl/textures/main.cpp</fileToOpen>
        </example>
        <example name="The Webkit Bridge Tutorial - Hybrid Client Application" docUrl="qthelp://com.trolltech.qt.487/qdoc/webkit-imageanalyzer.html" projectPath="webkit/imageanalyzer/imageanalyzer.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/webkit-imageanalyzer-screenshot.png">
            <description><![CDATA[In this example, we will show how to write a hybrid application using QtWebKit Bridge, which distinguishes itself from a thin client in that it performs heavy calculations on the client side in C++, like a native application, but presents nothing more than a  for its user interface, displaying web content written in HTML/JavaScript.]]></description>
            <tags>the,webkit,bridge,tutorial,hybrid,client,application</tags>
            <fileToOpen>webkit/imageanalyzer/imageanalyzer.cpp</fileToOpen>
            <fileToOpen>webkit/imageanalyzer/imageanalyzer.h</fileToOpen>
            <fileToOpen>webkit/imageanalyzer/main.cpp</fileToOpen>
        </example>
        <example name="Threaded Fortune Server Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/network-threadedfortuneserver.html" projectPath="network/threadedfortuneserver/threadedfortuneserver.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/threadedfortuneserver-example.png">
            <description><![CDATA[The Threaded Fortune Server example shows how to create a server for a simple network service that uses threads to handle requests from different clients.]]></description>
            <tags>threaded,fortune,server</tags>
            <fileToOpen>network/threadedfortuneserver/main.cpp</fileToOpen>
        </example>
        <example name="Tool Tips Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-tooltips.html" projectPath="widgets/tooltips/tooltips.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/tooltips-example.png">
            <description><![CDATA[The Tool Tips example shows how to provide static and dynamic tool tips for an application's widgets.]]></description>
            <tags>tool,tips</tags>
            <fileToOpen>widgets/tooltips/main.cpp</fileToOpen>
        </example>
        <example name="Torrent Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/network-torrent.html" projectPath="network/torrent/torrent.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/torrent-example.png">
            <description><![CDATA[The Torrent example is a functional BitTorrent client that illustrates how to write a complex TCP/IP application using Qt.]]></description>
            <tags>torrent</tags>
            <fileToOpen>network/torrent/main.cpp</fileToOpen>
        </example>
        <example name="Touch Dials Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/touch-dials.html" projectPath="touch/dials/dials.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/touch-dials-example.png">
            <description><![CDATA[The Touch Dials example shows how to apply touch to a set of standard Qt widgets.]]></description>
            <tags>touch,dials</tags>
            <fileToOpen>touch/dials/main.cpp</fileToOpen>
        </example>
        <example name="Touch Interaction: MouseArea Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-touchinteraction-mousearea.html" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-mousearea-example.png">
            <description><![CDATA[This example shows how to use the MouseArea element to access information about mouse input.]]></description>
            <tags>touch,interaction,mousearea</tags>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Touch Knobs Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/touch-knobs.html" projectPath="touch/knobs/knobs.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/touch-knobs-example.png">
            <description><![CDATA[The Touch Knobs example shows how to create custom controls that accept touch input.]]></description>
            <tags>touch,knobs</tags>
            <fileToOpen>touch/knobs/main.cpp</fileToOpen>
        </example>
        <example name="Toys: Clocks Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-toys-clocks.html" projectPath="declarative/toys/clocks/clocks.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-clocks-example.png">
            <description><![CDATA[This example displays a set of clocks with different times for different cities.]]></description>
            <tags>toys,clocks</tags>
            <fileToOpen>declarative/toys/clocks/qml/clocks/clocks.qml</fileToOpen>
            <fileToOpen>declarative/toys/clocks/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Toys: Corkboards Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-toys-corkboards.html" projectPath="declarative/toys/corkboards/corkboards.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-corkboards-example.png">
            <description><![CDATA[This example presents a flickable set of interactive corkboards. It is created through a combination of elements like ListModel, Repeater and TextEdit together with rotation and scaling transforms, animation and mouse interaction.]]></description>
            <tags>toys,corkboards</tags>
            <fileToOpen>declarative/toys/corkboards/qml/corkboards/corkboards.qml</fileToOpen>
            <fileToOpen>declarative/toys/corkboards/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Toys: Dynamic Scene Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-toys-dynamicscene.html" projectPath="declarative/toys/dynamicscene/dynamicscene.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-dynamicscene-example.png">
            <description><![CDATA[This example presents an interactive drag-and-drop scene. It demonstrates how to use QML's Dynamic Object Creation support to dynamically create and destroy objects.]]></description>
            <tags>toys,dynamic,scene</tags>
            <fileToOpen>declarative/toys/dynamicscene/qml/dynamicscene/dynamicscene.qml</fileToOpen>
            <fileToOpen>declarative/toys/dynamicscene/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Toys: TV Tennis Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-toys-tvtennis.html" projectPath="declarative/toys/tvtennis/tvtennis.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-tvtennis-example.png">
            <description><![CDATA[This example shows how to use animation components such as SpringAnimation, SequentialAnimation and PropertyAction to create a game of TV tennis.]]></description>
            <tags>toys,tv,tennis</tags>
            <fileToOpen>declarative/toys/tvtennis/qml/tvtennis/tvtennis.qml</fileToOpen>
            <fileToOpen>declarative/toys/tvtennis/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Toys: Tic-Tac-Toe Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-toys-tic-tac-toe.html" projectPath="declarative/toys/tic-tac-toe/tic-tac-toe.qmlproject" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-tic-tac-toe-example.png">
            <description><![CDATA[This example presents a simple implementation of Tic Tac Toe.]]></description>
            <tags>toys,tic-tac-toe</tags>
            <fileToOpen>declarative/toys/tic-tac-toe/qml/tic-tac-toe/tic-tac-toe.qml</fileToOpen>
            <fileToOpen>declarative/toys/tic-tac-toe/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Traffic Light Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/statemachine-trafficlight.html" projectPath="statemachine/trafficlight/trafficlight.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/trafficlight-example.png">
            <description><![CDATA[The Traffic Light example shows how to use The State Machine Framework to implement the control flow of a traffic light.]]></description>
            <tags>traffic,light</tags>
            <fileToOpen>statemachine/trafficlight/main.cpp</fileToOpen>
        </example>
        <example name="TrafficInfo Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/xmlpatterns-trafficinfo.html" projectPath="xmlpatterns/trafficinfo/trafficinfo.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/trafficinfo-example.png">
            <description><![CDATA[The Traffic Info example shows how XQuery can be used extract information from WML documents provided by a WAP service.]]></description>
            <tags>trafficinfo</tags>
            <fileToOpen>xmlpatterns/trafficinfo/main.cpp</fileToOpen>
        </example>
        <example name="Transformations Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/painting-transformations.html" projectPath="painting/transformations/transformations.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/transformations-example.png">
            <description><![CDATA[The Transformations example shows how transformations influence the way that QPainter renders graphics primitives. In particular it shows how the order of transformations affect the result.]]></description>
            <tags>transformations</tags>
            <fileToOpen>painting/transformations/main.cpp</fileToOpen>
        </example>
        <example name="Tree Model Completer Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/tools-treemodelcompleter.html" projectPath="tools/treemodelcompleter/treemodelcompleter.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/treemodelcompleter-example.png">
            <description><![CDATA[The Tree Model Completer example shows how to provide completion facilities for a hierarchical model, using a period as the separator to access Child, GrandChild and GrandGrandChild level objects.]]></description>
            <tags>tree,model,completer</tags>
            <fileToOpen>tools/treemodelcompleter/treemodelcompleter.cpp</fileToOpen>
            <fileToOpen>tools/treemodelcompleter/treemodelcompleter.h</fileToOpen>
            <fileToOpen>tools/treemodelcompleter/main.cpp</fileToOpen>
        </example>
        <example name="Trivial Wizard Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/dialogs-trivialwizard.html" projectPath="dialogs/trivialwizard/trivialwizard.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/trivialwizard-example-flow.png">
            <description><![CDATA[The Trivial Wizard example illustrates how to create a linear three-page registration wizard using three instances of QWizardPage and one instance of QWizard.]]></description>
            <tags>trivial,wizard</tags>
            <fileToOpen>dialogs/trivialwizard/trivialwizard.cpp</fileToOpen>
        </example>
        <example name="Troll Print Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/linguist-trollprint.html" projectPath="linguist/trollprint/trollprint.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/linguist-trollprint_10_en.png">
            <description><![CDATA[Troll Print is an example application that lets the user choose printer settings. It comes in two versions: English and Portuguese.]]></description>
            <tags>troll,print</tags>
            <fileToOpen>linguist/trollprint/main.cpp</fileToOpen>
        </example>
        <example name="UI Components: Dial Control Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-ui-components-dialcontrol.html" projectPath="declarative/ui-components/dialcontrol/dialcontrol.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-dialcontrol-example.png">
            <description><![CDATA[This example shows how to create a dial-type control. It combines Image elements with Rotation transforms and SpringAnimation behaviors to produce an interactive speedometer-type dial.]]></description>
            <tags>ui,components,dial,control</tags>
            <fileToOpen>declarative/ui-components/dialcontrol/qml/dialcontrol/dialcontrol.qml</fileToOpen>
            <fileToOpen>declarative/ui-components/dialcontrol/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="UI Components: Flipable Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-ui-components-flipable.html" projectPath="declarative/ui-components/flipable/flipable.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-flipable-example.png">
            <description><![CDATA[This example shows how to use the Flipable element.]]></description>
            <tags>ui,components,flipable</tags>
            <fileToOpen>declarative/ui-components/flipable/qml/flipable/flipable.qml</fileToOpen>
            <fileToOpen>declarative/ui-components/flipable/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="UI Components: Progress Bars Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-ui-components-progressbar.html" projectPath="declarative/ui-components/progressbar/progressbar.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-progressbar-example.png">
            <description><![CDATA[This example shows how to create a progress bar.]]></description>
            <tags>ui,components,progress,bars</tags>
            <fileToOpen>declarative/ui-components/progressbar/qml/progressbar/main.qml</fileToOpen>
            <fileToOpen>declarative/ui-components/progressbar/qml/progressbar/content/ProgressBar.qml</fileToOpen>
            <fileToOpen>declarative/ui-components/progressbar/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="UI Components: Scroll Bar Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-ui-components-scrollbar.html" projectPath="declarative/ui-components/scrollbar/scrollbar.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-scrollbar-example.png">
            <description><![CDATA[This example shows how to create scroll bars for a Flickable element using the Flickable::visibleArea properties.]]></description>
            <tags>ui,components,scroll,bar</tags>
            <fileToOpen>declarative/ui-components/scrollbar/qml/scrollbar/ScrollBar.qml</fileToOpen>
            <fileToOpen>declarative/ui-components/scrollbar/qml/scrollbar/main.qml</fileToOpen>
            <fileToOpen>declarative/ui-components/scrollbar/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="UI Components: Search Box Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-ui-components-searchbox.html" projectPath="declarative/ui-components/searchbox/searchbox.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-searchbox-example.png">
            <description><![CDATA[This example shows how to combine TextInput, FocusScope and BorderImage elements to display multiple text input fields.]]></description>
            <tags>ui,components,search,box</tags>
            <fileToOpen>declarative/ui-components/searchbox/qml/searchbox/SearchBox.qml</fileToOpen>
            <fileToOpen>declarative/ui-components/searchbox/qml/searchbox/main.qml</fileToOpen>
            <fileToOpen>declarative/ui-components/searchbox/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="UI Components: Slide Switch Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-ui-components-slideswitch.html" projectPath="declarative/ui-components/slideswitch/slideswitch.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-slideswitch-example.png">
            <description><![CDATA[This example shows how to create a slide switch control.]]></description>
            <tags>ui,components,slide,switch</tags>
            <fileToOpen>declarative/ui-components/slideswitch/qml/slideswitch/slideswitch.qml</fileToOpen>
            <fileToOpen>declarative/ui-components/slideswitch/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="UI Components: Spinner Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-ui-components-spinner.html" projectPath="declarative/ui-components/spinner/spinner.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-spinner-example.png">
            <description><![CDATA[This example shows how to create a spinner-type component using the PathView element.]]></description>
            <tags>ui,components,spinner</tags>
            <fileToOpen>declarative/ui-components/spinner/qml/spinner/main.qml</fileToOpen>
            <fileToOpen>declarative/ui-components/spinner/qml/spinner/content/Spinner.qml</fileToOpen>
            <fileToOpen>declarative/ui-components/spinner/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="UI Components: Tab Widget Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-ui-components-tabwidget.html" projectPath="declarative/ui-components/tabwidget/tabwidget.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-tabwidget-example.png">
            <description><![CDATA[This example shows how to create a tab widget. It also demonstrates how property aliases and default properties can be used to collect and assemble the child items declared within an Item.]]></description>
            <tags>ui,components,tab,widget</tags>
            <fileToOpen>declarative/ui-components/tabwidget/qml/tabwidget/TabWidget.qml</fileToOpen>
            <fileToOpen>declarative/ui-components/tabwidget/qml/tabwidget/main.qml</fileToOpen>
            <fileToOpen>declarative/ui-components/tabwidget/main.cpp</fileToOpen>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
        <example name="Undo Framework Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/tools-undoframework.html" projectPath="tools/undoframework/undoframework.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/undoframeworkexample.png">
            <description><![CDATA[The Undo Framework example shows how to implement undo/redo functionality with the Qt undo framework.]]></description>
            <tags>undo,framework</tags>
            <fileToOpen>tools/undoframework/main.cpp</fileToOpen>
        </example>
        <example name="Video Graphics Item Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/multimedia-videographicsitem.html" projectPath="multimedia/videographicsitem/videographicsitem.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/video-videographicsitem.png">
            <description><![CDATA[The Video Graphics Item example shows how to implement a QGraphicsItem that displays video on a graphics scene using QtMultimedia's QAbstractVideoSurface.]]></description>
            <tags>video,graphics,item</tags>
            <fileToOpen>multimedia/videographicsitem/main.cpp</fileToOpen>
        </example>
        <example name="Video Widget Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/multimedia-videowidget.html" projectPath="multimedia/videowidget/videowidget.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/video-videowidget.png">
            <description><![CDATA[The Video Widget example shows how to implement a video widget using QtMultimedia's QAbstractVideoSurface]]></description>
            <tags>video,widget</tags>
            <fileToOpen>multimedia/videowidget/videowidget.cpp</fileToOpen>
            <fileToOpen>multimedia/videowidget/videowidget.h</fileToOpen>
            <fileToOpen>multimedia/videowidget/main.cpp</fileToOpen>
        </example>
        <example name="Web FTP Client Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/webkit-webftpclient.html" projectPath="webkit/webftpclient/webftpclient.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/webkit-webftpclient.png">
            <description><![CDATA[The Web FTP Client example shows how to add support for a new protocol to QtWebKit-based applications.]]></description>
            <tags>web,ftp,client</tags>
            <fileToOpen>webkit/webftpclient/main.cpp</fileToOpen>
        </example>
        <example name="Web Plugin Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/webkit-webplugin.html" projectPath="webkit/webplugin/webplugin.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/webkit-webplugin.png">
            <description><![CDATA[The Web Plugin example shows how to communicate between a Qt widget embedded in a Web page and the page itself.]]></description>
            <tags>web,plugin</tags>
            <fileToOpen>webkit/webplugin/main.cpp</fileToOpen>
        </example>
        <example name="Widgets Tutorial - Child Widgets" docUrl="qthelp://com.trolltech.qt.487/qdoc/tutorials-widgets-childwidget.html" projectPath="tutorials/widgets/childwidget/childwidget.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/widgets-tutorial-childwidget.png">
            <description><![CDATA[No description available]]></description>
            <tags>widgets,tutorial,child,widgets</tags>
            <fileToOpen>tutorials/widgets/childwidget/main.cpp</fileToOpen>
        </example>
        <example name="Widgets Tutorial - Creating a Window" docUrl="qthelp://com.trolltech.qt.487/qdoc/tutorials-widgets-toplevel.html" projectPath="tutorials/widgets/toplevel/toplevel.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/widgets-tutorial-toplevel.png">
            <description><![CDATA[No description available]]></description>
            <tags>widgets,tutorial,creating,a,window</tags>
            <fileToOpen>tutorials/widgets/toplevel/main.cpp</fileToOpen>
        </example>
        <example name="Widgets Tutorial - Nested Layouts" docUrl="qthelp://com.trolltech.qt.487/qdoc/tutorials-widgets-nestedlayouts.html" projectPath="tutorials/widgets/nestedlayouts/nestedlayouts.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/widgets-tutorial-nestedlayouts.png">
            <description><![CDATA[No description available]]></description>
            <tags>widgets,tutorial,nested,layouts</tags>
            <fileToOpen>tutorials/widgets/nestedlayouts/main.cpp</fileToOpen>
        </example>
        <example name="Widgets Tutorial - Using Layouts" docUrl="qthelp://com.trolltech.qt.487/qdoc/tutorials-widgets-windowlayout.html" projectPath="tutorials/widgets/windowlayout/windowlayout.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/widgets-tutorial-windowlayout.png">
            <description><![CDATA[No description available]]></description>
            <tags>widgets,tutorial,using,layouts</tags>
            <fileToOpen>tutorials/widgets/windowlayout/main.cpp</fileToOpen>
        </example>
        <example name="Wiggly Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-wiggly.html" projectPath="widgets/wiggly/wiggly.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/wiggly-example.png">
            <description><![CDATA[The Wiggly example shows how to animate a widget using QBasicTimer and timerEvent(). In addition, the example demonstrates how to use QFontMetrics to determine the size of text on screen.]]></description>
            <tags>wiggly</tags>
            <fileToOpen>widgets/wiggly/main.cpp</fileToOpen>
        </example>
        <example name="Window Flags Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/widgets-windowflags.html" projectPath="widgets/windowflags/windowflags.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/windowflags-example.png">
            <description><![CDATA[The Window Flags example shows how to use the window flags available in Qt.]]></description>
            <tags>window,flags</tags>
            <fileToOpen>widgets/windowflags/main.cpp</fileToOpen>
        </example>
        <example name="World Time Clock Builder Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/designer-worldtimeclockbuilder.html" projectPath="designer/worldtimeclockbuilder/worldtimeclockbuilder.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/worldtimeclockbuilder-example.png">
            <description><![CDATA[The World Time Clock Builder example shows how forms created with Qt Designer that contain custom widgets can be dynamically generated at run-time.]]></description>
            <tags>world,time,clock,builder</tags>
            <fileToOpen>designer/worldtimeclockbuilder/main.cpp</fileToOpen>
        </example>
        <example name="World Time Clock Plugin Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/designer-worldtimeclockplugin.html" projectPath="designer/worldtimeclockplugin/worldtimeclockplugin.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/worldtimeclockplugin-example.png">
            <description><![CDATA[The World Time Clock Plugin example shows how to create a custom widget plugin for Qt Designer that uses signals and slots.]]></description>
            <tags>world,time,clock,plugin</tags>
            <fileToOpen>designer/worldtimeclockplugin/worldtimeclockplugin.cpp</fileToOpen>
            <fileToOpen>designer/worldtimeclockplugin/worldtimeclockplugin.h</fileToOpen>
        </example>
        <example name="XML Schema Validation Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/xmlpatterns-schema.html" projectPath="xmlpatterns/schema/schema.pro" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/schema-example.png">
            <description><![CDATA[The XML Schema Validation example shows how to use QtXmlPatterns to validate XML with a W3C XML Schema.]]></description>
            <tags>xml,schema,validation</tags>
            <fileToOpen>xmlpatterns/schema/main.cpp</fileToOpen>
        </example>
        <example name="XML: XMLHttpRequest Example" docUrl="qthelp://com.trolltech.qt.487/qdoc/declarative-xml-xmlhttprequest.html" projectPath="declarative/xml/xmlhttprequest/xmlhttprequest.qmlproject" imageUrl="qthelp://com.trolltech.qt.487/qdoc/images/qml-xmlhttprequest-example.png">
            <description><![CDATA[This example shows how to use the XmlHttpRequest API in QML.]]></description>
            <tags>xml,xmlhttprequest</tags>
            <dependency>helper/qmlapplicationviewer</dependency>
        </example>
    </examples>
</instructionals>