This file is indexed.

/usr/share/qt5/doc/qtdoc/qtexamples.html is in qt5-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
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- examples.qdoc -->
  <title>All Qt Examples | Qt 5.9</title>
  <link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
  <script type="text/javascript">
    document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");
    // loading style sheet breaks anchors that were jumped to before
    // so force jumping to anchor again
    setTimeout(function() {
        var anchor = location.hash;
        // need to jump to different anchor first (e.g. none)
        location.hash = "#";
        setTimeout(function() {
            location.hash = anchor;
        }, 0);
    }, 0);
  </script>
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="main">
    <div class="main-rounded">
      <div class="navigationbar">
        <table><tr>
<td ><a href="index.html">Qt 5.9</a></td><td >All Qt Examples</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.9.5 Reference Documentation</td>
        </tr></table>
      </div>
    </div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">All Qt Examples</h1>
<span class="subtitle"></span>
<!-- $$$qtexamples.html-description -->
<div class="descr"> <a name="details"></a>
<h2 id="qt-3d">Qt 3D</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qt3d/qt3d-advancedcustommaterial-example.html">Qt 3D: Advanced custom material QML Example</a></p></td><td class="tblDescr"><p>Demonstrates creating advanced materials in Qt3D</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qt3d/qt3d-basicshapes-cpp-example.html">Qt 3D: Basic Shapes C++ Example</a></p></td><td class="tblDescr"><p>Shows four basic shapes that Qt 3D offers and sets up a mesh for each of them</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qt3d/qt3d-multiviewport-example.html">Qt 3D: Multi Viewport QML Example</a></p></td><td class="tblDescr"><p>A QML example that demonstrates rendering a Scenegraph from multiple viewports</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qt3d/qt3d-materials-example.html">Qt 3D: PBR Materials QML Example</a></p></td><td class="tblDescr"><p>A QML application that demonstrates using PBR materials</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qt3d/qt3d-planets-qml-example.html">Qt 3D: Planets QML Example</a></p></td><td class="tblDescr"><p>Demonstrates combining Qt 3D rendering and Qt Quick 2 elements</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qt3d/qt3d-scene2d-example.html">Qt 3D: Scene2D QML Example</a></p></td><td class="tblDescr"><p>A QML application that demonstrates using Qt Quick 2 within a Qt 3D scene</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qt3d/qt3d-scene3d-example.html">Qt 3D: Scene3D QML Example</a></p></td><td class="tblDescr"><p>A QML application that demonstrates visualizing a 3D scene</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qt3d/qt3d-widgets-scene3d-example.html">Qt 3D: Scene3D QML with Widgets Example</a></p></td><td class="tblDescr"><p>A QWidget-based application with a QML scene containing a 3D scene</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qt3d/qt3d-shadow-map-qml-example.html">Qt 3D: Shadow Map QML Example</a></p></td><td class="tblDescr"><p>A Qt 3D QML application that illustrates how to render a scene in Qt 3D with shadows</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qt3d/qt3d-simple-cpp-example.html">Qt 3D: Simple C++ Example</a></p></td><td class="tblDescr"><p>A C++ application that demonstrates how to render a scene in Qt 3D</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qt3d/qt3d-simple-qml-example.html">Qt 3D: Simple QML Example</a></p></td><td class="tblDescr"><p>A QML application that demonstrates how to render a scene in Qt 3D</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qt3d/qt3d-simplecustommaterial-example.html">Qt 3D: Simple custom material QML Example</a></p></td><td class="tblDescr"><p>Demonstrates creating a custom material in Qt3D</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qt3d/qt3d-wave-example.html">Qt 3D: Wave QML Example</a></p></td><td class="tblDescr"><p>A QML application that demonstrates using vertex and geometry shaders</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qt3d/qt3d-wireframe-example.html">Qt 3D: Wireframe QML Example</a></p></td><td class="tblDescr"><p>A Qt 3D QML application that implements a single-pass wireframe rendering method</p></td></tr>
</table></div>
<h2 id="qt-assistant-manual">Qt Assistant Manual</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtassistant/qtassistant-remotecontrol-example.html">Remote Control Example</a></p></td><td class="tblDescr"><p>Using and controlling Qt Assistant as a help viewer</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtassistant/qtassistant-simpletextviewer-example.html">Simple Text Viewer Example</a></p></td><td class="tblDescr"><p>Using Qt Assistant as a customized help viewer for your application</p></td></tr>
</table></div>
<h2 id="qt-bluetooth">Qt Bluetooth</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtbluetooth/qtbluetooth-btchat-example.html">Bluetooth Chat Example</a></p></td><td class="tblDescr"><p>An example showing communication through Bluetooth</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtbluetooth/qtbluetooth-btfiletransfer-example.html">Bluetooth File Transfer Example</a></p></td><td class="tblDescr"><p>An example showing the use of Bluetooth Object Push Profile (OPP)</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtbluetooth/qtbluetooth-heartrate-game-example.html">Bluetooth Low Energy Heart Rate Game</a></p></td><td class="tblDescr"><p>A game demonstrating the interaction with a Bluetooth Low Energy Heart Rate device/service</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtbluetooth/qtbluetooth-heartrate-server-example.html">Bluetooth Low Energy Heart Rate Server Example</a></p></td><td class="tblDescr"><p>An example demonstrating how to set up and advertise a GATT service. The example demonstrates the use of the Qt Bluetooth Low Energy classes related to peripheral (slave) functionality</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtbluetooth/qtbluetooth-lowenergyscanner-example.html">Bluetooth Low Energy Scanner Example</a></p></td><td class="tblDescr"><p>An application designed to browse the content of Bluetooth Low Energy peripheral devices. The example demonstrates the use of all Qt Bluetooth Low Energy classes</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtbluetooth/qtbluetooth-chat-example.html">Bluetooth QML Chat Example</a></p></td><td class="tblDescr"><p>An example demonstrating communication through Bluetooth QML API</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtbluetooth/qtbluetooth-pingpong-example.html">Bluetooth QML Ping Pong example</a></p></td><td class="tblDescr"><p>A QML example showing Bluetooth communication</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtbluetooth/qtbluetooth-btscanner-example.html">Bluetooth Scanner Example</a></p></td><td class="tblDescr"><p>An example showing how to locate Bluetooth devices</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtbluetooth/qtbluetooth-picturetransfer-example.html">QML Bluetooth Picture Push Example</a></p></td><td class="tblDescr"><p>An example showing the use Bluetooth Object Push Profile (OPP)</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtbluetooth/qtbluetooth-scanner-example.html">QML Bluetooth Scanner Example</a></p></td><td class="tblDescr"><p>A QML example about locating Bluetooth devices</p></td></tr>
</table></div>
<h2 id="qt-charts">Qt Charts</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-areachart-example.html">AreaChart Example</a></p></td><td class="tblDescr"><p>Example shows how to create a simple area chart</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-audio-example.html">Audio Example</a></p></td><td class="tblDescr"><p>This example shows the drawing of dynamic data (microphone input)</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-barchart-example.html">BarChart Example</a></p></td><td class="tblDescr"><p>Example shows how to create a bar chart</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-barmodelmapper-example.html">BarModelMapper Example</a></p></td><td class="tblDescr"><p>This example shows how to use QAbstractItemModel derived model as the data for the bar series</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-boxplotchart-example.html">Box and Whiskers Example</a></p></td><td class="tblDescr"><p>Example shows how to create a box-and-whiskers chart</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-callout-example.html">Callout Example</a></p></td><td class="tblDescr"><p>This example shows how to draw an additional element (a callout) on top of the chart</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-candlestickchart-example.html">Candlestick Chart Example</a></p></td><td class="tblDescr"><p>Shows how to create a candlestick chart</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-chartthemes-example.html">Chart Themes Example</a></p></td><td class="tblDescr"><p>Example shows the look and feel of the different built-in themes</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-customchart-example.html">Custom Chart Example</a></p></td><td class="tblDescr"><p>This example shows how to customize the appearance of the different elements on a chart</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-datetimeaxis-example.html">DateTimeAxis Example</a></p></td><td class="tblDescr"><p>Example shows how to use QLineChart with QDateTimeAxis</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-donutbreakdown-example.html">Donut Chart Breakdown Example</a></p></td><td class="tblDescr"><p>This example shows how to use create a donut breakdown chart using QPieSeries API</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-donutchart-example.html">Donutchart Example</a></p></td><td class="tblDescr"><p>This example shows how to create a simple donut chart, and do some customizations to a slice</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-dynamicspline-example.html">Dynamic Spline Example</a></p></td><td class="tblDescr"><p>This example shows how to draw dynamic data</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-horizontalbarchart-example.html">HorizontalBarChart Example</a></p></td><td class="tblDescr"><p>Example shows how to create a horizontal bar chart</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-horizontalpercentbarchart-example.html">HorizontalPercentBarChart Example</a></p></td><td class="tblDescr"><p>Example shows how to create a simple horizontal percent bar chart</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-horizontalstackedbarchart-example.html">HorizontalStackedBarChart Example</a></p></td><td class="tblDescr"><p>Example shows how to create a simple stacked horizontal bar chart</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-legend-example.html">Legend Example</a></p></td><td class="tblDescr"><p>This example shows how to detach the legend from the chart and how to attach it back</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-legendmarkers-example.html">LegendMarkers Example</a></p></td><td class="tblDescr"><p>Example shows how to make use of legend markers</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-lineandbar-example.html">Line and BarChart Example</a></p></td><td class="tblDescr"><p>Example shows how to combine different charts and set the axes</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-linechart-example.html">LineChart Example</a></p></td><td class="tblDescr"><p>Example shows how to create a simple line chart</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-logvalueaxis-example.html">Logarithmic Axis Example</a></p></td><td class="tblDescr"><p>Example shows how to use QLogValueAxis</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-modeldata-example.html">Model Data Example</a></p></td><td class="tblDescr"><p>This example shows how to use the QAbstractItemModel derived model as the data for the series</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-multiaxis-example.html">Multiple Axes Example</a></p></td><td class="tblDescr"><p>Example shows how to create a simple chart with two vertical axes. One for each series</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-nesteddonuts-example.html">Nested Donuts Example</a></p></td><td class="tblDescr"><p>This example shows how to create a nested donuts chart using the QPieSeries API</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-openglseries-example.html">OpenGL Accelerated Series Example</a></p></td><td class="tblDescr"><p>Example shows how to enable OpenGL acceleration for QLineSeries and QScatterSeries</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-percentbarchart-example.html">PercentBarChart Example</a></p></td><td class="tblDescr"><p>Example shows how to create a simple percent bar chart</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-piechartcustomization-example.html">Pie Chart Customization Example</a></p></td><td class="tblDescr"><p>This example shows how the look and feel of a pie chart can be customized</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-piechartdrilldown-example.html">Piechart Drilldown Example</a></p></td><td class="tblDescr"><p>Example shows how to implement a piechart with drilldown effect</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-piechart-example.html">Piechart Example</a></p></td><td class="tblDescr"><p>Example shows how to create a simple pie chart and do some customizations to a pie slice</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-polarchart-example.html">Polar Chart Example</a></p></td><td class="tblDescr"><p>Example shows how to create a simple polar chart with multiple different series</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-qmlaxes-example.html">Qml Axes</a></p></td><td class="tblDescr"><p>This is a demonstration of how to use axes in your QML application</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-qmlchart-example.html">Qml Charts Example</a></p></td><td class="tblDescr"><p>This basic demonstration shows how to use the different chart types by using qml</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-qmlcustomlegend-example.html">Qml Custom Legend</a></p></td><td class="tblDescr"><p>This example shows you how to create your own custom legend</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-qmlcustomizations-example.html">Qml Customizations</a></p></td><td class="tblDescr"><p>This application shows you how to customize different visual properties of a ChartView and series</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-qmlf1legends-example.html">Qml F1 Legends</a></p></td><td class="tblDescr"><p>This application demonstrates how to use XmlListModel as a datasource for a Chart</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-qmloscilloscope-example.html">Qml Oscilloscope</a></p></td><td class="tblDescr"><p>Example shows how to implement application with strict performance requirements using the Qt Charts QML API</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-qmlpolarchart-example.html">Qml Polar Chart</a></p></td><td class="tblDescr"><p>This is a demonstration on how to use a polar chart in your QML application</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-qmlweather-example.html">Qml Weather</a></p></td><td class="tblDescr"><p>This is a basic demonstration showing how to use the different chart types by using qml</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-scatterinteractions-example.html">Scatter Interactions Example</a></p></td><td class="tblDescr"><p>This example shows how to create a simple scatter chart and how to interact with the chart</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-scatterchart-example.html">ScatterChart Example</a></p></td><td class="tblDescr"><p>Example shows how to create a simple scatter chart</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-splinechart-example.html">SplineChart Example</a></p></td><td class="tblDescr"><p>Example shows how to create a simple spline chart</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-stackedbarchartdrilldown-example.html">StackedBarChart Drilldown Example</a></p></td><td class="tblDescr"><p>Example shows how to implement drilldown using a stacked barchart</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-stackedbarchart-example.html">StackedBarChart Example</a></p></td><td class="tblDescr"><p>Example shows how to create a simple stacked bar chart</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-temperaturerecords-example.html">Temperature Records Example</a></p></td><td class="tblDescr"><p>Example shows how to create a bar chart with negative bars</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcharts/qtcharts-zoomlinechart-example.html">Zoom Line Example</a></p></td><td class="tblDescr"><p>Example shows how to create your own custom zooming effect</p></td></tr>
</table></div>
<h2 id="qt-concurrent">Qt Concurrent</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtconcurrent/qtconcurrent-imagescaling-example.html">Image Scaling Example</a></p></td><td class="tblDescr"><p>Demonstrates how to asynchronously scale images</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtconcurrent/qtconcurrent-map-example.html">Map Example</a></p></td><td class="tblDescr"><p>Demonstrates how to scale images synchronously</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtconcurrent/qtconcurrent-progressdialog-example.html">QtConcurrent Progress Dialog Example</a></p></td><td class="tblDescr"><p>Demonstrates how to monitor the progress of the active processes</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtconcurrent/qtconcurrent-wordcount-example.html">QtConcurrent Word Count Example</a></p></td><td class="tblDescr"><p>Demonstrates how to use the map-reduce algorithm</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtconcurrent/qtconcurrent-runfunction-example.html">Run Function Example</a></p></td><td class="tblDescr"><p>Demonstrates how to run standard functions concurrently</p></td></tr>
</table></div>
<h2 id="qt-core">Qt Core</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qtcore-tools-contiguouscache-example.html">Contiguous Cache Example</a></p></td><td class="tblDescr"><p>Contiguous Cache example shows how to use QContiguousCache to manage memory usage for very large models. In some environments memory is limited and, even when it isn't, users still dislike an application using excessive memory. Using QContiguousCache to manage a list, rather than loading the entire list into memory, allows the application to limit the amount of memory it uses, regardless of the size of the data set it accesses</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qtcore-tools-customtype-example.html">Custom Type Example</a></p></td><td class="tblDescr"><p>Custom Type example shows how to integrate a custom type into Qt's meta-object system</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qtcore-json-savegame-example.html">JSON Save Game Example</a></p></td><td class="tblDescr"><p>JSON Save Game example demonstrates how to save and load a small game using QJsonDocument, QJsonObject and QJsonArray</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qtcore-ipc-localfortuneclient-example.html">Local Fortune Client Example</a></p></td><td class="tblDescr"><p>Demonstrates using QLocalSocket for a simple local service client</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qtcore-ipc-localfortuneserver-example.html">Local Fortune Server Example</a></p></td><td class="tblDescr"><p>Demonstrates using QLocalServer and QLocalSocket for serving a simple local service</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qtcore-mimetypes-mimetypebrowser-example.html">MIME Type Browser Example</a></p></td><td class="tblDescr"><p>Shows the hierarchy of MIME types and can be used to determine the MIME type of a file</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qtcore-threads-mandelbrot-example.html">Mandelbrot Example</a></p></td><td class="tblDescr"><p>Mandelbrot example demonstrates multi-thread programming using Qt. It shows how to use a worker thread to perform heavy computations without blocking the main thread's event loop</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qtcore-threads-queuedcustomtype-example.html">Queued Custom Type Example</a></p></td><td class="tblDescr"><p>Demonstrates multi-thread programming using Qt</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qtcore-threads-semaphores-example.html">Semaphores Example</a></p></td><td class="tblDescr"><p>Demonstrates multi-thread programming using Qt</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qtcore-ipc-sharedmemory-example.html">Shared Memory Example</a></p></td><td class="tblDescr"><p>Demonstrates doing inter-process communication using shared memory with the QSharedMemory class</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qtcore-threads-waitconditions-example.html">Wait Conditions Example</a></p></td><td class="tblDescr"><p>Demonstrates multi-thread programming using Qt</p></td></tr>
</table></div>
<h2 id="qt-d-bus">Qt D-Bus</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qtdbus-chat-example.html">D-Bus Chat Example</a></p></td><td class="tblDescr"><p>Demonstrates communication among instances of an application</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qtdbus-complexpingpong-example.html">D-Bus Complex Ping Pong Example</a></p></td><td class="tblDescr"><p>Demonstrates usage of the Qt D-Bus typesystem</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qtdbus-listnames-example.html">D-Bus List Names Example</a></p></td><td class="tblDescr"><p>Shows how to access the D-Bus bus daemon service</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qtdbus-pingpong-example.html">D-Bus Ping Pong Example</a></p></td><td class="tblDescr"><p>Demonstrates a simple message system using D-Bus</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qtdbus-remotecontrolledcar-example.html">D-Bus Remote Controlled Car Example</a></p></td><td class="tblDescr"><p>Shows how to use Qt D-Bus to control a car from another application</p></td></tr>
</table></div>
<h2 id="qt-designer-manual">Qt Designer Manual</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qtdesigner-calculatorbuilder-example.html">Calculator Builder Example</a></p></td><td class="tblDescr"><p>Creating a user interface from a Qt Designer form at run-time</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qtdesigner-calculatorform-example.html">Calculator Form Example</a></p></td><td class="tblDescr"><p>Using a form created with Qt Designer in an application</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qtdesigner-containerextension-example.html">Container Extension Example</a></p></td><td class="tblDescr"><p>Creating a custom multi-page plugin for Qt Designer</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qtdesigner-customwidgetplugin-example.html">Custom Widget Plugin Example</a></p></td><td class="tblDescr"><p>Creating a custom widget plugin for Qt Designer</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qtdesigner-taskmenuextension-example.html">Task Menu Extension Example</a></p></td><td class="tblDescr"><p>Creating a custom widget plugin for Qt Designer and providing custom task menu entries that are associated with the plugin</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qtdesigner-worldtimeclockbuilder-example.html">World Time Clock Builder Example</a></p></td><td class="tblDescr"><p>Creating forms with Qt Designer that contain custom widgets that can be dynamically generated at run-time</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qtdesigner-worldtimeclockplugin-example.html">World Time Clock Plugin Example</a></p></td><td class="tblDescr"><p>Creating a custom widget plugin for Qt Designer that uses signals and slots</p></td></tr>
</table></div>
<h2 id="qt-gui">Qt GUI</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qtgui-analogclock-example.html">Analog Clock Window Example</a></p></td><td class="tblDescr"><p>Analog Clock Window example shows how to draw the contents of a custom window</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtgui-openglwindow-example.html">OpenGL Window Example</a></p></td><td class="tblDescr"><p>This example shows how to create a minimal QWindow based application for the purpose of using OpenGL</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qtgui-rasterwindow-example.html">Raster Window Example</a></p></td><td class="tblDescr"><p>This example shows how to create a minimal QWindow based application using QPainter for rendering</p></td></tr>
</table></div>
<h2 id="qt-help">Qt Help</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qthelp/qthelp-contextsensitivehelp-example.html">Context-Sensitive Help Example</a></p></td><td class="tblDescr"><p>Using the QHelpEngineCore class to implement context-sensitive help for applications</p></td></tr>
</table></div>
<h2 id="qt-linguist-manual">Qt Linguist Manual</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlinguist/qtlinguist-arrowpad-example.html">Arrow Pad Example</a></p></td><td class="tblDescr"><p>Understanding the Qt Linguist contexts concept and using two or more languages</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlinguist/qtlinguist-hellotr-example.html">Hello tr() Example</a></p></td><td class="tblDescr"><p>Translating a small Hello World program to Latin</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlinguist/qtlinguist-trollprint-example.html">Troll Print Example</a></p></td><td class="tblDescr"><p>Updating translations for later releases</p></td></tr>
</table></div>
<h2 id="qt-location">Qt Location</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qtlocation-mapviewer-example.html">Map Viewer (QML)</a></p></td><td class="tblDescr"><p>Map Viewer example shows how to display and interact with a map, search for an address, and find driving directions</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qtlocation-minimal-map-example.html">Minimal Map (QML)</a></p></td><td class="tblDescr"><p>Minimum code to display a map using Qt Quick</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qtlocation-places-example.html">Places (QML)</a></p></td><td class="tblDescr"><p>Places example demonstrates how to search for Places and access related content</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qtlocation-places-list-example.html">Places List (QML)</a></p></td><td class="tblDescr"><p>Places List example demonstrates how to search for and display a list of places using a ListView</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qtlocation-places-map-example.html">Places Map (QML)</a></p></td><td class="tblDescr"><p>Places Map example demonstrates how to search for and display a list of places on a map using a MapItemView</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qtlocation-planespotter-example.html">Plane Spotter (QML)</a></p></td><td class="tblDescr"><p>Plane Spotter example demonstrates the tight integration of location and positioning data types into QML</p></td></tr>
</table></div>
<h2 id="qt-multimedia">Qt Multimedia</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qtmultimedia-multimedia-audiodevices-example.html">Audio Devices Example</a></p></td><td class="tblDescr"><p>Testing the available audio devices and their configuration</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qtmultimedia-multimedia-audioinput-example.html">Audio Input Example</a></p></td><td class="tblDescr"><p>Recording audio using the QAudioInput class</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qtmultimedia-multimedia-audiooutput-example.html">Audio Output Example</a></p></td><td class="tblDescr"><p>Enabling audio playback using the QAudioOutput class</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qtmultimedia-multimedia-audiorecorder-example.html">Audio Recorder Example</a></p></td><td class="tblDescr"><p>Discovering the available devices and supported codecs</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qtmultimedia-multimedia-audioengine-example.html">AudioEngine Example</a></p></td><td class="tblDescr"><p>Enabling 3D sound control using the Qt Audio Engine API</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qtmultimedia-multimediawidgets-camera-example.html">Camera Example</a></p></td><td class="tblDescr"><p>Camera Example shows how to use the API to capture a still image or video</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qtmultimedia-multimedia-declarative-radio-example.html">Declarative Radio Example</a></p></td><td class="tblDescr"><p>Demonstrates using the Radio QML type from Qt Multimedia</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qtmultimedia-multimediawidgets-player-example.html">Media Player Example</a></p></td><td class="tblDescr"><p>Playing audio and video</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qtmultimedia-multimedia-declarative-camera-example.html">QML Camera Example</a></p></td><td class="tblDescr"><p>Camera Example shows how to use the API to capture a still image or video</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qtmultimedia-multimedia-video-qmlvideo-example.html">QML Video Example</a></p></td><td class="tblDescr"><p>Transforming video and camera viewfinder content</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qtmultimedia-multimedia-video-qmlvideofx-example.html">QML Video Shader Effects Example</a></p></td><td class="tblDescr"><p>Applying shader effects on video and camera viewfinder content</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qtmultimedia-multimedia-spectrum-example.html">Spectrum Example</a></p></td><td class="tblDescr"><p>Analyzing a raw audio stream using the FFTReal library</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qtmultimedia-multimediawidgets-videographicsitem-example.html">Video Graphics Item Example</a></p></td><td class="tblDescr"><p>Streaming video on a graphics scene</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qtmultimedia-multimediawidgets-videowidget-example.html">Video Widget Example</a></p></td><td class="tblDescr"><p>Implementing a video player widget</p></td></tr>
</table></div>
<h2 id="qt-nfc">Qt NFC</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnfc/qtnfc-annotatedurl-example.html">Annotated URL Example</a></p></td><td class="tblDescr"><p>An example showing reading from formatted NFC Data Exchange Format (NDEF) messages</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnfc/qtnfc-ndefeditor-example.html">NDEF Editor Example</a></p></td><td class="tblDescr"><p>An example about reading and writing NFC Data Exchange Format (NDEF) messages to NFC Forum Tags</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnfc/qtnfc-corkboard-example.html">QML CorkBoard Example</a></p></td><td class="tblDescr"><p>A QML example about displaying NFC Data Exchange Format (NDEF) messages</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnfc/qtnfc-poster-example.html">QML Poster Example</a></p></td><td class="tblDescr"><p>A QML example about reading and displaying NFC Data Exchange Format (NDEF) messages</p></td></tr>
</table></div>
<h2 id="qt-network">Qt Network</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qtnetwork-blockingfortuneclient-example.html">Blocking Fortune Client Example</a></p></td><td class="tblDescr"><p>Demonstrates how to create a client for a network service</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qtnetwork-broadcastreceiver-example.html">Broadcast Receiver Example</a></p></td><td class="tblDescr"><p>Demonstrates how to receive information broadcasted over a local network</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qtnetwork-broadcastsender-example.html">Broadcast Sender Example</a></p></td><td class="tblDescr"><p>Demonstrates how to broadcast information to multiple clients on a local network</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qtnetwork-fortuneclient-example.html">Fortune Client Example</a></p></td><td class="tblDescr"><p>Demonstrates how to create a client for a network service</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qtnetwork-fortuneserver-example.html">Fortune Server Example</a></p></td><td class="tblDescr"><p>Demonstrates how to create a server for a network service</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qtnetwork-googlesuggest-example.html">Google Suggest Example</a></p></td><td class="tblDescr"><p>Obtains the list of search recommendations by the Google search engine</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qtnetwork-http-example.html">HTTP Example</a></p></td><td class="tblDescr"><p>Demonstrates a simple HTTP client</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qtnetwork-loopback-example.html">Loopback Example</a></p></td><td class="tblDescr"><p>Demonstrates the client-server communication on a local host</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qtnetwork-multicastreceiver-example.html">Multicast Receiver Example</a></p></td><td class="tblDescr"><p>Demonstrates how to receive information sent to a multicast group</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qtnetwork-multicastsender-example.html">Multicast Sender Example</a></p></td><td class="tblDescr"><p>Demonstrates how to send messages to a multicast group</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qtnetwork-network-chat-example.html">Network Chat Example</a></p></td><td class="tblDescr"><p>Demonstrates a stateful peer-to-peer Chat client</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qtnetwork-download-example.html">Network Download Example</a></p></td><td class="tblDescr"><p>Demonstrates how to use networking APIs for multiple downloads</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qtnetwork-downloadmanager-example.html">Network Download Manager Example</a></p></td><td class="tblDescr"><p>Demonstrates how to use the networking APIs for multiple downloads</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qtnetwork-securesocketclient-example.html">Secure Socket Client Example</a></p></td><td class="tblDescr"><p>Demonstrates how to communicate over an encrypted (SSL) connection</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qtnetwork-threadedfortuneserver-example.html">Threaded Fortune Server Example</a></p></td><td class="tblDescr"><p>Threaded Fortune Server example shows how to create a server for a simple network service that uses threads to handle requests from different clients. It is intended to be run alongside the Fortune Client example</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qtnetwork-torrent-example.html">Torrent Example</a></p></td><td class="tblDescr"><p>Demonstrates complex TCP/IP operations</p></td></tr>
</table></div>
<h2 id="qt-opengl">Qt OpenGL</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtopengl/qtopengl-2dpainting-example.html">2D Painting Example</a></p></td><td class="tblDescr"><p>2D Painting example shows how QPainter and QGLWidget can be used together to display accelerated 2D graphics on supported hardware</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtopengl/qtopengl-cube-example.html">Cube OpenGL ES 2.0 example</a></p></td><td class="tblDescr"><p>Cube OpenGL ES 2.0 example shows how to write mouse rotateable textured 3D cube using OpenGL ES 2.0 with Qt. It shows how to handle polygon geometries efficiently and how to write simple vertex and fragment shader for programmable graphics pipeline. In addition it shows how to use quaternions for representing 3D object orientation</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtopengl/qtopengl-hellogl2-example.html">Hello GL2 Example</a></p></td><td class="tblDescr"><p>Hello GL2 example demonstrates the basic use of the OpenGL-related classes provided with Qt</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtopengl/qtopengl-textures-example.html">Textures Example</a></p></td><td class="tblDescr"><p>Textures example demonstrates the use of Qt's image classes as textures in applications that use both OpenGL and Qt to display graphics</p></td></tr>
</table></div>
<h2 id="qt-positioning">Qt Positioning</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtpositioning/qtpositioning-geoflickr-example.html">GeoFlickr (QML)</a></p></td><td class="tblDescr"><p>GeoFlickr example shows how to use the user's current position to fetch local content from a web service</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtpositioning/qtpositioning-logfilepositionsource-example.html">Log File Position Source (C++)</a></p></td><td class="tblDescr"><p>Logfile Position Source shows how to create and work with a custom NMEA position source, for platforms without GPS</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtpositioning/qtpositioning-satelliteinfo-example.html">SatelliteInfo (C++/QML)</a></p></td><td class="tblDescr"><p>SatelliteInfo example shows how the available satellites at the user's current position and marks the satellites currently contributing to the GPS fix as pink</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtpositioning/qtpositioning-weatherinfo-example.html">Weather Info (C++/QML)</a></p></td><td class="tblDescr"><p>Weather Info example shows how to use the user's current position to retrieve local content from a web service in a C++ plugin for QML</p></td></tr>
</table></div>
<h2 id="qt-qml">Qt QML</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qtqml-networkaccessmanagerfactory-example.html">C++ Extensions: Network Access Manager Factory Example</a></p></td><td class="tblDescr"><p>Implements a custom network access manager for the QML engine</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qtqml-referenceexamples-adding-example.html">Extending QML - Adding Types Example</a></p></td><td class="tblDescr"><p>Exporting C++ Classes</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qtqml-referenceexamples-attached-example.html">Extending QML - Attached Properties Example</a></p></td><td class="tblDescr"><p>Attached Properties</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qtqml-referenceexamples-binding-example.html">Extending QML - Binding Example</a></p></td><td class="tblDescr"><p>Binding</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qtqml-referenceexamples-default-example.html">Extending QML - Default Property Example</a></p></td><td class="tblDescr"><p>Default Property</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qtqml-referenceexamples-extended-example.html">Extending QML - Extension Objects Example</a></p></td><td class="tblDescr"><p>Extension Objects</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qtqml-referenceexamples-grouped-example.html">Extending QML - Grouped Properties Example</a></p></td><td class="tblDescr"><p>Grouped Properties</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qtqml-referenceexamples-coercion-example.html">Extending QML - Inheritance and Coercion Example</a></p></td><td class="tblDescr"><p>C++ Inheritance and Coercion</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qtqml-referenceexamples-methods-example.html">Extending QML - Methods Example</a></p></td><td class="tblDescr"><p>Methods Support</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qtqml-referenceexamples-properties-example.html">Extending QML - Object and List Property Types Example</a></p></td><td class="tblDescr"><p>Exporting C++ Properties</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qtqml-referenceexamples-valuesource-example.html">Extending QML - Property Value Source Example</a></p></td><td class="tblDescr"><p>Property Value Source</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qtqml-referenceexamples-signal-example.html">Extending QML - Signal Support Example</a></p></td><td class="tblDescr"><p>Signal Support</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qtqml-dynamicscene-example.html">QML Example - Dynamic Scene</a></p></td><td class="tblDescr"><p>This example demonstrates creating components dynamically</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qtqml-qml-i18n-example.html">QML Examples - Internationalization</a></p></td><td class="tblDescr"><p>This is an internationalization example</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qtqml-qmlextensionplugins-example.html">QML Plugin Example</a></p></td><td class="tblDescr"><p>This example creates a C++ plugin extension by subclassing QQmlExtensionPlugin</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qtqml-xmlhttprequest-example.html">Qt Quick Examples - XMLHttpRequest</a></p></td><td class="tblDescr"><p>This is a collection of XMLHttpRequest examples</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qtqml-tutorials-extending-qml-example.html">Writing QML Extensions with C++</a></p></td><td class="tblDescr"><p>Tutorial about extending QML with Qt C++</p></td></tr>
</table></div>
<h2 id="qt-quick">Qt Quick</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-imageprovider-example.html">C++ Extensions: Image Provider Example</a></p></td><td class="tblDescr"><p>How to load images in QML with QQuickImageProvider</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-imageresponseprovider-example.html">C++ Extensions: Image Response Provider Example</a></p></td><td class="tblDescr"><p>How to load images asynchronously in QML</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-models-abstractitemmodel-example.html">Models and Views: AbstractItemModel Example</a></p></td><td class="tblDescr"><p>Shows how to use a QAbstractItemModel subclass as a model in QML</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-models-objectlistmodel-example.html">Models and Views: Object ListModel Example</a></p></td><td class="tblDescr"><p>Shows how to use a QList<QObject*> as a model in QML</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-models-stringlistmodel-example.html">Models and Views: String ListModel Example</a></p></td><td class="tblDescr"><p>Shows how to use a QStringList as a model in QML</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-tutorials-samegame-samegame1-example.html">QML Advanced Tutorial 1 - Creating the Game Canvas and Blocks</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-tutorials-samegame-samegame2-example.html">QML Advanced Tutorial 2 - Populating the Game Canvas</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-tutorials-samegame-samegame3-example.html">QML Advanced Tutorial 3 - Implementing the Game Logic</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-tutorials-samegame-samegame4-example.html">QML Advanced Tutorial 4 - Finishing Touches</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-tutorials-dynamicview-dynamicview1-example.html">QML Dynamic View Ordering Tutorial 1 - A Simple ListView and Delegate</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-tutorials-dynamicview-dynamicview2-example.html">QML Dynamic View Ordering Tutorial 2 - Dragging View Items</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-tutorials-dynamicview-dynamicview3-example.html">QML Dynamic View Ordering Tutorial 3 - Moving Dragged Items</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-tutorials-dynamicview-dynamicview4-example.html">QML Dynamic View Ordering Tutorial 4 - Sorting Items</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-rendercontrol-example.html">QQuickRenderControl Example</a></p></td><td class="tblDescr"><p>Shows how to render a Qt Quick scene into a texture that is then used by a non-Quick based OpenGL renderer</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-demos-calqlatr-example.html">Qt Quick Demo - Calqlatr</a></p></td><td class="tblDescr"><p>A QML app designed for portrait devices that uses custom components, animated with AnimationController, and JavaScript for the application logic</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-demos-clocks-example.html">Qt Quick Demo - Clocks</a></p></td><td class="tblDescr"><p>A QML clock application that demonstrates using a ListView type to display data generated by a ListModel and a SpringAnimation type to animate images</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-demos-maroon-example.html">Qt Quick Demo - Maroon in Trouble</a></p></td><td class="tblDescr"><p>A Qt Quick game for touch devices that uses SpriteSequence, ParticleSystem, Emitter, and Wander types to animate objects and the SoundEffect type to play sound effects</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-demos-photosurface-example.html">Qt Quick Demo - Photo Surface</a></p></td><td class="tblDescr"><p>A QML app for touch devices that uses a Repeater with a FolderListModel to access content in a folder, and a PinchArea that contains a MouseArea to handle pinch gestures on the fetched content</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-demos-photoviewer-example.html">Qt Quick Demo - Photo Viewer</a></p></td><td class="tblDescr"><p>A QML photo viewer that that uses XmlListModel and XmlRole to download Flickr feeds, and Package to display the photos in different views</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-demos-rssnews-example.html">Qt Quick Demo - RSS News</a></p></td><td class="tblDescr"><p>A QML RSS news reader that uses XmlListModel and XmlRole to download XML data, ListModel and ListElement to create a category list, and ListView to display the data</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-demos-samegame-example.html">Qt Quick Demo - Same Game</a></p></td><td class="tblDescr"><p>A QML implementation of the popular puzzle game by Kuniaki Moribe</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-demos-stocqt-example.html">Qt Quick Demo - StocQt</a></p></td><td class="tblDescr"><p>A configurable stock chart for the NASDAQ-100</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-demos-tweetsearch-example.html">Qt Quick Demo - Tweet Search</a></p></td><td class="tblDescr"><p>A Twitter search client with 3D effects</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-quick-accessibility-example.html">Qt Quick Examples - Accessibility</a></p></td><td class="tblDescr"><p>This example demonstrates the implementation of accessible buttons</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-animation-example.html">Qt Quick Examples - Animation</a></p></td><td class="tblDescr"><p>This is a collection of QML Animation examples</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-canvas-example.html">Qt Quick Examples - Canvas</a></p></td><td class="tblDescr"><p>This is a collection of QML Canvas examples</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-draganddrop-example.html">Qt Quick Examples - Drag and Drop</a></p></td><td class="tblDescr"><p>This is a collection of QML drag and drop examples</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-imageelements-example.html">Qt Quick Examples - Image Elements</a></p></td><td class="tblDescr"><p>This is a collection of QML examples relating to image types</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-keyinteraction-example.html">Qt Quick Examples - Key Interaction</a></p></td><td class="tblDescr"><p>This is a collection of QML keyboard interaction examples</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-localstorage-example.html">Qt Quick Examples - Local Storage</a></p></td><td class="tblDescr"><p>A collection of QML local storage examples</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-mousearea-example.html">Qt Quick Examples - MouseArea</a></p></td><td class="tblDescr"><p>This is an example of the MouseArea type in QML</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-positioners-example.html">Qt Quick Examples - Positioners</a></p></td><td class="tblDescr"><p>This is a collection of QML Positioner examples</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-righttoleft-example.html">Qt Quick Examples - Right to Left</a></p></td><td class="tblDescr"><p>This is a collection of QML Right to Left examples</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-shadereffects-example.html">Qt Quick Examples - Shader Effects</a></p></td><td class="tblDescr"><p>A Qt Quick example demonstrating the use of shader effects</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-text-example.html">Qt Quick Examples - Text</a></p></td><td class="tblDescr"><p>This is a collection of QML examples relating to text</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-threading-example.html">Qt Quick Examples - Threading</a></p></td><td class="tblDescr"><p>This is a collection of QML multithreading examples</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-touchinteraction-example.html">Qt Quick Examples - Touch Interaction</a></p></td><td class="tblDescr"><p>A collection of QML Touch Interaction examples</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-views-example.html">Qt Quick Examples - Views</a></p></td><td class="tblDescr"><p>This is a collection of QML model-view examples</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-window-example.html">Qt Quick Examples - Window and Screen</a></p></td><td class="tblDescr"><p>This example demonstrates the Window and Screen types in QML</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-externaldraganddrop-example.html">Qt Quick Examples - externaldraganddrop</a></p></td><td class="tblDescr"><p>This is an example of drag-and-drop among QML applications</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-layouts-example.html">Qt Quick Layouts - Basic Example</a></p></td><td class="tblDescr"><p>Demonstrates how to use layout types to arrange a UI</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-particles-affectors-example.html">Qt Quick Particles Examples - Affectors</a></p></td><td class="tblDescr"><p>This is a collection of examples using Affectors in the QML particle system</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-particles-customparticle-example.html">Qt Quick Particles Examples - CustomParticle</a></p></td><td class="tblDescr"><p>This is a collection of examples using CustomParticle in the QML particle system</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-particles-emitters-example.html">Qt Quick Particles Examples - Emitters</a></p></td><td class="tblDescr"><p>This is a collection of examples using Emitters in the QML particle system</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-particles-imageparticle-example.html">Qt Quick Particles Examples - Image Particles</a></p></td><td class="tblDescr"><p>This is a collection of examples using Affectors in the QML particle system</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-particles-system-example.html">Qt Quick Particles Examples - System</a></p></td><td class="tblDescr"><p>This is a collection of examples using Affectors in the QML particle system</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-quickwidgets-quickwidget-example.html">Qt Quick Widgets Example</a></p></td><td class="tblDescr"><p>Demonstrates how to mix QML with a Qt Widgets application using the QQuickWidget class</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-scenegraph-customgeometry-example.html">Scene Graph - Custom Geometry</a></p></td><td class="tblDescr"><p>Shows how to implement a custom geometry in the Qt Quick Scene Graph</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-scenegraph-graph-example.html">Scene Graph - Graph</a></p></td><td class="tblDescr"><p>Demonstrates how one can combine custom materials and geometries under a single QQuickItem</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-scenegraph-openglunderqml-example.html">Scene Graph - OpenGL Under QML</a></p></td><td class="tblDescr"><p>Shows how to render OpenGL under a Qt Quick scene</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-customitems-painteditem-example.html">Scene Graph - Painted Item</a></p></td><td class="tblDescr"><p>Shows how to implement QPainter-based custom scenegraph items</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-scenegraph-textureinsgnode-example.html">Scene Graph - Rendering FBOs</a></p></td><td class="tblDescr"><p>Shows how to use FramebufferObjects with Qt Quick</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-scenegraph-textureinthread-example.html">Scene Graph - Rendering FBOs in a thread</a></p></td><td class="tblDescr"><p>Shows how to use FramebufferObjects in a thread together with Qt Quick</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-scenegraph-simplematerial-example.html">Scene Graph - Simple Material</a></p></td><td class="tblDescr"><p>Shows how to define a scene graph material to fill a shape</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-scenegraph-twotextureproviders-example.html">Scene Graph - Two Texture Providers</a></p></td><td class="tblDescr"><p>Shows how to combine two textures from two texture providers in a custom scene graph node</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-customitems-tabwidget-example.html">TabWidget Example</a></p></td><td class="tblDescr"><p>TabWidget example shows how to create a tabwidget using property aliases and QML Object default properties</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-threading-threadedlistmodel-example.html">Threaded ListModel Example</a></p></td><td class="tblDescr"><p>Threaded ListModel example shows how to use a ListModel from multiple threads using WorkerScript</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-customitems-dialcontrol-example.html">UI Components: Dial Control Example</a></p></td><td class="tblDescr"><p>Dial Control Example shows how to create a speedometer-type dial</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-customitems-flipable-example.html">UI Components: Flipable Example</a></p></td><td class="tblDescr"><p>Flipable Example shows an item that flips whenever clicked, rotating around the y-axis</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qtquick-customitems-scrollbar-example.html">UI Components: Scroll Bar Example</a></p></td><td class="tblDescr"><p>Scroll Bar Example shows how to use scroll bars on a flickable element</p></td></tr>
</table></div>
<h2 id="qt-quick-controls">Qt Quick Controls</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquickcontrols/qtquickcontrols-calendar-example.html">Qt Quick Controls - Calendar Example</a></p></td><td class="tblDescr"><p>Demonstrates the use of Calendar control</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquickcontrols/qtquickcontrols-filesystembrowser-example.html">Qt Quick Controls - File System Browser Example</a></p></td><td class="tblDescr"><p>An example for the TreeView control</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquickcontrols/qtquickcontrols-gallery-example.html">Qt Quick Controls - Gallery</a></p></td><td class="tblDescr"><p>A collection of components for a classic desktop-style UI</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquickcontrols/qtquickcontrols-styles-example.html">Qt Quick Controls - Styles Example</a></p></td><td class="tblDescr"><p>Demonstrates custom styles</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquickcontrols/qtquickcontrols-tableview-example.html">Qt Quick Controls - Table View Example</a></p></td><td class="tblDescr"><p>An example for the TableView control</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquickcontrols/qtquickcontrols-texteditor-example.html">Qt Quick Controls - Text Editor Example</a></p></td><td class="tblDescr"><p>A QML app using Qt Quick Controls and a C++ class to provide a fully-functional rich-text editor application</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquickcontrols/qtquickcontrols-touch-example.html">Qt Quick Controls - Touch Gallery</a></p></td><td class="tblDescr"><p>Demonstrates UI controls for a touch interface</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquickcontrols/qtquickcontrols-uiforms-example.html">Qt Quick Controls - UI Forms</a></p></td><td class="tblDescr"><p>Demonstrates how to separate the application logic from the UI</p></td></tr>
</table></div>
<h2 id="qt-quick-controls-2">Qt Quick Controls 2</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquickcontrols2/qtquickcontrols2-chattutorial-example.html">Qt Quick Controls 2 - Chat Tutorial</a></p></td><td class="tblDescr"><p>Tutorial about writing a basic chat client using Qt Quick Controls 2</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquickcontrols2/qtquickcontrols2-contactlist-example.html">Qt Quick Controls 2 - Contact List</a></p></td><td class="tblDescr"><p>A QML app using Qt Quick Controls 2 and a C++ class that implements a simple contact list</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquickcontrols2/qtquickcontrols2-flatstyle-example.html">Qt Quick Controls 2 - Flat Style</a></p></td><td class="tblDescr"><p>A QML app using Qt Quick Controls 2 and a QML plugin with customized controls</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquickcontrols2/qtquickcontrols2-gallery-example.html">Qt Quick Controls 2 - Gallery</a></p></td><td class="tblDescr"><p>A gallery of controls</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquickcontrols2/qtquickcontrols2-sidepanel-example.html">Qt Quick Controls 2 - Side Panel</a></p></td><td class="tblDescr"><p>A non-closable persistent side panel with Drawer</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquickcontrols2/qtquickcontrols2-swipetoremove-example.html">Qt Quick Controls 2 - Swipe to Remove</a></p></td><td class="tblDescr"><p>Demonstrates removing list items by swipe</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquickcontrols2/qtquickcontrols2-texteditor-example.html">Qt Quick Controls 2 - Text Editor</a></p></td><td class="tblDescr"><p>A QML app using Qt Quick Controls 2 and a C++ class to provide a fully-functional rich-text editor application</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquickcontrols2/qtquickcontrols2-wearable-example.html">Qt Quick Controls 2 - Wearable Demo</a></p></td><td class="tblDescr"><p>Demonstrates an application launcher designed for wearable devices</p></td></tr>
</table></div>
<h2 id="qt-quick-dialogs">Qt Quick Dialogs</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquickdialogs/qtquickdialogs-systemdialogs-example.html">Qt Quick System Dialog Examples</a></p></td><td class="tblDescr"><p>This example demonstrates the system dialog types in QML</p></td></tr>
</table></div>
<h2 id="qt-quick-extras">Qt Quick Extras</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquickextras/qtquickextras-dashboard-example.html">Qt Quick Extras - Dashboard</a></p></td><td class="tblDescr"><p>A car dashboard created using several CircularGauge controls</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquickextras/qtquickextras-flat-example.html">Qt Quick Extras - Flat</a></p></td><td class="tblDescr"><p>An interactive showcase of the flat style</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquickextras/qtquickextras-gallery-example.html">Qt Quick Extras - Gallery</a></p></td><td class="tblDescr"><p>An interactive showcase of the various controls</p></td></tr>
</table></div>
<h2 id="qt-sql">Qt SQL</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qtsql-books-example.html">Books</a></p></td><td class="tblDescr"><p>Shows how to use Qt SQL classes with a model/view framework</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qtsql-cachedtable-example.html">Cached Table Example</a></p></td><td class="tblDescr"><p>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</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qtsql-drilldown-example.html">Drill Down Example</a></p></td><td class="tblDescr"><p>Drill Down example shows how to read data from a database as well as submit changes, using the QSqlRelationalTableModel and QDataWidgetMapper classes</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qtsql-masterdetail-example.html">Master Detail Example</a></p></td><td class="tblDescr"><p>Master Detail Example shows how to present data from different data sources in the same application. The album titles, and the corresponding artists and release dates, are kept in a database, while each album's tracks are stored in an XML file</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qtsql-querymodel-example.html">Query Model Example</a></p></td><td class="tblDescr"><p>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</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qtsql-relationaltablemodel-example.html">Relational Table Model Example</a></p></td><td class="tblDescr"><p>Relational Table Model example shows how to use table views with a relational model to visualize the relations between items in a database</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qtsql-sqlbrowser-example.html">SQL Browser</a></p></td><td class="tblDescr"><p>SQL Browser example shows how a data browser can be used to visualize the results of SQL statements on a live database</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qtsql-sqlwidgetmapper-example.html">SQL Widget Mapper Example</a></p></td><td class="tblDescr"><p>SQL Widget Mapper example shows how to use a map information from a database to widgets on a form</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qtsql-tablemodel-example.html">Table Model Example</a></p></td><td class="tblDescr"><p>Table Model example shows how to use a specialized SQL table model with table views to edit information in a database</p></td></tr>
</table></div>
<h2 id="qt-svg">Qt SVG</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsvg/qtsvg-svggenerator-example.html">SVG Generator Example</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsvg/qtsvg-svgviewer-example.html">SVG Viewer Example</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsvg/qtsvg-richtext-textobject-example.html">Text Object Example</a></p></td><td class="tblDescr"><p></p></td></tr>
</table></div>
<h2 id="qt-script">Qt Script</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtscript/qtscript-script-context2d-example.html">Context2D Example</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtscript/qtscript-script-defaultprototypes-example.html">Default Prototypes Example</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtscript/qtscript-script-helloscript-example.html">Hello Script Example</a></p></td><td class="tblDescr"><p></p></td></tr>
</table></div>
<h2 id="qt-sensors">Qt Sensors</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qtsensors-accelbubble-example.html">Qt Sensors - Accel Bubble</a></p></td><td class="tblDescr"><p>AccelBubble example demonstrates the Accelerometer QML type</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qtsensors-sensorgestures-example.html">Qt Sensors - C++ Sensor Gestures Example</a></p></td><td class="tblDescr"><p>Sensor gesture example demonstrates the steps for creating a C++ application that uses sensor gestures and the included shake sensor</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qtsensors-sensor-explorer-example.html">Qt Sensors - Explorer QML Example</a></p></td><td class="tblDescr"><p>Demonstrates how to read the meta-data of available sensors</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qtsensors-grue-example.html">Qt Sensors - Grue Sensor Example</a></p></td><td class="tblDescr"><p>Qt Sensors - Grue sensor example demonstrates all the steps from creating a new sensor to using it</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qtsensors-maze-example.html">Qt Sensors - Maze QML Example</a></p></td><td class="tblDescr"><p>Maze example demonstrates the TiltSensor QML type</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qtsensors-qmlqtsensors-example.html">Qt Sensors - QML example</a></p></td><td class="tblDescr"><p>QtSensors - QML example demonstrates the QML sensors types in the QtSensors 5 import</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qtsensors-qmlsensorgestures-example.html">Qt Sensors - SensorGesture QML Type example</a></p></td><td class="tblDescr"><p>Demonstrates the use of SensorGesture QML type</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qtsensors-shakeit-example.html">Qt Sensors - ShakeIt QML Example</a></p></td><td class="tblDescr"><p>Sensor gesture example demonstrates the steps for creating a QML application that uses sensor gestures and the included shake sensor</p></td></tr>
</table></div>
<h2 id="qt-serial-port">Qt Serial Port</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtserialport/qtserialport-blockingmaster-example.html">Blocking Master Example</a></p></td><td class="tblDescr"><p>Shows how to use the synchronous API of QSerialPort in a worker thread</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtserialport/qtserialport-blockingslave-example.html">Blocking Slave Example</a></p></td><td class="tblDescr"><p>Shows how to use the synchronous API of QSerialPort in a non-GUI thread</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtserialport/qtserialport-cenumerator-example.html">Command Line Enumerator Example</a></p></td><td class="tblDescr"><p>Shows how to get information about serial devices in a system</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtserialport/qtserialport-creaderasync-example.html">Command Line Reader Async Example</a></p></td><td class="tblDescr"><p>Shows how to receive data asynchronously over serial port</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtserialport/qtserialport-creadersync-example.html">Command Line Reader Sync Example</a></p></td><td class="tblDescr"><p>Shows how to receive data synchronously over serial port</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtserialport/qtserialport-cwriterasync-example.html">Command Line Writer Async Example</a></p></td><td class="tblDescr"><p>Shows how to send data asynchronously over serial port</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtserialport/qtserialport-cwritersync-example.html">Command Line Writer Sync Example</a></p></td><td class="tblDescr"><p>Shows how to send data synchronously over serial port</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtserialport/qtserialport-enumerator-example.html">Enumerator Example</a></p></td><td class="tblDescr"><p>Shows how to display information about serial devices in a system</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtserialport/qtserialport-terminal-example.html">Terminal Example</a></p></td><td class="tblDescr"><p>Shows how to use various features of QSerialPort</p></td></tr>
</table></div>
<h2 id="qt-test">Qt Test</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qttestlib/qttestlib-tutorial1-example.html">Chapter 1: Writing a Unit Test</a></p></td><td class="tblDescr"><p>How to write a unit test</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qttestlib/qttestlib-tutorial2-example.html">Chapter 2: Data Driven Testing</a></p></td><td class="tblDescr"><p>How to create data driven tests</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qttestlib/qttestlib-tutorial3-example.html">Chapter 3: Simulating GUI Events</a></p></td><td class="tblDescr"><p>Howe to simulate GUI events</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qttestlib/qttestlib-tutorial4-example.html">Chapter 4: Replaying GUI Events</a></p></td><td class="tblDescr"><p>How to replay GUI events</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qttestlib/qttestlib-tutorial5-example.html">Chapter 5: Writing a Benchmark</a></p></td><td class="tblDescr"><p>How to write a benchmark</p></td></tr>
</table></div>
<h2 id="qt-ui-tools">Qt UI Tools</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtuitools/qtuitools-multipleinheritance-example.html">Multiple Inheritance Example</a></p></td><td class="tblDescr"><p>Using a form created with Qt Designer in an application</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtuitools/qtuitools-textfinder-example.html">Text Finder Example</a></p></td><td class="tblDescr"><p>Dynamically loading .ui files using QUiLoader</p></td></tr>
</table></div>
<h2 id="qt-wayland-compositor">Qt Wayland Compositor</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwaylandcompositor/qtwaylandcompositor-ivi-compositor-example.html">Qt Wayland Compositor Examples - IVI Compositor</a></p></td><td class="tblDescr"><p>IVI Compositor is an example that demonstrates how to use the IviApplication extension</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwaylandcompositor/qtwaylandcompositor-minimal-qml-example.html">Qt Wayland Compositor Examples - Minimal QML</a></p></td><td class="tblDescr"><p>Minimal QML is a simple example that demonstrates how to write a Wayland compositor in QML</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwaylandcompositor/qtwaylandcompositor-multi-output-example.html">Qt Wayland Compositor Examples - Multi Output</a></p></td><td class="tblDescr"><p>Multi Output is an example that demonstrates a compositor with multiple outputs</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwaylandcompositor/qtwaylandcompositor-multi-screen-example.html">Qt Wayland Compositor Examples - Multi Screen</a></p></td><td class="tblDescr"><p>Multi Screen is a desktop-style Wayland compositor for multiple screens</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwaylandcompositor/qtwaylandcompositor-pure-qml-example.html">Qt Wayland Compositor Examples - Pure QML</a></p></td><td class="tblDescr"><p>Pure QML is an example that demonstrates how to write a Wayland compositor in pure QML</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwaylandcompositor/qtwaylandcompositor-qwindow-compositor-example.html">Qt Wayland Compositor Examples - QWindow Compositor</a></p></td><td class="tblDescr"><p>QWindow Compositor is an example that demonstrates how to write a Wayland compositor in C++</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwaylandcompositor/qtwaylandcompositor-spanning-screens-example.html">Qt Wayland Compositor Examples - Spanning Screens</a></p></td><td class="tblDescr"><p>Spanning Screens is an example that demonstrates how to let Wayland clients span multiple screens</p></td></tr>
</table></div>
<h2 id="qt-webchannel">Qt WebChannel</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebchannel/qtwebchannel-chatclient-html-example.html">Qt WebChannel ChatClient HTML Example</a></p></td><td class="tblDescr"><p>A HTML/JavaScript client that communicates over a WebSocket with a QWebChannel server</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebchannel/qtwebchannel-chatclient-qml-example.html">Qt WebChannel ChatClient QML Example</a></p></td><td class="tblDescr"><p>A QML client that communicates over a WebSocket with a QWebChannel server</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebchannel/qtwebchannel-chatserver-cpp-example.html">Qt WebChannel ChatServer Example</a></p></td><td class="tblDescr"><p>A simple chat server implemented using the QWebChannel C++ API</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebchannel/qtwebchannel-standalone-example.html">Qt WebChannel Standalone Example</a></p></td><td class="tblDescr"><p>A simple chat between a server and a remote client running in a browser</p></td></tr>
</table></div>
<h2 id="qt-webengine">Qt WebEngine</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebengine/qtwebengine-webenginewidgets-contentmanipulation-example.html">WebEngine Content Manipulation Example</a></p></td><td class="tblDescr"><p>Demonstrates how to load and manipulate web content</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebengine/qtwebengine-webenginewidgets-cookiebrowser-example.html">WebEngine Cookie Browser Example</a></p></td><td class="tblDescr"><p>A cookie browser based on Qt WebEngine Widgets</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebengine/qtwebengine-webenginewidgets-demobrowser-example.html">WebEngine Demo Browser Example</a></p></td><td class="tblDescr"><p>A demo browser based on Qt WebEngine Widgets</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebengine/qtwebengine-webenginewidgets-markdowneditor-example.html">WebEngine Markdown Editor Example</a></p></td><td class="tblDescr"><p>Demonstrates how to integrate a web engine in a hybrid desktop application</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebengine/qtwebengine-webengine-customdialogs-example.html">WebEngine Qt Quick Custom Dialogs Example</a></p></td><td class="tblDescr"><p>Customizes UI elements of Qt WebEngine's dialogs</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebengine/qtwebengine-webengine-minimal-example.html">WebEngine Qt Quick Minimal Example</a></p></td><td class="tblDescr"><p>Displays a web page using the Qt Quick integration of Qt WebEngine</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebengine/qtwebengine-webengine-quicknanobrowser-example.html">WebEngine Quick Nano Browser</a></p></td><td class="tblDescr"><p>A web browser implemented using the WebEngineView QML type</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebengine/qtwebengine-webengine-recipebrowser-example.html">WebEngine Recipe Browser</a></p></td><td class="tblDescr"><p>A small hybrid application based on the WebEngineView QML type and Qt Quick Controls 2</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebengine/qtwebengine-webenginewidgets-html2pdf-example.html">WebEngine Widgets Html2Pdf Example</a></p></td><td class="tblDescr"><p>Converts web pages to PDF documents using Qt WebEngine</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebengine/qtwebengine-webenginewidgets-maps-example.html">WebEngine Widgets Maps Example</a></p></td><td class="tblDescr"><p>Demonstrates how to handle geolocation requests</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebengine/qtwebengine-webenginewidgets-minimal-example.html">WebEngine Widgets Minimal Example</a></p></td><td class="tblDescr"><p>Displays a web page using Qt WebEngine Widgets</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebengine/qtwebengine-webenginewidgets-simplebrowser-example.html">WebEngine Widgets Simple Browser Example</a></p></td><td class="tblDescr"><p>A simple browser based on Qt WebEngine Widgets</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebengine/qtwebengine-webenginewidgets-spellchecker-example.html">WebEngine Widgets Spellchecker Example</a></p></td><td class="tblDescr"><p>Integrates a spellchecker into a simple HTML form</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebengine/qtwebengine-webenginewidgets-videoplayer-example.html">WebEngine Widgets Video Player Example</a></p></td><td class="tblDescr"><p>Displays full screen video using QWebEngineView</p></td></tr>
</table></div>
<h2 id="qt-webkit-examples">Qt WebKit Examples</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebkitexamples/qtwebkitexamples-webkitwidgets-domtraversal-example.html">DOM Traversal Example</a></p></td><td class="tblDescr"><p>Demonstrates how to traverse the DOM tree</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebkitexamples/qtwebkitexamples-webkitwidgets-fancybrowser-example.html">Fancy Browser Example</a></p></td><td class="tblDescr"><p>Demonstrates how to use browse web and manipulate content</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebkitexamples/qtwebkitexamples-webkitqml-flickrview-example.html">Flickr View Example</a></p></td><td class="tblDescr"><p>Demonstrates how to embed a web view in a Qt Quick application</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebkitexamples/qtwebkitexamples-webkitwidgets-formextractor-example.html">Form Extractor Example</a></p></td><td class="tblDescr"><p>Demonstrates how to read form data using JavaScript</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebkitexamples/qtwebkitexamples-webkitwidgets-previewer-example.html">Previewer Example</a></p></td><td class="tblDescr"><p>Demonstrates how to preview HTML data</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebkitexamples/qtwebkitexamples-webkitwidgets-xmlpatterns-example.html">QObject XML Model Example</a></p></td><td class="tblDescr"><p>Demonstrates how to present XML-like data structure in the web view</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebkitexamples/qtwebkitexamples-webkitwidgets-simpleselector-example.html">Simple Selector Example</a></p></td><td class="tblDescr"><p>Demonstrates how to identify HTML elements in a web page</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebkitexamples/qtwebkitexamples-webkitwidgets-browser-example.html">Tab Browser</a></p></td><td class="tblDescr"><p>Demonstrates a complete web browsing experience</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebkitexamples/qtwebkitexamples-webkitwidgets-imageanalyzer-example.html">The Webkit Bridge Tutorial - Hybrid Client Application</a></p></td><td class="tblDescr"><p>Demonstrates how to integrate web functionality with other core functionality</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebkitexamples/qtwebkitexamples-webkitwidgets-framecapture-example.html">WebKit Frame Capture Example</a></p></td><td class="tblDescr"><p>Demonstrates how to capture frame in the web page</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebkitexamples/qtwebkitexamples-webkitwidgets-scroller-wheel-example.html">Wheel Scroller Example</a></p></td><td class="tblDescr"><p>Demonstrates how scrolling is handled in Qt</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebkitexamples/qtwebkitexamples-webkitqml-youtubeview-example.html">YouTube View Example</a></p></td><td class="tblDescr"><p>Demonstrates how to embed a web view in a Qt Quick application</p></td></tr>
</table></div>
<h2 id="qt-websockets">Qt WebSockets</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebsockets/qtwebsockets-echoclient-example.html">Echo Client Example</a></p></td><td class="tblDescr"><p>Describes how to use the WebSocket API for creating a simple echo client</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebsockets/qtwebsockets-echoserver-example.html">Echo Server Example</a></p></td><td class="tblDescr"><p>Shows how to create a simple server application that sends back the messages it receives</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebsockets/qtwebsockets-qmlwebsocketclient-example.html">QML WebSocket Client Example</a></p></td><td class="tblDescr"><p>Explains how to program a QML WebSocket client example</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebsockets/qtwebsockets-qmlwebsocketserver-example.html">QML WebSocket Server Example</a></p></td><td class="tblDescr"><p>A simple example that shows how to use a QML WebSocketServer</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebsockets/qtwebsockets-sslechoclient-example.html">SSL Echo Client Example</a></p></td><td class="tblDescr"><p>Shows how to use the QWebSocket class to implement an echo client over a secure connection (wss)</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebsockets/qtwebsockets-sslechoserver-example.html">SSL Echo Server Example</a></p></td><td class="tblDescr"><p>Shows how to use the QWebSocketServer class for implementing a simple echo server over secure sockets (wss)</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebsockets/qtwebsockets-simplechat-example.html">Simple Chat Example</a></p></td><td class="tblDescr"><p>Shows how to use the QWebSocket and QWebSocketServer classes for creating a minimalistic chat application over the WebSocket protocol</p></td></tr>
</table></div>
<h2 id="qt-webview">Qt WebView</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebview/qtwebview-minibrowser-example.html">Qt WebView Examples - Minibrowser</a></p></td><td class="tblDescr"><p>Minibrowser example demonstrates how to use the Qt WebView module with Qt Quick</p></td></tr>
</table></div>
<h2 id="qt-widgets">Qt Widgets</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-graphicsview-chip-example.html">40000 Chips</a></p></td><td class="tblDescr"><p>Visualizes a huge graphic view scene with 40000 chip items</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-addressbook-example.html">Address Book Example</a></p></td><td class="tblDescr"><p>Address book example shows how to use proxy models to display different views onto data from a single model</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-painting-affine-example.html">Affine Transformations</a></p></td><td class="tblDescr"><p>Demonstrates how affine transformations in QPainter works</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-analogclock-example.html">Analog Clock Example</a></p></td><td class="tblDescr"><p>Analog Clock example shows how to draw the contents of a custom widget</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-graphicsview-anchorlayout-example.html">Anchor Layout Example</a></p></td><td class="tblDescr"><p>Demonstrates anchor layout in a graphics view scene</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-animation-animatedtiles-example.html">Animated Tiles Example</a></p></td><td class="tblDescr"><p>Animated Tiles example animates items in a graphics scene</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-animation-appchooser-example.html">Application Chooser Example</a></p></td><td class="tblDescr"><p>Application Chooser example shows how to use the Qt state machine and the animation framework to select between applications</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-mainwindows-application-example.html">Application Example</a></p></td><td class="tblDescr"><p>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</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-painting-basicdrawing-example.html">Basic Drawing Example</a></p></td><td class="tblDescr"><p>Basic Drawing example shows how to display basic graphics primitives in a variety of styles using the QPainter class</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-graphicsview-basicgraphicslayouts-example.html">Basic Graphics Layouts Example</a></p></td><td class="tblDescr"><p>Demonstrates how to create basic graphics layout</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-layouts-basiclayouts-example.html">Basic Layouts Example</a></p></td><td class="tblDescr"><p>Shows how to use the standard layout managers</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-basicsortfiltermodel-example.html">Basic Sort/Filter Model Example</a></p></td><td class="tblDescr"><p>Basic Sort/Filter Model example illustrates how to use QSortFilterProxyModel to perform basic sorting and filtering</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-effects-blurpicker-example.html">Blur Picker Effect Example</a></p></td><td class="tblDescr"><p>Demonstrates how to apply graphical effects on items in the view</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-layouts-borderlayout-example.html">Border Layout Example</a></p></td><td class="tblDescr"><p>Shows how to arrange child widgets along a border</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-graphicsview-boxes-example.html">Boxes</a></p></td><td class="tblDescr"><p>Combines advanced OpenGL rendering with the Graphics View framework</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-calculator-example.html">Calculator Example</a></p></td><td class="tblDescr"><p>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</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-richtext-calendar-example.html">Calendar Example</a></p></td><td class="tblDescr"><p>Calendar example shows how to create rich text content and display it using a rich text editor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-calendarwidget-example.html">Calendar Widget Example</a></p></td><td class="tblDescr"><p>Calendar Widget example shows use of QCalendarWidget</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-charactermap-example.html">Character Map Example</a></p></td><td class="tblDescr"><p>Character Map example shows how to create a custom widget that can both display its own content and respond to user input</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-chart-example.html">Chart Example</a></p></td><td class="tblDescr"><p>Chart example shows how to create a custom view for the model/view framework</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-dialogs-classwizard-example.html">Class Wizard Example</a></p></td><td class="tblDescr"><p>License Wizard example shows how to implement linear wizards using QWizard</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-codeeditor-example.html">Code Editor Example</a></p></td><td class="tblDescr"><p>Code Editor example shows how to create a simple editor that has line numbers and that highlights the current line</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-graphicsview-collidingmice-example.html">Colliding Mice Example</a></p></td><td class="tblDescr"><p>Demonstrates how to animate items on a graphics view</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-coloreditorfactory-example.html">Color Editor Factory Example</a></p></td><td class="tblDescr"><p>This example shows how to create an editor that can be used by a QItemDelegate</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-combowidgetmapper-example.html">Combo Widget Mapper Example</a></p></td><td class="tblDescr"><p>Combo Widget Mapper example shows how to use a custom delegate to map information from a model to specific widgets on a form</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tools-completer-example.html">Completer Example</a></p></td><td class="tblDescr"><p>Completer example shows how to provide string-completion facilities for an input widget based on data provided by a model</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-painting-composition-example.html">Composition Modes</a></p></td><td class="tblDescr"><p>Demonstrates how Composition Modes work in QPainter</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-painting-concentriccircles-example.html">Concentric Circles Example</a></p></td><td class="tblDescr"><p>Demonstrates the improved quality that antialiasing and floating point precision gives</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-dialogs-configdialog-example.html">Config Dialog Example</a></p></td><td class="tblDescr"><p>Config Dialog examples shows how a configuration dialog can be created by using an icon view with a stacked widget</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tools-customcompleter-example.html">Custom Completer Example</a></p></td><td class="tblDescr"><p>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 TextEdit using QTextCursor</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-customsortfiltermodel-example.html">Custom Sort/Filter Model Example</a></p></td><td class="tblDescr"><p>Custom Sort/Filter Model example illustrates how to subclass QSortFilterProxyModel to perform advanced sorting and filtering</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-graphicsview-diagramscene-example.html">Diagram Scene Example</a></p></td><td class="tblDescr"><p>Demonstrate how to use the Graphics View framework</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-digitalclock-example.html">Digital Clock Example</a></p></td><td class="tblDescr"><p>Digital Clock example shows how to use QLCDNumber to display a number with LCD-like digits</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-dirview-example.html">Dir View Example</a></p></td><td class="tblDescr"><p>This example demonstrates the usage of a tree view</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-mainwindows-dockwidgets-example.html">Dock Widgets Example</a></p></td><td class="tblDescr"><p>Dock Widgets example shows how to add dock windows to an application. It also shows how to use Qt's rich text engine</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-draganddrop-puzzle-example.html">Drag and Drop Puzzle Example</a></p></td><td class="tblDescr"><p>Drag and Drop Puzzle example demonstrates a way of using the drag and drop system with item view widgets</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-graphicsview-dragdroprobot-example.html">Drag and Drop Robot Example</a></p></td><td class="tblDescr"><p>Demonstrates how to drag and drop items in a graphics view</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-draganddrop-draggableicons-example.html">Draggable Icons Example</a></p></td><td class="tblDescr"><p>Draggable Icons example shows how to drag and drop image data between widgets in the same application, and between different applications</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-draganddrop-draggabletext-example.html">Draggable Text Example</a></p></td><td class="tblDescr"><p>Draggable Text example shows how to drag and drop textual data between widgets in the same application, and between different applications</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-draganddrop-dropsite-example.html">Drop Site Example</a></p></td><td class="tblDescr"><p>Example shows how to distinguish the various MIME formats available in a drag and drop operation</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-layouts-dynamiclayouts-example.html">Dynamic Layouts Example</a></p></td><td class="tblDescr"><p>Shows how to re-orient widgets in running applications</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-animation-easing-example.html">Easing Curves Example</a></p></td><td class="tblDescr"><p>Easing Curves example shows how to use easing curves to control the speed of an animation</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tools-echoplugin-example.html">Echo Plugin Example</a></p></td><td class="tblDescr"><p>This example shows how to create a Qt plugin</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-editabletreemodel-example.html">Editable Tree Model Example</a></p></td><td class="tblDescr"><p>This example shows how to implement a simple item-based tree model that can be used with other classes the model/view framework</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-graphicsview-elasticnodes-example.html">Elastic Nodes Example</a></p></td><td class="tblDescr"><p>Demonstrates how to interact with graphical items in a scene</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-elidedlabel-example.html">Elided Label Example</a></p></td><td class="tblDescr"><p>This 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</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-graphicsview-embeddeddialogs-example.html">Embedded Dialogs</a></p></td><td class="tblDescr"><p>Demonstrates how to embed dialogs into a graphics view</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-statemachine-eventtransitions-example.html">Event Transitions Example</a></p></td><td class="tblDescr"><p>Event Transitions example shows how to use event transitions, a feature of The State Machine Framework</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-dialogs-extension-example.html">Extension Example</a></p></td><td class="tblDescr"><p>Extension example shows how to add an extension to a QDialog using the QAbstractButton::toggled() signal and the QWidget::setVisible() slot</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-statemachine-factorial-example.html">Factorial States Example</a></p></td><td class="tblDescr"><p>Factorial States example shows how to use The State Machine Framework to calculate the factorial of an integer</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-effects-fademessage-example.html">Fade Message Effect Example</a></p></td><td class="tblDescr"><p>Demonstrates how to apply effects on items in the view</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-fetchmore-example.html">Fetch More Example</a></p></td><td class="tblDescr"><p>Fetch More example shows how two add items to an item view model on demand</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-dialogs-findfiles-example.html">Find Files Example</a></p></td><td class="tblDescr"><p>Find Files example shows how to use QProgressDialog to provide feedback on the progress of a slow operation. The example also shows how to use QFileDialog to facilitate browsing, how to use QTextStream's streaming operators to read a file, and how to use QTableWidget to provide standard table display facilities for applications. In addition, files can be opened using the QDesktopServices class</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-layouts-flowlayout-example.html">Flow Layout Example</a></p></td><td class="tblDescr"><p>Shows how to arrange widgets for different window sizes</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-painting-fontsampler-example.html">Font Sampler Example</a></p></td><td class="tblDescr"><p>Font Sampler example shows how to preview and print multi-page documents</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-draganddrop-fridgemagnets-example.html">Fridge Magnets Example</a></p></td><td class="tblDescr"><p>Fridge Magnets example illustrates how to move around several types of MIME-encoded data with drag and drop</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-frozencolumn-example.html">Frozen Column Example</a></p></td><td class="tblDescr"><p>This example demonstrates how to freeze a column within a QTableView</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-painting-gradients-example.html">Gradients</a></p></td><td class="tblDescr"><p>Shows how gradients can be used with QPainter</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-graphicsview-flowlayout-example.html">Graphics View Flow Layout Example</a></p></td><td class="tblDescr"><p>Demonstrates flow layout on a graphics view scene</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-groupbox-example.html">Group Box Example</a></p></td><td class="tblDescr"><p>Group Box example shows how to use the different kinds of group boxes in Qt</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tools-i18n-example.html">I18N Example</a></p></td><td class="tblDescr"><p>Internationalization (I18N) example demonstrates Qt's support for translated text. Developers can write the initial application text in one language, and translations can be provided later without any modifications to the code. It also demonstrates how to detect the system language settings and show the UI in the appropriate language</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-icons-example.html">Icons Example</a></p></td><td class="tblDescr"><p>Icons example shows how QIcon can generate pixmaps reflecting an icon's state, mode and size</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-painting-imagecomposition-example.html">Image Composition Example</a></p></td><td class="tblDescr"><p>Shows how composition modes work in QPainter</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-gestures-imagegestures-example.html">Image Gestures Example</a></p></td><td class="tblDescr"><p>Demonstrates the use of simple gestures in a widget</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-imageviewer-example.html">Image Viewer Example</a></p></td><td class="tblDescr"><p>Example shows how to combine QLabel and QScrollArea to display an image</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-interview-example.html">Interview</a></p></td><td class="tblDescr"><p>This example demonstrates the usage of the model/view framework</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-puzzle-example.html">Item Views Puzzle Example</a></p></td><td class="tblDescr"><p>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</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-dialogs-licensewizard-example.html">License Wizard Example</a></p></td><td class="tblDescr"><p>License Wizard example shows how to implement complex wizards in Qt</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-effects-lighting-example.html">Lighting Effect Example</a></p></td><td class="tblDescr"><p>Demonstrates how to apply effects on items in the view</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-lineedits-example.html">Line Edits Example</a></p></td><td class="tblDescr"><p>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</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-mainwindows-mdi-example.html">MDI Example</a></p></td><td class="tblDescr"><p>MDI example shows how to implement a Multiple Document Interface using Qt's QMdiArea class</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-mainwindows-mainwindow-example.html">Main Window</a></p></td><td class="tblDescr"><p>Main Window example shows Qt's extensive support for tool bars, dock windows, menus, and other standard application features</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-mainwindows-menus-example.html">Menus Example</a></p></td><td class="tblDescr"><p>Menus example demonstrates how menus can be used in a main window application</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-mousebuttons-example.html">Mouse Button Tester</a></p></td><td class="tblDescr"><p>'Mouse Button Tester' example demonstrates how to reimplement mouse events within a custom class. You can also use this program to verify that Qt is actually receiving mouse events from your mouse</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-animation-moveblocks-example.html">Move Blocks Example</a></p></td><td class="tblDescr"><p>Move Blocks example shows how to animate items in a QGraphicsScene using a QStateMachine with a custom transition</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-movie-example.html">Movie Example</a></p></td><td class="tblDescr"><p>Movie example demonstrates how to use QMovie and QLabel to display animations</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-richtext-orderform-example.html">Order Form Example</a></p></td><td class="tblDescr"><p>Order Form example shows how to generate rich text documents by combining a simple template with data input by the user in a dialog</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-graphicsview-padnavigator-example.html">Pad Navigator Example</a></p></td><td class="tblDescr"><p>Demonstrates how to create animated user interface</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-painting-painterpaths-example.html">Painter Paths Example</a></p></td><td class="tblDescr"><p>Painter Paths example shows how painter paths can be used to beuild complex shapes for rendering</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tutorials-addressbook-part1-example.html">Part 1 - Designing the User Interface</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tutorials-addressbook-part2-example.html">Part 2 - Adding Addresses</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tutorials-addressbook-part3-example.html">Part 3 - Navigating between Entries</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tutorials-addressbook-part4-example.html">Part 4 - Editing and Removing Addresses</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tutorials-addressbook-part5-example.html">Part 5 - Adding a Find Function</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tutorials-addressbook-part6-example.html">Part 6 - Loading and Saving</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tutorials-addressbook-part7-example.html">Part 7 - Additional Features</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-painting-pathstroke-example.html">Path Stroking</a></p></td><td class="tblDescr"><p>Path Stroking example shows various types of pens that can be used with QPainter</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-statemachine-pingpong-example.html">Ping Pong States Example</a></p></td><td class="tblDescr"><p>Ping Pong States example shows how to use parallel states together with custom events and transitions in The State Machine Framework</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-pixelator-example.html">Pixelator Example</a></p></td><td class="tblDescr"><p>Pixelator example shows how delegates can be used to customize the way that items are rendered in standard item views</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tools-plugandpaint-plugins-basictools-example.html">Plug &amp; Paint Basic Tools Example</a></p></td><td class="tblDescr"><p>A plugin providing the basic tools for painting functionality</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tools-plugandpaint-app-example.html">Plug &amp; Paint Example</a></p></td><td class="tblDescr"><p>Demonstrates how to extend Qt applications using plugins</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tools-plugandpaint-plugins-extrafilters-example.html">Plug &amp; Paint Extra Filters Example</a></p></td><td class="tblDescr"><p>A plugin providing the extra filters</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tools-regularexpression-example.html">QRegularExpression Example</a></p></td><td class="tblDescr"><p>QRegularExpression 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</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tools-regexp-example.html">Regular Expressions Example</a></p></td><td class="tblDescr"><p>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</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-statemachine-rogue-example.html">Rogue Example</a></p></td><td class="tblDescr"><p>Rogue example shows how to use the Qt state machine for event handling</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-mainwindows-sdi-example.html">SDI Example</a></p></td><td class="tblDescr"><p>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</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-desktop-screenshot-example.html">Screenshot Example</a></p></td><td class="tblDescr"><p>Screenshot example shows how to take a screenshot of the desktop</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-scribble-example.html">Scribble Example</a></p></td><td class="tblDescr"><p>Scribble example shows how to reimplement some of QWidget's event handlers to receive the events generated for the application's widgets</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tools-settingseditor-example.html">Settings Editor Example</a></p></td><td class="tblDescr"><p>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</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-shapedclock-example.html">Shaped Clock Example</a></p></td><td class="tblDescr"><p>Shaped Clock example shows how to apply a widget mask to a top-level widget to produce a shaped window</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-graphicsview-simpleanchorlayout-example.html">Simple Anchor Layout Example</a></p></td><td class="tblDescr"><p>Demonstrates anchor layout on a graphics view scene</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-simpledommodel-example.html">Simple DOM Model Example</a></p></td><td class="tblDescr"><p>Simple DOM Model example shows how an existing class can be adapted for use with the model/view framework</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-simpletreemodel-example.html">Simple Tree Model Example</a></p></td><td class="tblDescr"><p>Simple Tree Model example shows how to use a hierarchical model with Qt's standard view classes</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-simplewidgetmapper-example.html">Simple Widget Mapper Example</a></p></td><td class="tblDescr"><p>Simple Widget Mapper example shows how to use a widget mapper to display data from a model in a collection of widgets</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-sliders-example.html">Sliders Example</a></p></td><td class="tblDescr"><p>Sliders example shows how to use the different types of sliders available in Qt: QSlider, QScrollBar and QDial</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-spinboxdelegate-example.html">Spin Box Delegate Example</a></p></td><td class="tblDescr"><p>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</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-spinboxes-example.html">Spin Boxes Example</a></p></td><td class="tblDescr"><p>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</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-spreadsheet-example.html">Spreadsheet</a></p></td><td class="tblDescr"><p>Spreadsheet example shows how to create a simple spreadsheet application</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-dialogs-standarddialogs-example.html">Standard Dialogs Example</a></p></td><td class="tblDescr"><p>Standard Dialogs example shows the standard dialogs that are provided by Qt</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-itemviews-stardelegate-example.html">Star Delegate Example</a></p></td><td class="tblDescr"><p>Star Delegate example shows how to create a delegate that can paint itself and that supports editing</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-animation-states-example.html">States Example</a></p></td><td class="tblDescr"><p>States example shows how to use the Qt state machine to play animations</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-animation-stickman-example.html">Stickman Example</a></p></td><td class="tblDescr"><p>Stickman example shows how to animate transitions in a state machine to implement key frame animations</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tools-styleplugin-example.html">Style Plugin Example</a></p></td><td class="tblDescr"><p>This example shows how to create a plugin that extends Qt with a new GUI look and feel</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-stylesheet-example.html">Style Sheet Example</a></p></td><td class="tblDescr"><p>Style Sheet Example shows how to use style sheets</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-styles-example.html">Styles Example</a></p></td><td class="tblDescr"><p>Styles example illustrates how to create custom widget drawing styles using Qt, and demonstrates Qt's predefined styles</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-animation-sub-attaq-example.html">Sub-Attaq</a></p></td><td class="tblDescr"><p>This example shows Qt's ability to combine the animation framework and the state machine framework to create a game</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-richtext-syntaxhighlighter-example.html">Syntax Highlighter Example</a></p></td><td class="tblDescr"><p>Syntax Highlighter example shows how to perform simple syntax highlighting</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-desktop-systray-example.html">System Tray Icon Example</a></p></td><td class="tblDescr"><p>System Tray Icon example shows how to add an icon with a menu and popup messages to a desktop environment's system tray</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-dialogs-tabdialog-example.html">Tab Dialog Example</a></p></td><td class="tblDescr"><p>Tab Dialog example shows how to construct a tab dialog using the QTabWidget class</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-tablet-example.html">Tablet Example</a></p></td><td class="tblDescr"><p>This example shows how to use a Wacom tablet in Qt applications</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-tetrix-example.html">Tetrix Example</a></p></td><td class="tblDescr"><p>Tetrix example is a Qt version of the classic Tetrix game</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tools-codecs-example.html">Text Codecs Example</a></p></td><td class="tblDescr"><p>How to import and export text using text codecs</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-richtext-textedit-example.html">Text Edit</a></p></td><td class="tblDescr"><p>Text Edit example shows Qt's rich text editing facilities in action</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-tooltips-example.html">Tool Tips Example</a></p></td><td class="tblDescr"><p>Tool Tips example shows how to provide static and dynamic tool tips for an application's widgets</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-statemachine-trafficlight-example.html">Traffic Light Example</a></p></td><td class="tblDescr"><p>Traffic Light example shows how to use The State Machine Framework to implement the control flow of a traffic light</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-painting-transformations-example.html">Transformations Example</a></p></td><td class="tblDescr"><p>Transformations example shows how transformations influence the way that QPainter renders graphics primitives</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tools-treemodelcompleter-example.html">Tree Model Completer Example</a></p></td><td class="tblDescr"><p>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</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-dialogs-trivialwizard-example.html">Trivial Wizard Example</a></p></td><td class="tblDescr"><p>Trivial Wizard example illustrates how to create a linear three-page registration wizard using three instances of QWizardPage and one instance of QWizard</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-statemachine-twowaybutton-example.html">Two-way Button Example</a></p></td><td class="tblDescr"><p>Two-way button example shows how to use The State Machine Framework to implement a simple state machine that toggles the current state when a button is clicked</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tools-undo-example.html">Undo Framework</a></p></td><td class="tblDescr"><p>This example shows Qt's undo framework in action</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tools-undoframework-example.html">Undo Framework Example</a></p></td><td class="tblDescr"><p>This example shows how to implement undo/redo functionality with the Qt undo framework</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-validators-example.html">Validators Example</a></p></td><td class="tblDescr"><p>Validators example shows the signal emission behavior of input validators</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-painting-deform-example.html">Vector Deformation</a></p></td><td class="tblDescr"><p>Demonstrates how to manipulate the elements of a QPainterPath</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-graphicsview-weatheranchorlayout-example.html">Weather Anchor Layout Example</a></p></td><td class="tblDescr"><p>Demonstrates anchor layout on a graphics view scene</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tutorials-widgets-childwidget-example.html">Widgets Tutorial - Child Widgets</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tutorials-widgets-toplevel-example.html">Widgets Tutorial - Creating a Window</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tutorials-widgets-nestedlayouts-example.html">Widgets Tutorial - Nested Layouts</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-tutorials-widgets-windowlayout-example.html">Widgets Tutorial - Using Layouts</a></p></td><td class="tblDescr"><p></p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-wiggly-example.html">Wiggly Example</a></p></td><td class="tblDescr"><p>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</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtwidgets-widgets-windowflags-example.html">Window Flags Example</a></p></td><td class="tblDescr"><p>Window Flags example shows how to use the window flags available in Qt</p></td></tr>
</table></div>
<h2 id="qt-xml">Qt XML</h2>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxml/qtxml-dombookmarks-example.html">DOM Bookmarks Example</a></p></td><td class="tblDescr"><p>Provides a reader for XML Bookmark Exchange Language files</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qtxml-streambookmarks-example.html">QXmlStream Bookmarks Example</a></p></td><td class="tblDescr"><p>Demonstrates how to read and write to XBEL files</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxml/qtxml-saxbookmarks-example.html">SAX Bookmarks Example</a></p></td><td class="tblDescr"><p>Demonstrates how to read XBEL files</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qtxml-xmlstreamlint-example.html">XML Stream Lint Example</a></p></td><td class="tblDescr"><p>A commandline tool reading from an input file and writing to the standard output file</p></td></tr>
</table></div>
</div>
<!-- @@@qtexamples.html -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2017 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>