<?xml version="1.0" encoding="UTF-8"?>
<instructionals module="QtQuick">
    <examples>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-advancedtext-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-advancedtext-example.png" name="Advanced Text Example" projectPath="quick/advancedtext/CMakeLists.txt">
            <description><![CDATA[A Qt Quick example demonstrating some advanced features of text.]]></description>
            <tags>quick</tags>
            <fileToOpen>quick/advancedtext/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/advancedtext/Main.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-imageprovider-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-imageprovider-example.png" name="C++ Extensions: Image Provider Example" projectPath="quick/imageprovider/CMakeLists.txt">
            <description><![CDATA[How to load images in QML with QQuickImageProvider.]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/imageprovider/imageprovider.cpp</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-imageresponseprovider-example.html" imageUrl="qthelp://org.qt-project.qtdoc.690/qtdoc/images/qt-codesample.png" name="C++ Extensions: Image Response Provider Example" projectPath="quick/imageresponseprovider/CMakeLists.txt">
            <description><![CDATA[How to load images asynchronously in QML.]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/imageresponseprovider/imageresponseprovider.cpp</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-models-abstractitemmodel-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-abstractitemmodel-example.png" name="Models and Views: AbstractItemModel Example" projectPath="quick/models/abstractitemmodel/CMakeLists.txt">
            <description><![CDATA[Shows how to use a QAbstractItemModel subclass as a model in QML.]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/models/abstractitemmodel/main.cpp</fileToOpen>
            <meta>
                <entry name="category">User Interface Components</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-models-objectlistmodel-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-objectlistmodel-example.png" name="Models and Views: Object ListModel Example" projectPath="quick/models/objectlistmodel/CMakeLists.txt">
            <description><![CDATA[Shows how to use a QList<QObject*> as a model in QML.]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/models/objectlistmodel/main.cpp</fileToOpen>
            <meta>
                <entry name="category">User Interface Components</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-models-stringlistmodel-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-stringlistmodel-example.png" name="Models and Views: String ListModel Example" projectPath="quick/models/stringlistmodel/CMakeLists.txt">
            <description><![CDATA[Shows how to use a QStringList as a model in QML.]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/models/stringlistmodel/main.cpp</fileToOpen>
            <meta>
                <entry name="category">User Interface Components</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-tutorials-samegame-samegame1-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/declarative-adv-tutorial1.png" name="QML Advanced Tutorial 1 - Creating the Game Canvas and Blocks" projectPath="quick/tutorials/samegame/samegame1/CMakeLists.txt">
            <description><![CDATA[No description available]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/tutorials/samegame/samegame1/main.cpp</fileToOpen>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-tutorials-samegame-samegame2-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/declarative-adv-tutorial2.png" name="QML Advanced Tutorial 2 - Populating the Game Canvas" projectPath="quick/tutorials/samegame/samegame2/CMakeLists.txt">
            <description><![CDATA[No description available]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/tutorials/samegame/samegame2/main.cpp</fileToOpen>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-tutorials-samegame-samegame3-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/declarative-adv-tutorial3.png" name="QML Advanced Tutorial 3 - Implementing the Game Logic" projectPath="quick/tutorials/samegame/samegame3/CMakeLists.txt">
            <description><![CDATA[No description available]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/tutorials/samegame/samegame3/main.cpp</fileToOpen>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-tutorials-samegame-samegame4-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/declarative-adv-tutorial4.gif" name="QML Advanced Tutorial 4 - Finishing Touches" projectPath="quick/tutorials/samegame/samegame4/CMakeLists.txt">
            <description><![CDATA[No description available]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/tutorials/samegame/samegame4/main.cpp</fileToOpen>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-tutorials-dynamicview-dynamicview1-example.html" imageUrl="qthelp://org.qt-project.qtdoc.690/qtdoc/images/qt-codesample.png" name="QML Dynamic View Ordering Tutorial 1 - A Simple ListView and Delegate" projectPath="quick/tutorials/dynamicview/dynamicview1/CMakeLists.txt">
            <description><![CDATA[No description available]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/tutorials/dynamicview/dynamicview1/main.cpp</fileToOpen>
            <meta>
                <entry name="category">User Interface Components</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-tutorials-dynamicview-dynamicview2-example.html" imageUrl="qthelp://org.qt-project.qtdoc.690/qtdoc/images/qt-codesample.png" name="QML Dynamic View Ordering Tutorial 2 - Dragging View Items" projectPath="quick/tutorials/dynamicview/dynamicview2/CMakeLists.txt">
            <description><![CDATA[No description available]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/tutorials/dynamicview/dynamicview2/main.cpp</fileToOpen>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-tutorials-dynamicview-dynamicview3-example.html" imageUrl="qthelp://org.qt-project.qtdoc.690/qtdoc/images/qt-codesample.png" name="QML Dynamic View Ordering Tutorial 3 - Moving Dragged Items" projectPath="quick/tutorials/dynamicview/dynamicview3/CMakeLists.txt">
            <description><![CDATA[No description available]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/tutorials/dynamicview/dynamicview3/main.cpp</fileToOpen>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-tutorials-dynamicview-dynamicview4-example.html" imageUrl="qthelp://org.qt-project.qtdoc.690/qtdoc/images/qt-codesample.png" name="QML Dynamic View Ordering Tutorial 4 - Sorting Items" projectPath="quick/tutorials/dynamicview/dynamicview4/CMakeLists.txt">
            <description><![CDATA[No description available]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/tutorials/dynamicview/dynamicview4/main.cpp</fileToOpen>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-quickwidgets-qmlpreviewer-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qmlpreviewer-example.png" name="QML Previewer Example" projectPath="quick/quickwidgets/qmlpreviewer/CMakeLists.txt">
            <description><![CDATA[Demonstrates how to mix QML with a Qt Widgets application using QWidget::createWindowContainer().]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/quickwidgets/qmlpreviewer/main.cpp</fileToOpen>
            <meta>
                <entry name="category">User Interface Components</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-rendercontrol-rendercontrol-d3d11-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/rendercontrol-d3d11-example.jpg" name="QQuickRenderControl D3D11 Example" projectPath="quick/rendercontrol/rendercontrol_d3d11/CMakeLists.txt">
            <description><![CDATA[Shows how to render a Qt Quick scene into a texture that is then used by a non-Quick based Direct3D 11 renderer.]]></description>
            <tags>quick</tags>
            <fileToOpen mainFile="true">quick/rendercontrol/rendercontrol_d3d11/main.cpp</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-rendercontrol-rendercontrol-opengl-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/rendercontrol-opengl-example.jpg" name="QQuickRenderControl OpenGL Example" projectPath="quick/rendercontrol/rendercontrol_opengl/CMakeLists.txt">
            <description><![CDATA[Shows how to render a Qt Quick scene into a texture that is then used by a non-Quick based OpenGL renderer.]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/rendercontrol/rendercontrol_opengl/main.cpp</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-rendercontrol-rendercontrol-rhi-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/rendercontrol-rhi-example.jpg" name="QQuickRenderControl RHI Example" projectPath="quick/rendercontrol/rendercontrol_rhi/CMakeLists.txt">
            <description><![CDATA[Shows how to render a Qt Quick scene into a QRhiTexture.]]></description>
            <tags>quick</tags>
            <fileToOpen mainFile="true">quick/rendercontrol/rendercontrol_rhi/main.cpp</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-quickwidgets-qquickwidgetversuswindow-opengl-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qquickwidgetversuswindow-opengl-example.jpg" name="QQuickWidget - QQuickView Comparison Example" projectPath="quick/quickwidgets/qquickwidgetversuswindow_opengl/CMakeLists.txt">
            <description><![CDATA[Demonstrates the benefits of QQuickWidget over a QQuickView embedded as a native window.]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/quickwidgets/qquickwidgetversuswindow_opengl/main.cpp</fileToOpen>
            <meta>
                <entry name="category">User Interface Components</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-quick-accessibility-example.html" imageUrl="qthelp://org.qt-project.qtdoc.690/qtdoc/images/qt-codesample.png" name="Qt Quick Examples - Accessibility" projectPath="quick/quick-accessibility/CMakeLists.txt">
            <description><![CDATA[This example demonstrates the implementation of accessible buttons.]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/quick-accessibility/main.cpp</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-animation-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-animations-example.png" name="Qt Quick Examples - Animation" projectPath="quick/animation/CMakeLists.txt">
            <description><![CDATA[This is a collection of QML Animation examples.]]></description>
            <tags>android,ios,quick</tags>
            <fileToOpen>quick/animation/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/animation/animation.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-canvas-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-canvas-example.png" name="Qt Quick Examples - Canvas" projectPath="quick/canvas/CMakeLists.txt">
            <description><![CDATA[This is a collection of QML Canvas examples.]]></description>
            <tags>android,ios,quick</tags>
            <fileToOpen>quick/canvas/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/canvas/canvas.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-draganddrop-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-draganddrop-example.png" name="Qt Quick Examples - Drag and Drop" projectPath="quick/draganddrop/CMakeLists.txt">
            <description><![CDATA[This is a collection of QML drag and drop examples.]]></description>
            <tags>android,ios,quick</tags>
            <fileToOpen>quick/draganddrop/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/draganddrop/draganddrop.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-embeddedinwidgets-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-embeddedinwidgets-example.jpg" name="Qt Quick Examples - Embedded in Widgets" projectPath="quick/embeddedinwidgets/CMakeLists.txt">
            <description><![CDATA[Demonstrates embedding a QQuickWindow into a QWidget UI via QWidget::createWindowContainer().]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/embeddedinwidgets/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/embeddedinwidgets/Main.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-imageelements-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-imageelements-example.png" name="Qt Quick Examples - Image Elements" projectPath="quick/imageelements/CMakeLists.txt">
            <description><![CDATA[This is a collection of QML examples relating to image types.]]></description>
            <tags>android,ios,quick</tags>
            <fileToOpen>quick/imageelements/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/imageelements/imageelements.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-itemvariablerefreshrate-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-itemvariablerefreshrate-example.png" name="Qt Quick Examples - Item Variable Refresh Rate" projectPath="quick/itemvariablerefreshrate/CMakeLists.txt">
            <description><![CDATA[A Qt Quick example shows how to setup variable refresh rate for specific parts of the UI.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/itemvariablerefreshrate/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/itemvariablerefreshrate/itemvariablerefreshrate.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-keyinteraction-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-keyinteraction-example.png" name="Qt Quick Examples - Key Interaction" projectPath="quick/keyinteraction/CMakeLists.txt">
            <description><![CDATA[This is a collection of QML keyboard interaction examples.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/keyinteraction/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/keyinteraction/keyinteraction.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-localstorage-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-localstorage-example.png" name="Qt Quick Examples - Local Storage" projectPath="quick/localstorage/CMakeLists.txt">
            <description><![CDATA[A collection of QML local storage examples.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/localstorage/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/localstorage/localstorage.qml</fileToOpen>
            <meta>
                <entry name="category">Data Processing &amp; I/O</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-mousearea-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-mousearea-example.png" name="Qt Quick Examples - MouseArea" projectPath="quick/mousearea/CMakeLists.txt">
            <description><![CDATA[This is an example of the MouseArea type in QML.]]></description>
            <tags>android,ios,quick</tags>
            <fileToOpen>quick/mousearea/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/mousearea/mousearea.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-multieffect-itemswitcher-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-multieffectitemswitcher-example.jpg" name="Qt Quick Examples - MultiEffect Item Switcher" projectPath="quick/multieffect/itemswitcher/CMakeLists.txt">
            <description><![CDATA[Demonstrates MultiEffect usage.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/multieffect/itemswitcher/main.cpp</fileToOpen>
            <fileToOpen>quick/multieffect/itemswitcher/qml/main.qml</fileToOpen>
            <fileToOpen mainFile="true">quick/multieffect/itemswitcher/qml/ItemSwitcher.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-multieffect-testbed-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-multieffecttestbed-example.jpg" name="Qt Quick Examples - MultiEffect Test Bed" projectPath="quick/multieffect/testbed/CMakeLists.txt">
            <description><![CDATA[Demonstrates MultiEffect usage.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/multieffect/testbed/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/multieffect/testbed/qml/main.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-pointerhandlers-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/pointerhandlers-example-taphandler.webp" name="Qt Quick Examples - Pointer Handlers" projectPath="quick/pointerhandlers/CMakeLists.txt">
            <description><![CDATA[Shows how to use Qt Quick Input Handlers in interactive components.]]></description>
            <tags> input handlers,android,quick</tags>
            <fileToOpen>quick/pointerhandlers/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/pointerhandlers/pointerhandlers.qml</fileToOpen>
            <meta>
                <entry name="category">User Interface Components</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-positioners-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-positioners-example.png" name="Qt Quick Examples - Positioners" projectPath="quick/positioners/CMakeLists.txt">
            <description><![CDATA[This is a collection of QML Positioner examples.]]></description>
            <tags>android,ios,quick</tags>
            <fileToOpen>quick/positioners/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/positioners/positioners.qml</fileToOpen>
            <meta>
                <entry name="category">User Interface Components</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-multieffect-neumorphicpanel-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-neumorphicpanel-example.jpg" name="Qt Quick Examples - RectangularShadow NeumorphicPanel" projectPath="quick/multieffect/neumorphicpanel/CMakeLists.txt">
            <description><![CDATA[Demonstrates RectangularShadow usage.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/multieffect/neumorphicpanel/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/multieffect/neumorphicpanel/qml/main.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-shadereffects-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-shadereffects-example.png" name="Qt Quick Examples - Shader Effects" projectPath="quick/shadereffects/CMakeLists.txt">
            <description><![CDATA[A Qt Quick example demonstrating the use of shader effects.]]></description>
            <tags>android,ios,quick</tags>
            <fileToOpen>quick/shadereffects/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/shadereffects/shadereffects.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-quickshapes-shapes-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-shapes-example.png" name="Qt Quick Examples - Shapes" projectPath="quick/quickshapes/shapes/CMakeLists.txt">
            <description><![CDATA[A Qt Quick example demonstrating the use of shape items.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/quickshapes/shapes/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/quickshapes/shapes/main.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-text-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-text-example.png" name="Qt Quick Examples - Text" projectPath="quick/text/CMakeLists.txt">
            <description><![CDATA[This is a collection of QML examples relating to text.]]></description>
            <tags>android,ios,quick</tags>
            <fileToOpen>quick/text/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/text/text.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-views-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-modelviews-example.png" name="Qt Quick Examples - Views" projectPath="quick/views/CMakeLists.txt">
            <description><![CDATA[This is a collection of QML model-view examples.]]></description>
            <tags>android,ios,quick</tags>
            <fileToOpen>quick/views/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/views/views.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-window-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-window-example.png" name="Qt Quick Examples - Window and Screen" projectPath="quick/window/CMakeLists.txt">
            <description><![CDATA[This example demonstrates the Window and Screen types in QML.]]></description>
            <tags>android,ios,quick</tags>
            <fileToOpen>quick/window/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/window/window.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-layouts-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qtquicklayouts-example-layouts.png" name="Qt Quick Layouts - Basic Example" projectPath="quick/layouts/CMakeLists.txt">
            <description><![CDATA[Demonstrates how to use layout types to arrange a UI.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/layouts/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/layouts/layouts.qml</fileToOpen>
            <meta>
                <entry name="category">User Interface Components</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-responsivelayouts-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qtquicklayouts-example-responsivelayouts.png" isHighlighted="true" name="Qt Quick Layouts - Responsive Layout Example" projectPath="quick/responsivelayouts/CMakeLists.txt">
            <description><![CDATA[Demonstrates how to use LayoutItemProxy to make a responsive UI.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/responsivelayouts/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/responsivelayouts/responsivelayouts.qml</fileToOpen>
            <meta>
                <entry name="category">User Interface Components</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-particles-affectors-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-affectors-example.png" name="Qt Quick Particles Examples - Affectors" projectPath="quick/particles/affectors/CMakeLists.txt">
            <description><![CDATA[This is a collection of examples using Affectors in the QML particle system.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/particles/affectors/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/particles/affectors/affectors.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-particles-emitters-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-emitters-example.png" name="Qt Quick Particles Examples - Emitters" projectPath="quick/particles/emitters/CMakeLists.txt">
            <description><![CDATA[This is a collection of examples using Emitters in the QML particle system.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/particles/emitters/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/particles/emitters/emitters.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-particles-imageparticle-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-imageparticle-example.png" name="Qt Quick Particles Examples - Image Particles" projectPath="quick/particles/imageparticle/CMakeLists.txt">
            <description><![CDATA[This is a collection of examples using Affectors in the QML particle system.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/particles/imageparticle/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/particles/imageparticle/imageparticle.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-particles-system-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-system-example.png" name="Qt Quick Particles Examples - System" projectPath="quick/particles/system/CMakeLists.txt">
            <description><![CDATA[This is a collection of examples using Affectors in the QML particle system.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/particles/system/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/particles/system/system.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-tableview-gameoflife-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/gameoflife.png" name="Qt Quick TableView examples - Conway’s Game of Life" projectPath="quick/tableview/gameoflife/CMakeLists.txt">
            <description><![CDATA[The Conway’s Game of Life example shows how the QML TableView type can be used to display a C++ model that the user can pan around.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/tableview/gameoflife/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/tableview/gameoflife/main.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-tableview-pixelator-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qt-pixelator.png" name="Qt Quick TableViews examples - Pixelator" projectPath="quick/tableview/pixelator/CMakeLists.txt">
            <description><![CDATA[The Pixelator example shows how a QML TableView and a delegate can be used for custom table models.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/tableview/pixelator/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/tableview/pixelator/main.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-quickwidgets-quickwidget-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qtquickwidgets-example.png" name="Qt Quick Widgets Example" projectPath="quick/quickwidgets/quickwidget/CMakeLists.txt">
            <description><![CDATA[Demonstrates how to mix QML with a Qt Widgets application using the QQuickWidget class.]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/quickwidgets/quickwidget/main.cpp</fileToOpen>
            <meta>
                <entry name="category">User Interface Components</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-scenegraph-customgeometry-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/custom-geometry-example.png" name="Scene Graph - Custom Geometry" projectPath="quick/scenegraph/customgeometry/CMakeLists.txt">
            <description><![CDATA[Shows how to implement a custom geometry in the Qt Quick Scene Graph.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/scenegraph/customgeometry/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/scenegraph/customgeometry/main.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-scenegraph-custommaterial-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/custom-material-example.jpg" name="Scene Graph - Custom Material" projectPath="quick/scenegraph/custommaterial/CMakeLists.txt">
            <description><![CDATA[Shows how to implement a custom material in the Qt Quick Scene Graph.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/scenegraph/custommaterial/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/scenegraph/custommaterial/main.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-scenegraph-customrendernode-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/customrendernode-example.jpg" name="Scene Graph - Custom QSGRenderNode" projectPath="quick/scenegraph/customrendernode/CMakeLists.txt">
            <description><![CDATA[Shows how to use QSGRenderNode to implement custom rendering in the Qt Quick scenegraph.]]></description>
            <tags>quick</tags>
            <fileToOpen>quick/scenegraph/customrendernode/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/scenegraph/customrendernode/main.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-scenegraph-d3d11underqml-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/d3d11underqml-example.jpg" name="Scene Graph - Direct3D 11 Under QML" projectPath="quick/scenegraph/d3d11underqml/CMakeLists.txt">
            <description><![CDATA[Shows how to render directly with Direct3D 11 under a Qt Quick scene.]]></description>
            <tags>quick</tags>
            <fileToOpen>quick/scenegraph/d3d11underqml/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/scenegraph/d3d11underqml/main.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-scenegraph-graph-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/graph-example.jpg" name="Scene Graph - Graph" projectPath="quick/scenegraph/graph/CMakeLists.txt">
            <description><![CDATA[Demonstrates how one can combine custom materials and geometries under a single QQuickItem.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/scenegraph/graph/main.cpp</fileToOpen>
            <fileToOpen>quick/scenegraph/graph/main.qml</fileToOpen>
            <fileToOpen>quick/scenegraph/graph/graph.h</fileToOpen>
            <fileToOpen mainFile="true">quick/scenegraph/graph/graph.cpp</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-scenegraph-metaltextureimport-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/metaltextureimport-example.jpg" name="Scene Graph - Metal Texture Import" projectPath="quick/scenegraph/metaltextureimport/CMakeLists.txt">
            <description><![CDATA[Shows how to use a texture created directly with Metal.]]></description>
            <tags>ios,quick</tags>
            <fileToOpen>quick/scenegraph/metaltextureimport/main.cpp</fileToOpen>
            <fileToOpen>quick/scenegraph/metaltextureimport/main.qml</fileToOpen>
            <fileToOpen mainFile="true">quick/scenegraph/metaltextureimport/metaltextureimport.h</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-scenegraph-metalunderqml-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/metalunderqml-example.jpg" name="Scene Graph - Metal Under QML" projectPath="quick/scenegraph/metalunderqml/CMakeLists.txt">
            <description><![CDATA[Shows how to render directly with Metal under a Qt Quick scene.]]></description>
            <tags>ios,quick</tags>
            <fileToOpen>quick/scenegraph/metalunderqml/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/scenegraph/metalunderqml/main.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-scenegraph-openglunderqml-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/openglunderqml-example.jpg" name="Scene Graph - OpenGL Under QML" projectPath="quick/scenegraph/openglunderqml/CMakeLists.txt">
            <description><![CDATA[Shows how to render OpenGL under a Qt Quick scene.]]></description>
            <tags>android,ios,quick</tags>
            <fileToOpen>quick/scenegraph/openglunderqml/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/scenegraph/openglunderqml/main.qml</fileToOpen>
            <meta>
                <entry name="category">Mobile</entry>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-customitems-painteditem-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/declarative-textballoons_example.png" name="Scene Graph - Painted Item" projectPath="quick/customitems/painteditem/CMakeLists.txt">
            <description><![CDATA[Shows how to implement QPainter-based custom scenegraph items.]]></description>
            <tags>android,quick</tags>
            <fileToOpen mainFile="true">quick/customitems/painteditem/main.cpp</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-scenegraph-rhitextureitem-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/rhitextureitem-example.jpg" name="Scene Graph - RHI Texture Item" projectPath="quick/scenegraph/rhitextureitem/CMakeLists.txt">
            <description><![CDATA[Shows how to implement a custom QQuickItem that displays a QRhi-rendered texture.]]></description>
            <tags>quick</tags>
            <fileToOpen>quick/scenegraph/rhitextureitem/main.cpp</fileToOpen>
            <fileToOpen>quick/scenegraph/rhitextureitem/main.qml</fileToOpen>
            <fileToOpen>quick/scenegraph/rhitextureitem/rhitextureitem.h</fileToOpen>
            <fileToOpen mainFile="true">quick/scenegraph/rhitextureitem/rhitextureitem.cpp</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-scenegraph-rhiunderqml-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/rhiunderqml-example.jpg" isHighlighted="true" name="Scene Graph - RHI Under QML" projectPath="quick/scenegraph/rhiunderqml/CMakeLists.txt">
            <description><![CDATA[Shows how to render directly with QRhi under a Qt Quick scene.]]></description>
            <tags>quick</tags>
            <fileToOpen>quick/scenegraph/rhiunderqml/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/scenegraph/rhiunderqml/main.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-scenegraph-threadedanimation-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/threadedanimation-example.jpg" name="Scene Graph - Threaded Animation" projectPath="quick/scenegraph/threadedanimation/CMakeLists.txt">
            <description><![CDATA[Shows benefits of custom items animating independently of the main thread while using the threaded render loop of Qt Quick.]]></description>
            <tags>quick</tags>
            <fileToOpen>quick/scenegraph/threadedanimation/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/scenegraph/threadedanimation/main.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-scenegraph-twotextureproviders-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/twotextureproviders-example.jpg" name="Scene Graph - Two Texture Providers" projectPath="quick/scenegraph/twotextureproviders/CMakeLists.txt">
            <description><![CDATA[Shows how to combine two textures from two texture providers in a custom scene graph node.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/scenegraph/twotextureproviders/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/scenegraph/twotextureproviders/main.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-scenegraph-vulkantextureimport-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/vulkantextureimport-example.jpg" name="Scene Graph - Vulkan Texture Import" projectPath="quick/scenegraph/vulkantextureimport/CMakeLists.txt">
            <description><![CDATA[Shows how to use a texture created directly with Vulkan.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/scenegraph/vulkantextureimport/main.cpp</fileToOpen>
            <fileToOpen>quick/scenegraph/vulkantextureimport/main.qml</fileToOpen>
            <fileToOpen>quick/scenegraph/vulkantextureimport/vulkantextureimport.h</fileToOpen>
            <fileToOpen mainFile="true">quick/scenegraph/vulkantextureimport/vulkantextureimport.cpp</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-scenegraph-vulkanunderqml-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/vulkanunderqml-example.jpg" name="Scene Graph - Vulkan Under QML" projectPath="quick/scenegraph/vulkanunderqml/CMakeLists.txt">
            <description><![CDATA[Shows how to render directly with Vulkan under a Qt Quick scene.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/scenegraph/vulkanunderqml/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/scenegraph/vulkanunderqml/main.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-customitems-dialcontrol-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-dialcontrol-example.png" name="UI Components: Dial Control Example" projectPath="quick/customitems/dialcontrol/CMakeLists.txt">
            <description><![CDATA[The Dial Control Example shows how to create a speedometer-type dial.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/customitems/dialcontrol/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/customitems/dialcontrol/dialcontrol.qml</fileToOpen>
            <meta>
                <entry name="category">User Interface Components</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-customitems-flipable-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-flipable-example.png" name="UI Components: Flipable Example" projectPath="quick/customitems/flipable/CMakeLists.txt">
            <description><![CDATA[The Flipable Example shows an item that flips whenever clicked, rotating around the y-axis.]]></description>
            <tags>android,quick</tags>
            <fileToOpen>quick/customitems/flipable/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/customitems/flipable/flipable.qml</fileToOpen>
            <meta>
                <entry name="category">User Interface Components</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-vectorimage-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-vectorimage-example.png" name="Vector Image Example" projectPath="quick/vectorimage/CMakeLists.txt">
            <description><![CDATA[A Qt Quick example demonstrating the differences of Qt SVG, VectorImage and svgtoqml.]]></description>
            <tags>quick</tags>
            <fileToOpen>quick/vectorimage/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/vectorimage/Main.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
        <example docUrl="qthelp://org.qt-project.qtquick.690/qtquick/qtquick-quickshapes-weatherforecast-example.html" imageUrl="qthelp://org.qt-project.qtquick.690/qtquick/images/qml-weatherforecast-example.png" name="Weather Forecast Example" projectPath="quick/quickshapes/weatherforecast/CMakeLists.txt">
            <description><![CDATA[A Qt Quick Shapes example demonstrating different ways to uses shapes in an application.]]></description>
            <tags>quick</tags>
            <fileToOpen>quick/quickshapes/weatherforecast/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">quick/quickshapes/weatherforecast/main.qml</fileToOpen>
            <meta>
                <entry name="category">Graphics</entry>
            </meta>
        </example>
    </examples>
</instructionals>
