/usr/share/qt5/doc/qtquick/examples-manifest.xml is in qtdeclarative5-doc-html 5.9.5-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 | <?xml version="1.0" encoding="UTF-8"?>
<instructionals module="QtQuick">
<examples>
<example name="C++ Extensions: Image Provider Example" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-imageprovider-example.html" projectPath="quick/imageprovider/imageprovider.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-imageprovider-example.png">
<description><![CDATA[How to load images in QML with QQuickImageProvider.]]></description>
<tags>c++,extensions,image,provider,quick</tags>
<fileToOpen mainFile="true">quick/imageprovider/imageprovider.cpp</fileToOpen>
</example>
<example name="C++ Extensions: Image Response Provider Example" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-imageresponseprovider-example.html" projectPath="quick/imageresponseprovider/imageresponseprovider.pro" imageUrl="qthelp://org.qt-project.qtdoc.595/qtdoc/images/qt-codesample.png">
<description><![CDATA[How to load images asynchronously in QML.]]></description>
<tags>c++,extensions,image,provider,quick,response</tags>
<fileToOpen mainFile="true">quick/imageresponseprovider/imageresponseprovider.cpp</fileToOpen>
</example>
<example name="Models and Views: AbstractItemModel Example" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-models-abstractitemmodel-example.html" projectPath="quick/models/abstractitemmodel/abstractitemmodel.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-abstractitemmodel-example.png">
<description><![CDATA[Shows how to use a QAbstractItemModel subclass as a model in QML.]]></description>
<tags>abstractitemmodel,models,quick,views</tags>
<fileToOpen mainFile="true">quick/models/abstractitemmodel/main.cpp</fileToOpen>
</example>
<example name="Models and Views: Object ListModel Example" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-models-objectlistmodel-example.html" projectPath="quick/models/objectlistmodel/objectlistmodel.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-objectlistmodel-example.png">
<description><![CDATA[Shows how to use a QList<QObject*> as a model in QML.]]></description>
<tags>listmodel,models,object,quick,views</tags>
<fileToOpen mainFile="true">quick/models/objectlistmodel/main.cpp</fileToOpen>
</example>
<example name="Models and Views: String ListModel Example" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-models-stringlistmodel-example.html" projectPath="quick/models/stringlistmodel/stringlistmodel.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-stringlistmodel-example.png">
<description><![CDATA[Shows how to use a QStringList as a model in QML.]]></description>
<tags>listmodel,models,quick,string,views</tags>
<fileToOpen mainFile="true">quick/models/stringlistmodel/main.cpp</fileToOpen>
</example>
<example name="QML Advanced Tutorial 1 - Creating the Game Canvas and Blocks" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-tutorials-samegame-samegame1-example.html" projectPath="quick/tutorials/samegame/samegame1/samegame1.qmlproject" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/declarative-adv-tutorial1.png">
<description><![CDATA[No description available]]></description>
<tags>advanced,blocks,canvas,creating,game,qml,quick,tutorial</tags>
</example>
<example name="QML Advanced Tutorial 2 - Populating the Game Canvas" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-tutorials-samegame-samegame2-example.html" projectPath="quick/tutorials/samegame/samegame2/samegame2.qmlproject" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/declarative-adv-tutorial2.png">
<description><![CDATA[No description available]]></description>
<tags>advanced,canvas,game,populating,qml,quick,tutorial</tags>
</example>
<example name="QML Advanced Tutorial 3 - Implementing the Game Logic" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-tutorials-samegame-samegame3-example.html" projectPath="quick/tutorials/samegame/samegame3/samegame3.qmlproject" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/declarative-adv-tutorial3.png">
<description><![CDATA[No description available]]></description>
<tags>advanced,game,implementing,logic,qml,quick,tutorial</tags>
</example>
<example name="QML Advanced Tutorial 4 - Finishing Touches" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-tutorials-samegame-samegame4-example.html" projectPath="quick/tutorials/samegame/samegame4/samegame4.qmlproject" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/declarative-adv-tutorial4.gif">
<description><![CDATA[No description available]]></description>
<tags>advanced,finishing,qml,quick,touches,tutorial</tags>
</example>
<example name="QML Dynamic View Ordering Tutorial 1 - A Simple ListView and Delegate" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-tutorials-dynamicview-dynamicview1-example.html" projectPath="quick/tutorials/dynamicview/dynamicview1/dynamicview1.qmlproject" imageUrl="qthelp://org.qt-project.qtdoc.595/qtdoc/images/qt-codesample.png">
<description><![CDATA[No description available]]></description>
<tags>delegate,dynamic,listview,ordering,qml,quick,simple,tutorial,view</tags>
</example>
<example name="QML Dynamic View Ordering Tutorial 2 - Dragging View Items" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-tutorials-dynamicview-dynamicview2-example.html" projectPath="quick/tutorials/dynamicview/dynamicview2/dynamicview2.qmlproject" imageUrl="qthelp://org.qt-project.qtdoc.595/qtdoc/images/qt-codesample.png">
<description><![CDATA[No description available]]></description>
<tags>dragging,dynamic,items,ordering,qml,quick,tutorial,view</tags>
</example>
<example name="QML Dynamic View Ordering Tutorial 3 - Moving Dragged Items" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-tutorials-dynamicview-dynamicview3-example.html" projectPath="quick/tutorials/dynamicview/dynamicview3/dynamicview3.qmlproject" imageUrl="qthelp://org.qt-project.qtdoc.595/qtdoc/images/qt-codesample.png">
<description><![CDATA[No description available]]></description>
<tags>dragged,dynamic,items,moving,ordering,qml,quick,tutorial,view</tags>
</example>
<example name="QML Dynamic View Ordering Tutorial 4 - Sorting Items" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-tutorials-dynamicview-dynamicview4-example.html" projectPath="quick/tutorials/dynamicview/dynamicview4/dynamicview4.qmlproject" imageUrl="qthelp://org.qt-project.qtdoc.595/qtdoc/images/qt-codesample.png">
<description><![CDATA[No description available]]></description>
<tags>dynamic,items,ordering,qml,quick,sorting,tutorial,view</tags>
</example>
<example name="QQuickRenderControl Example" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-rendercontrol-example.html" projectPath="quick/rendercontrol/rendercontrol.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/rendercontrol-example.jpg">
<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>qquickrendercontrol,quick</tags>
<fileToOpen mainFile="true">quick/rendercontrol/main.cpp</fileToOpen>
</example>
<example name="Qt Quick Examples - Accessibility" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-quick-accessibility-example.html" projectPath="quick/quick-accessibility/quick-accessibility.pro" imageUrl="qthelp://org.qt-project.qtdoc.595/qtdoc/images/qt-codesample.png">
<description><![CDATA[This example demonstrates the implementation of accessible buttons.]]></description>
<tags>accessibility,quick</tags>
<fileToOpen mainFile="true">quick/quick-accessibility/main.cpp</fileToOpen>
</example>
<example name="Qt Quick Examples - Animation" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-animation-example.html" projectPath="quick/animation/animation.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-animations-example.png">
<description><![CDATA[This is a collection of QML Animation examples.]]></description>
<tags>android,animation,ios,quick</tags>
<fileToOpen>quick/animation/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/animation/animation.qml</fileToOpen>
</example>
<example name="Qt Quick Examples - Canvas" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-canvas-example.html" projectPath="quick/canvas/canvas.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-canvas-example.png">
<description><![CDATA[This is a collection of QML Canvas examples.]]></description>
<tags>android,canvas,ios,quick</tags>
<fileToOpen>quick/canvas/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/canvas/canvas.qml</fileToOpen>
</example>
<example name="Qt Quick Examples - Drag and Drop" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-draganddrop-example.html" projectPath="quick/draganddrop/draganddrop.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-draganddrop-example.png">
<description><![CDATA[This is a collection of QML drag and drop examples]]></description>
<tags>drag,drop,ios,quick</tags>
<fileToOpen>quick/draganddrop/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/draganddrop/draganddrop.qml</fileToOpen>
</example>
<example name="Qt Quick Examples - Image Elements" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-imageelements-example.html" projectPath="quick/imageelements/imageelements.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-imageelements-example.png">
<description><![CDATA[This is a collection of QML examples relating to image types.]]></description>
<tags>android,elements,image,ios,quick</tags>
<fileToOpen>quick/imageelements/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/imageelements/imageelements.qml</fileToOpen>
</example>
<example name="Qt Quick Examples - Key Interaction" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-keyinteraction-example.html" projectPath="quick/keyinteraction/keyinteraction.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-keyinteraction-example.png">
<description><![CDATA[This is a collection of QML keyboard interaction examples.]]></description>
<tags>android,interaction,key,quick</tags>
<fileToOpen>quick/keyinteraction/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/keyinteraction/keyinteraction.qml</fileToOpen>
</example>
<example name="Qt Quick Examples - Local Storage" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-localstorage-example.html" projectPath="quick/localstorage/localstorage.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-localstorage-example.png">
<description><![CDATA[A collection of QML local storage examples.]]></description>
<tags>local,quick,storage</tags>
<fileToOpen>quick/localstorage/localstorage/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/localstorage/localstorage/localstorage.qml</fileToOpen>
</example>
<example name="Qt Quick Examples - MouseArea" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-mousearea-example.html" projectPath="quick/mousearea/mousearea.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-mousearea-example.png">
<description><![CDATA[This is an example of the MouseArea type in QML.]]></description>
<tags>android,ios,mousearea,quick</tags>
<fileToOpen>quick/mousearea/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/mousearea/mousearea.qml</fileToOpen>
</example>
<example name="Qt Quick Examples - Positioners" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-positioners-example.html" projectPath="quick/positioners/positioners.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-positioners-example.png">
<description><![CDATA[This is a collection of QML Positioner examples.]]></description>
<tags>android,ios,positioners,quick</tags>
<fileToOpen>quick/positioners/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/positioners/positioners.qml</fileToOpen>
</example>
<example name="Qt Quick Examples - Right to Left" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-righttoleft-example.html" projectPath="quick/righttoleft/righttoleft.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-righttoleft-example.png">
<description><![CDATA[This is a collection of QML Right to Left examples.]]></description>
<tags>android,ios,left,quick,right,to</tags>
<fileToOpen>quick/righttoleft/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/righttoleft/righttoleft.qml</fileToOpen>
</example>
<example name="Qt Quick Examples - Shader Effects" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-shadereffects-example.html" projectPath="quick/shadereffects/shadereffects.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-shadereffects-example.png" isHighlighted="true">
<description><![CDATA[A Qt Quick example demonstrating the use of shader effects.]]></description>
<tags>android,effects,ios,quick,shader</tags>
<fileToOpen>quick/shadereffects/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/shadereffects/shadereffects.qml</fileToOpen>
</example>
<example name="Qt Quick Examples - Text" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-text-example.html" projectPath="quick/text/text.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-text-example.png">
<description><![CDATA[This is a collection of QML examples relating to text.]]></description>
<tags>android,ios,quick,text</tags>
<fileToOpen>quick/text/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/text/text.qml</fileToOpen>
</example>
<example name="Qt Quick Examples - Threading" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-threading-example.html" projectPath="quick/threading/threading.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-threading-example.png">
<description><![CDATA[This is a collection of QML multithreading examples.]]></description>
<tags>quick,threading</tags>
<fileToOpen>quick/threading/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/threading/threading.qml</fileToOpen>
</example>
<example name="Qt Quick Examples - Touch Interaction" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-touchinteraction-example.html" projectPath="quick/touchinteraction/touchinteraction.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-touchinteraction-example.png">
<description><![CDATA[A collection of QML Touch Interaction examples.]]></description>
<tags>android,interaction,ios,quick,touch</tags>
<fileToOpen>quick/touchinteraction/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/touchinteraction/touchinteraction.qml</fileToOpen>
</example>
<example name="Qt Quick Examples - Views" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-views-example.html" projectPath="quick/views/views.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-modelviews-example.png">
<description><![CDATA[This is a collection of QML model-view examples.]]></description>
<tags>ios,quick,views</tags>
<fileToOpen>quick/views/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/views/views.qml</fileToOpen>
</example>
<example name="Qt Quick Examples - Window and Screen" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-window-example.html" projectPath="quick/window/window.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-window-example.png">
<description><![CDATA[This example demonstrates the Window and Screen types in QML]]></description>
<tags>ios,quick,screen,window</tags>
<fileToOpen>quick/window/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/window/window.qml</fileToOpen>
</example>
<example name="Qt Quick Examples - externaldraganddrop" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-externaldraganddrop-example.html" projectPath="quick/externaldraganddrop/externaldraganddrop.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-dnd2-example.png">
<description><![CDATA[This is an example of drag-and-drop among QML applications.]]></description>
<tags>externaldraganddrop,quick</tags>
<fileToOpen>quick/externaldraganddrop/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/externaldraganddrop/externaldraganddrop.qml</fileToOpen>
</example>
<example name="Qt Quick Layouts - Basic Example" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-layouts-example.html" projectPath="quick/layouts/layouts.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qtquicklayouts-example-layouts.png">
<description><![CDATA[Demonstrates how to use layout types to arrange a UI]]></description>
<tags>basic,layouts,quick</tags>
<fileToOpen>quick/layouts/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/layouts/layouts.qml</fileToOpen>
</example>
<example name="Qt Quick Particles Examples - Affectors" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-particles-affectors-example.html" projectPath="quick/particles/affectors/affectors.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-affectors-example.png">
<description><![CDATA[This is a collection of examples using Affectors in the QML particle system.]]></description>
<tags>affectors,android,particles,quick</tags>
<fileToOpen>quick/particles/affectors/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/particles/affectors/affectors.qml</fileToOpen>
</example>
<example name="Qt Quick Particles Examples - CustomParticle" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-particles-customparticle-example.html" projectPath="quick/particles/customparticle/customparticle.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-customparticle-example.png">
<description><![CDATA[This is a collection of examples using CustomParticle in the QML particle system.]]></description>
<tags>android,customparticle,particles,quick</tags>
<fileToOpen>quick/particles/customparticle/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/particles/customparticle/customparticle.qml</fileToOpen>
</example>
<example name="Qt Quick Particles Examples - Emitters" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-particles-emitters-example.html" projectPath="quick/particles/emitters/emitters.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-emitters-example.png">
<description><![CDATA[This is a collection of examples using Emitters in the QML particle system.]]></description>
<tags>android,emitters,particles,quick</tags>
<fileToOpen>quick/particles/emitters/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/particles/emitters/emitters.qml</fileToOpen>
</example>
<example name="Qt Quick Particles Examples - Image Particles" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-particles-imageparticle-example.html" projectPath="quick/particles/imageparticle/imageparticle.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-imageparticle-example.png">
<description><![CDATA[This is a collection of examples using Affectors in the QML particle system.]]></description>
<tags>android,image,particles,quick</tags>
<fileToOpen>quick/particles/imageparticle/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/particles/imageparticle/imageparticle.qml</fileToOpen>
</example>
<example name="Qt Quick Particles Examples - System" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-particles-system-example.html" projectPath="quick/particles/system/system.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-system-example.png">
<description><![CDATA[This is a collection of examples using Affectors in the QML particle system.]]></description>
<tags>android,particles,quick,system</tags>
<fileToOpen>quick/particles/system/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/particles/system/system.qml</fileToOpen>
</example>
<example name="Qt Quick Widgets Example" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-quickwidgets-quickwidget-example.html" projectPath="quick/quickwidgets/quickwidget/quickwidget.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qtquickwidgets-example.png">
<description><![CDATA[Demonstrates how to mix QML with a Qt Widgets application using the QQuickWidget class.]]></description>
<tags>quick,widgets</tags>
<fileToOpen mainFile="true">quick/quickwidgets/quickwidget/main.cpp</fileToOpen>
</example>
<example name="Scene Graph - Custom Geometry" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-scenegraph-customgeometry-example.html" projectPath="quick/scenegraph/customgeometry/customgeometry.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/custom-geometry-example.png">
<description><![CDATA[Shows how to implement a custom geometry in the Qt Quick Scene Graph.]]></description>
<tags>android,custom,geometry,graph,quick,scene</tags>
<fileToOpen>quick/scenegraph/customgeometry/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/scenegraph/customgeometry/main.qml</fileToOpen>
</example>
<example name="Scene Graph - Graph" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-scenegraph-graph-example.html" projectPath="quick/scenegraph/graph/graph.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/graph-example.jpg">
<description><![CDATA[Demonstrates how one can combine custom materials and geometries under a single QQuickItem.]]></description>
<tags>android,graph,quick,scene</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>
</example>
<example name="Scene Graph - OpenGL Under QML" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-scenegraph-openglunderqml-example.html" projectPath="quick/scenegraph/openglunderqml/openglunderqml.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/openglunderqml-example.jpg">
<description><![CDATA[Shows how to render OpenGL under a Qt Quick scene.]]></description>
<tags>android,graph,ios,opengl,qml,quick,scene,under</tags>
<fileToOpen>quick/scenegraph/openglunderqml/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/scenegraph/openglunderqml/main.qml</fileToOpen>
</example>
<example name="Scene Graph - Painted Item" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-customitems-painteditem-example.html" projectPath="quick/customitems/painteditem/painteditem.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/declarative-textballoons_example.png">
<description><![CDATA[Shows how to implement QPainter-based custom scenegraph items.]]></description>
<tags>android,graph,item,painted,quick,scene</tags>
</example>
<example name="Scene Graph - Rendering FBOs" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-scenegraph-textureinsgnode-example.html" projectPath="quick/scenegraph/textureinsgnode/textureinsgnode.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/textureinsgnode-example.jpg">
<description><![CDATA[Shows how to use FramebufferObjects with Qt Quick.]]></description>
<tags>android,fbos,graph,quick,rendering,scene</tags>
<fileToOpen>quick/scenegraph/textureinsgnode/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/scenegraph/textureinsgnode/main.qml</fileToOpen>
</example>
<example name="Scene Graph - Rendering FBOs in a thread" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-scenegraph-textureinthread-example.html" projectPath="quick/scenegraph/textureinthread/textureinthread.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/textureinthread-example.jpg">
<description><![CDATA[Shows how to use FramebufferObjects in a thread together with Qt Quick.]]></description>
<tags>fbos,graph,in,quick,rendering,scene,thread</tags>
<fileToOpen>quick/scenegraph/textureinthread/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/scenegraph/textureinthread/main.qml</fileToOpen>
</example>
<example name="Scene Graph - Simple Material" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-scenegraph-simplematerial-example.html" projectPath="quick/scenegraph/simplematerial/simplematerial.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/simplematerial-example.jpg">
<description><![CDATA[Shows how to define a scene graph material to fill a shape.]]></description>
<tags>android,graph,material,quick,scene,simple</tags>
<fileToOpen>quick/scenegraph/simplematerial/main.qml</fileToOpen>
<fileToOpen mainFile="true">quick/scenegraph/simplematerial/simplematerial.cpp</fileToOpen>
</example>
<example name="Scene Graph - Two Texture Providers" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-scenegraph-twotextureproviders-example.html" projectPath="quick/scenegraph/twotextureproviders/twotextureproviders.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/twotextureproviders-example.jpg">
<description><![CDATA[Shows how to combine two textures from two texture providers in a custom scene graph node.]]></description>
<tags>graph,providers,quick,scene,texture,two</tags>
<fileToOpen>quick/scenegraph/twotextureproviders/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/scenegraph/twotextureproviders/main.qml</fileToOpen>
</example>
<example name="TabWidget Example" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-customitems-tabwidget-example.html" projectPath="quick/customitems/tabwidget/tabwidget.qmlproject" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-tabwidget-example.png">
<description><![CDATA[The TabWidget example shows how to create a tabwidget using property aliases and QML Object default properties]]></description>
<tags>quick,tabwidget</tags>
<fileToOpen>quick/customitems/tabwidget/main.qml</fileToOpen>
<fileToOpen mainFile="true">quick/customitems/tabwidget/TabWidget.qml</fileToOpen>
</example>
<example name="Threaded ListModel Example" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-threading-threadedlistmodel-example.html" projectPath="quick/threading/threadedlistmodel/threadedlistmodel.qmlproject" imageUrl="qthelp://org.qt-project.qtdoc.595/qtdoc/images/qt-codesample.png">
<description><![CDATA[The Threaded ListModel example shows how to use a ListModel from multiple threads using WorkerScript.]]></description>
<tags>listmodel,quick,threaded</tags>
</example>
<example name="UI Components: Dial Control Example" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-customitems-dialcontrol-example.html" projectPath="quick/customitems/dialcontrol/dialcontrol.pro" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-dialcontrol-example.png">
<description><![CDATA[The Dial Control Example shows how to create a speedometer-type dial.]]></description>
<tags>components,control,dial,quick,ui</tags>
<fileToOpen>quick/customitems/dialcontrol/main.cpp</fileToOpen>
<fileToOpen mainFile="true">quick/customitems/dialcontrol/dialcontrol.qml</fileToOpen>
</example>
<example name="UI Components: Flipable Example" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-customitems-flipable-example.html" projectPath="quick/customitems/flipable/flipable.qmlproject" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-flipable-example.png">
<description><![CDATA[The Flipable Example shows an item that flips whenever clicked, rotating around the y-axis.]]></description>
<tags>components,flipable,quick,ui</tags>
<fileToOpen mainFile="true">quick/customitems/flipable/flipable.qml</fileToOpen>
</example>
<example name="UI Components: Scroll Bar Example" docUrl="qthelp://org.qt-project.qtquick.595/qtquick/qtquick-customitems-scrollbar-example.html" projectPath="quick/customitems/scrollbar/scrollbar.qmlproject" imageUrl="qthelp://org.qt-project.qtquick.595/qtquick/images/qml-scrollbar-example.png">
<description><![CDATA[The Scroll Bar Example shows how to use scroll bars on a flickable element.]]></description>
<tags>bar,components,quick,scroll,ui</tags>
<fileToOpen>quick/customitems/scrollbar/main.qml</fileToOpen>
<fileToOpen mainFile="true">quick/customitems/scrollbar/ScrollBar.qml</fileToOpen>
</example>
</examples>
</instructionals>
|