aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-03-15 17:50:50 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-03-16 20:44:25 +0100
commitb8a2baada13297a94e4c8a44dddf500f7d1f8e53 (patch)
tree5c14004965b910a752eff286593c603458640557 /sources/pyside6
parent58beae827ba7319519b66bea6890e58e78a61152 (diff)
Documentation: Update additionaldocs.lst
Regenerate the list, removing a number of warnings about non-existent documents. Move information to the README.md. Pick-to: 6.2 Change-Id: I87c131b1a7ff8b5f06ada9eb1739faa45f566095 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6')
-rw-r--r--sources/pyside6/doc/README.md22
-rw-r--r--sources/pyside6/doc/additionaldocs.lst556
2 files changed, 456 insertions, 122 deletions
diff --git a/sources/pyside6/doc/README.md b/sources/pyside6/doc/README.md
index b43effd2d..88bf3a64d 100644
--- a/sources/pyside6/doc/README.md
+++ b/sources/pyside6/doc/README.md
@@ -10,3 +10,25 @@ specific information like build instructions should be removed.
The descriptions may link to tutorials which can be added to additionaldocs.lst
for webxml extraction.
+
+# Maintaining additionaldocs.lst
+
+The file is a list of additional documentation files. These are basically Qt
+tutorials referenced by the documentation. They will receive some Python
+adaption by shiboken/sphinx.
+
+The list can be created by the below script and some hand-editing. It will find
+almost all documents. Quite a number of them might be unreferenced, but there
+is no good way of filtering for this.
+
+ for F in *.webxml
+ do
+ echo "$F" | egrep '(-index)|(-module)|(-qmlmodule)\.webxml$' > /dev/null
+ if [ $? -ne 0 ]
+ then
+ if fgrep '<para>' "$F" > /dev/null # Exclude reference only
+ then
+ egrep "(<class )|(<namespace )" $F > /dev/null || echo $F
+ fi
+ fi
+ done
diff --git a/sources/pyside6/doc/additionaldocs.lst b/sources/pyside6/doc/additionaldocs.lst
index 5a6a41431..ad0805a2d 100644
--- a/sources/pyside6/doc/additionaldocs.lst
+++ b/sources/pyside6/doc/additionaldocs.lst
@@ -1,6 +1,6 @@
#############################################################################
##
-## Copyright (C) 2018 The Qt Company Ltd.
+## Copyright (C) 2022 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
## This file is part of Qt for Python.
@@ -37,19 +37,7 @@
##
#############################################################################
-# This is a list of additional documentation files created by the below script
-# and some hand-editing.
-# for F in *.webxml
-# do
-# echo "$F" | egrep '(-index)|(-module)|(-qmlmodule)\.webxml$' > /dev/null
-# if [ $? -ne 0 ]
-# then
-# if fgrep '<para>' "$F" > /dev/null # Exclude reference only
-# then
-# egrep "(<class )|(<namespace )" $F > /dev/null || echo $F
-# fi
-# fi
-# done
+# see README.md
# A line enclosed in [] denotes a (relative) target directory
[overviews]
@@ -57,30 +45,29 @@ animation-overview.webxml
animation.webxml
application-windows.webxml
audiooverview.webxml
-bearer-management.webxml
+bindableproperties.webxml
+bluetooth-examples.webxml
cameraoverview.webxml
-# changes.webxml
-codec-big5.webxml
-codec-big5hkscs.webxml
-codec-eucjp.webxml
-codec-euckr.webxml
-codec-gbk.webxml
-codec-sjis.webxml
-codec-tscii.webxml
-codecs-jis.webxml
compatmap.webxml
-# containers.webxml
+concurrent-changes-qt6.webxml
+containers.webxml
coordsys.webxml
creating-a-sensor-plugin.webxml
custom-types.webxml
+database.webxml
datastreamformat.webxml
datavisualization-examples.webxml
+dbus-changes-qt6.webxml
determining-the-default-sensor-for-a-type.webxml
dialogs.webxml
dnd.webxml
dynamic-sensor-backend-registration.webxml
+echoclient.webxml
+echoserver.webxml
events.webxml
eventsandfilters.webxml
+examples-dbus.webxml
+examples-designer.webxml
examples-desktop.webxml
examples-dialogs.webxml
examples-graphicsview.webxml
@@ -89,6 +76,8 @@ examples-mainwindow.webxml
examples-network.webxml
examples-painting.webxml
examples-qthelp.webxml
+examples-qtnetworkauth.webxml
+examples-qtscxml.webxml
examples-qtuitools.webxml
examples-richtext.webxml
examples-widgets-opengl.webxml
@@ -98,47 +87,93 @@ gallery.webxml
genericbackend.webxml
gestures-overview.webxml
graphicsview.webxml
-guibooks.webxml
+gui-changes-qt6.webxml
helpsystem.webxml
implicit-sharing.webxml
io-functions.webxml
io.webxml
+java-style-iterators.webxml
json.webxml
layout.webxml
-location-positioning-cpp.webxml
-location-positioning-qml.webxml
mainwindow.webxml
metaobjects.webxml
model-view-programming.webxml
modelview.webxml
multimedia-examples.webxml
-multimediabackend.webxml
multimediaoverview.webxml
+network-changes-qt6.webxml
+network.webxml
+nfc-android.webxml
+nfc-examples.webxml
object.webxml
objecttrees.webxml
+opengl-changes-qt6.webxml
+painting-3d.webxml
painting.webxml
paintsystem-devices.webxml
paintsystem-drawing.webxml
paintsystem-images.webxml
paintsystem.webxml
-pdf-licensing.webxml
plugins.webxml
+position-plugin-geoclue2.webxml
+position-plugin-gypsy.webxml
+position-plugin-nmea.webxml
positioning-cpp-qml.webxml
+printing.webxml
+printsupport-changes-qt6.webxml
properties.webxml
-qfloat16.webxml
+qabstracteventdispatcher-timerinfo.webxml
+qabstracttextdocumentlayout-paintcontext.webxml
+qabstracttextdocumentlayout-selection.webxml
+qaccessible-state.webxml
+qadoptshareddatatag.webxml
+qcborerror.webxml
+qcborparsererror.webxml
+qcborstreamreader-stringresult.webxml
+qdbusdeclaringsignals.webxml
+qdbusdeclaringslots.webxml
+qdbustypesystem.webxml
+qdbusviewer.webxml
+qdbusxml2cpp.webxml
+qdrawutil-h.webxml
+qdtlsclientverifier-generatorparameters.webxml
+qformlayout-takerowresult.webxml
+qglobalstatic.webxml
+qhashseed.webxml
+qhelplink.webxml
+qiconengine-scaledpixmapargument.webxml
+qiterator.webxml
+qjsonparseerror.webxml
+qmediatimerange-interval.webxml
qml-advtutorial.webxml
+qml-changes-qt6.webxml
qml-dynamicview-tutorial.webxml
-qml-location5-maps.webxml
-qml-multimedia.webxml
-qml-qtlocation5-maps.webxml
qml-tutorial.webxml
qml-tutorial1.webxml
qml-tutorial2.webxml
qml-tutorial3.webxml
+qmldiskcache.webxml
qmlexampletoggleswitch.webxml
+qmlextendingexamples.webxml
+qmlreference.webxml
+qndeffilter-record.webxml
+qoutputrange.webxml
+qpageranges-range.webxml
+qprocess-createprocessarguments.webxml
+qqmlcontext-propertypair.webxml
+qquickitem-itemchangedata.webxml
+qscxmlc.webxml
+qsggeometry-attribute.webxml
+qsggeometry-coloredpoint2d.webxml
+qsggeometry-point2d.webxml
+qsggeometry-texturedpoint2d.webxml
+qsgmaterialshader-graphicspipelinestate.webxml
+qsgmaterialtype.webxml
+qstaticplugin.webxml
qt3d-advancedcustommaterial-example.webxml
qt3d-audio-visualizer-qml-example.webxml
qt3d-basicshapes-cpp-example.webxml
+qt3d-changes-qt6.webxml
qt3d-cpp.webxml
qt3d-examples.webxml
qt3d-multiviewport-example.webxml
@@ -157,8 +192,69 @@ qt3d-widgets-scene3d-example.webxml
qt3d-wireframe-example.webxml
qt3drender-framegraph.webxml
qt3drender-geometry.webxml
+qt3drender-porting-to-rhi.webxml
qt3drender-protips.webxml
qtalgorithms.webxml
+qtbluetooth-btchat-example.webxml
+qtbluetooth-btscanner-example.webxml
+qtbluetooth-changes-qt6.webxml
+qtbluetooth-heartrate-game-example.webxml
+qtbluetooth-heartrate-server-example.webxml
+qtbluetooth-le-overview.webxml
+qtbluetooth-lowenergyscanner-example.webxml
+qtbluetooth-overview.webxml
+qtbluetooth-pingpong-example.webxml
+qtcborcommon.webxml
+qtcharts-areachart-example.webxml
+qtcharts-audio-example.webxml
+qtcharts-barchart-example.webxml
+qtcharts-barmodelmapper-example.webxml
+qtcharts-boxplotchart-example.webxml
+qtcharts-callout-example.webxml
+qtcharts-candlestickchart-example.webxml
+qtcharts-changes-qt6.webxml
+qtcharts-chartthemes-example.webxml
+qtcharts-customchart-example.webxml
+qtcharts-datetimeaxis-example.webxml
+qtcharts-donutbreakdown-example.webxml
+qtcharts-donutchart-example.webxml
+qtcharts-dynamicspline-example.webxml
+qtcharts-examples.webxml
+qtcharts-horizontalbarchart-example.webxml
+qtcharts-horizontalpercentbarchart-example.webxml
+qtcharts-horizontalstackedbarchart-example.webxml
+qtcharts-legend-example.webxml
+qtcharts-legendmarkers-example.webxml
+qtcharts-lineandbar-example.webxml
+qtcharts-linechart-example.webxml
+qtcharts-logvalueaxis-example.webxml
+qtcharts-modeldata-example.webxml
+qtcharts-multiaxis-example.webxml
+qtcharts-nesteddonuts-example.webxml
+qtcharts-openglseries-example.webxml
+qtcharts-overview.webxml
+qtcharts-percentbarchart-example.webxml
+qtcharts-piechart-example.webxml
+qtcharts-piechartcustomization-example.webxml
+qtcharts-piechartdrilldown-example.webxml
+qtcharts-pointsselectionandmarkers-example.webxml
+qtcharts-polarchart-example.webxml
+qtcharts-qmlaxes-example.webxml
+qtcharts-qmlchart-example.webxml
+qtcharts-qmlcustomizations-example.webxml
+qtcharts-qmlcustomlegend-example.webxml
+qtcharts-qmlf1legends-example.webxml
+qtcharts-qmloscilloscope-example.webxml
+qtcharts-qmlpolarchart-example.webxml
+qtcharts-qmlweather-example.webxml
+qtcharts-scatterchart-example.webxml
+qtcharts-scatterinteractions-example.webxml
+qtcharts-selectedbar-example.webxml
+qtcharts-splinechart-example.webxml
+qtcharts-stackedbarchart-example.webxml
+qtcharts-stackedbarchartdrilldown-example.webxml
+qtcharts-temperaturerecords-example.webxml
+qtcharts-zoomlinechart-example.webxml
qtconcurrent-imagescaling-example.webxml
qtconcurrent-map-example.webxml
qtconcurrent-progressdialog-example.webxml
@@ -167,10 +263,13 @@ qtconcurrent-wordcount-example.webxml
qtconcurrentfilter.webxml
qtconcurrentmap.webxml
qtconcurrentrun.webxml
+qtconcurrenttask.webxml
+qtcore-changes-qt6.webxml
qtcore-ipc-localfortuneclient-example.webxml
qtcore-ipc-localfortuneserver-example.webxml
qtcore-ipc-sharedmemory-example.webxml
qtcore-mimetypes-mimetypebrowser-example.webxml
+qtcore-platform-androidnotifier-example.webxml
qtcore-serialization-savegame-example.webxml
qtcore-threads-mandelbrot-example.webxml
qtcore-threads-queuedcustomtype-example.webxml
@@ -178,73 +277,80 @@ qtcore-threads-semaphores-example.webxml
qtcore-threads-waitconditions-example.webxml
qtcore-tools-contiguouscache-example.webxml
qtcore-tools-customtype-example.webxml
-qtdatavisualization-audiolevels-example.webxml
-qtdatavisualization-bars-example.webxml
-qtdatavisualization-custominput-example.webxml
-qtdatavisualization-customitems-example.webxml
-qtdatavisualization-customproxy-example.webxml
+qtdatavis3d-bars-example.webxml
+qtdatavis3d-custominput-example.webxml
+qtdatavis3d-customitems-example.webxml
+qtdatavis3d-customproxy-example.webxml
+qtdatavis3d-draggableaxes-example.webxml
+qtdatavis3d-itemmodel-example.webxml
+qtdatavis3d-qml3doscilloscope-example.webxml
+qtdatavis3d-qmlaxisdrag-example.webxml
+qtdatavis3d-qmlaxisformatter-example.webxml
+qtdatavis3d-qmlbars-example.webxml
+qtdatavis3d-qmlcustominput-example.webxml
+qtdatavis3d-qmllegend-example.webxml
+qtdatavis3d-qmlmultigraph-example.webxml
+qtdatavis3d-qmlscatter-example.webxml
+qtdatavis3d-qmlspectrogram-example.webxml
+qtdatavis3d-qmlsurface-example.webxml
+qtdatavis3d-qmlsurfacelayers-example.webxml
+qtdatavis3d-rotations-example.webxml
+qtdatavis3d-scatter-example.webxml
+qtdatavis3d-surface-example.webxml
+qtdatavis3d-texturesurface-example.webxml
+qtdatavis3d-volumetric-example.webxml
qtdatavisualization-data-handling.webxml
-qtdatavisualization-draggableaxes-example.webxml
qtdatavisualization-interacting-with-data.webxml
-qtdatavisualization-itemmodel-example.webxml
qtdatavisualization-known-issues.webxml
qtdatavisualization-overview.webxml
-qtdatavisualization-qmlaxisdrag-example.webxml
-qtdatavisualization-qmlaxisformatter-example.webxml
-qtdatavisualization-qmlbars-example.webxml
-qtdatavisualization-qmlcustominput-example.webxml
-qtdatavisualization-qmllegend-example.webxml
-qtdatavisualization-qmlmultigraph-example.webxml
-qtdatavisualization-qmloscilloscope-example.webxml
-qtdatavisualization-qmlscatter-example.webxml
-qtdatavisualization-qmlspectrogram-example.webxml
-qtdatavisualization-qmlsurface-example.webxml
-qtdatavisualization-qmlsurfacelayers-example.webxml
-qtdatavisualization-rotations-example.webxml
-qtdatavisualization-scatter-example.webxml
-qtdatavisualization-surface-example.webxml
-qtdatavisualization-texturesurface-example.webxml
-qtdatavisualization-volumetric-example.webxml
+qtdbus-chat-example.webxml
+qtdbus-cmake-qt-add-dbus-adaptor.webxml
+qtdbus-cmake-qt-add-dbus-interface.webxml
+qtdbus-cmake-qt-add-dbus-interfaces.webxml
+qtdbus-cmake-qt-generate-dbus-interface.webxml
+qtdbus-complexpingpong-example.webxml
+qtdbus-listnames-example.webxml
+qtdbus-pingpong-example.webxml
+qtdbus-remotecontrolledcar-example.webxml
+qtdesigner-calculatorbuilder-example.webxml
+qtdesigner-calculatorform-example.webxml
+qtdesigner-components.webxml
+qtdesigner-containerextension-example.webxml
+qtdesigner-customwidgetplugin-example.webxml
+qtdesigner-manual.webxml
+qtdesigner-taskmenuextension-example.webxml
+qtdesigner-worldtimeclockbuilder-example.webxml
+qtdesigner-worldtimeclockplugin-example.webxml
qtest-overview.webxml
qtest-tutorial.webxml
+qtextedit-extraselection.webxml
+qtextlayout-formatrange.webxml
+qtextoption-tab.webxml
qtglobal.webxml
qtgui-analogclock-example.webxml
-qtgui-hellovulkancubes-example.webxml
-qtgui-hellovulkantexture-example.webxml
-qtgui-hellovulkantriangle-example.webxml
-qtgui-hellovulkanwidget-example.webxml
-qtgui-hellovulkanwindow-example.webxml
-qtgui-openglwindow-example.webxml
qtgui-rasterwindow-example.webxml
+qthelp-contextsensitivehelp-example.webxml
qthelp-framework.webxml
qthelpproject.webxml
-qtlocation-changes.webxml
-qtlocation-cpp.webxml
-qtlocation-examples.webxml
-qtlocation-geoservices.webxml
-qtlocation-mapviewer-example.webxml
-qtlocation-minimal-map-example.webxml
-qtlocation-places-example.webxml
-qtlocation-places-list-example.webxml
-qtlocation-places-map-example.webxml
-qtlocation-planespotter-example.webxml
+qtilerules.webxml
+qtimezone-offsetdata.webxml
+qtjavascript.webxml
qtmath.webxml
-qtmultimedia-ios.webxml
+qtmultimedia-apple.webxml
+qtmultimedia-changes-qt6.webxml
qtmultimedia-multimedia-audiodevices-example.webxml
-qtmultimedia-multimedia-audioengine-example.webxml
-qtmultimedia-multimedia-audioinput-example.webxml
qtmultimedia-multimedia-audiooutput-example.webxml
qtmultimedia-multimedia-audiorecorder-example.webxml
+qtmultimedia-multimedia-audiosource-example.webxml
qtmultimedia-multimedia-declarative-camera-example.webxml
-qtmultimedia-multimedia-declarative-radio-example.webxml
qtmultimedia-multimedia-spectrum-example.webxml
+qtmultimedia-multimedia-video-mediaplayer-example.webxml
qtmultimedia-multimedia-video-qmlvideo-example.webxml
-qtmultimedia-multimedia-video-qmlvideofx-example.webxml
+qtmultimedia-multimedia-video-recorder-example.webxml
qtmultimedia-multimediawidgets-camera-example.webxml
qtmultimedia-multimediawidgets-player-example.webxml
qtmultimedia-multimediawidgets-videographicsitem-example.webxml
qtmultimedia-multimediawidgets-videowidget-example.webxml
-qtmultimedia-windows.webxml
qtnetwork-blockingfortuneclient-example.webxml
qtnetwork-broadcastreceiver-example.webxml
qtnetwork-broadcastsender-example.webxml
@@ -260,17 +366,74 @@ qtnetwork-multicastsender-example.webxml
qtnetwork-network-chat-example.webxml
qtnetwork-programming.webxml
qtnetwork-securesocketclient-example.webxml
+qtnetwork-secureudpclient-example.webxml
+qtnetwork-secureudpserver-example.webxml
qtnetwork-threadedfortuneserver-example.webxml
qtnetwork-torrent-example.webxml
+qtnetworkauth-changes-qt6.webxml
+qtnetworkauth-redditclient-example.webxml
+qtnetworkauth-twittertimeline-example.webxml
+qtnfc-annotatedurl-example.webxml
+qtnfc-changes-qt6.webxml
+qtnfc-ndefeditor-example.webxml
+qtnfc-overview.webxml
qtopengl-2dpainting-example.webxml
qtopengl-cube-example.webxml
qtopengl-hellogl2-example.webxml
+qtopengl-hellogles3-example.webxml
+qtopengl-openglwindow-example.webxml
+qtopengl-textures-example.webxml
+qtplugin.webxml
+qtpositioning-android.webxml
+qtpositioning-changes-qt6.webxml
qtpositioning-examples.webxml
qtpositioning-geoflickr-example.webxml
+qtpositioning-ios.webxml
qtpositioning-logfilepositionsource-example.webxml
qtpositioning-plugins.webxml
qtpositioning-satelliteinfo-example.webxml
qtpositioning-weatherinfo-example.webxml
+qtqml-documents-definetypes.webxml
+qtqml-documents-networktransparency.webxml
+qtqml-documents-scope.webxml
+qtqml-documents-structure.webxml
+qtqml-documents-topic.webxml
+qtqml-dynamicscene-example.webxml
+qtqml-javascript-dynamicobjectcreation.webxml
+qtqml-javascript-expressions.webxml
+qtqml-javascript-finetuning.webxml
+qtqml-javascript-functionlist.webxml
+qtqml-javascript-hostenvironment.webxml
+qtqml-javascript-imports.webxml
+qtqml-javascript-qmlglobalobject.webxml
+qtqml-javascript-resources.webxml
+qtqml-javascript-topic.webxml
+qtqml-networkaccessmanagerfactory-example.webxml
+qtqml-qml-i18n-example.webxml
+qtqml-qmlextensionplugins-example.webxml
+qtqml-referenceexamples-adding-example.webxml
+qtqml-referenceexamples-attached-example.webxml
+qtqml-referenceexamples-binding-example.webxml
+qtqml-referenceexamples-coercion-example.webxml
+qtqml-referenceexamples-default-example.webxml
+qtqml-referenceexamples-extended-example.webxml
+qtqml-referenceexamples-grouped-example.webxml
+qtqml-referenceexamples-methods-example.webxml
+qtqml-referenceexamples-properties-example.webxml
+qtqml-referenceexamples-signal-example.webxml
+qtqml-referenceexamples-valuesource-example.webxml
+qtqml-syntax-basics.webxml
+qtqml-syntax-directoryimports.webxml
+qtqml-syntax-imports.webxml
+qtqml-syntax-objectattributes.webxml
+qtqml-syntax-propertybinding.webxml
+qtqml-syntax-signals.webxml
+qtqml-tool-qmltc.webxml
+qtqml-tutorials-extending-qml-example.webxml
+qtqml-typesystem-basictypes.webxml
+qtqml-typesystem-objecttypes.webxml
+qtqml-typesystem-topic.webxml
+qtqml-xmlhttprequest-example.webxml
qtquick-animation-example.webxml
qtquick-bestpractices.webxml
qtquick-canvas-example.webxml
@@ -282,15 +445,6 @@ qtquick-customitems-flipable-example.webxml
qtquick-customitems-painteditem-example.webxml
qtquick-customitems-scrollbar-example.webxml
qtquick-customitems-tabwidget-example.webxml
-qtquick-demos-calqlatr-example.webxml
-qtquick-demos-clocks-example.webxml
-qtquick-demos-maroon-example.webxml
-qtquick-demos-photosurface-example.webxml
-qtquick-demos-photoviewer-example.webxml
-qtquick-demos-rssnews-example.webxml
-qtquick-demos-samegame-example.webxml
-qtquick-demos-stocqt-example.webxml
-qtquick-demos-tweetsearch-example.webxml
qtquick-draganddrop-example.webxml
qtquick-effects-particles.webxml
qtquick-effects-sprites.webxml
@@ -307,12 +461,14 @@ qtquick-input-topic.webxml
qtquick-keyinteraction-example.webxml
qtquick-layouts-example.webxml
qtquick-localstorage-example.webxml
+qtquick-models-abstractitemmodel-example.webxml
+qtquick-models-objectlistmodel-example.webxml
+qtquick-models-stringlistmodel-example.webxml
qtquick-modelviewsdata-cppmodels.webxml
qtquick-modelviewsdata-modelview.webxml
qtquick-modelviewsdata-topic.webxml
qtquick-mousearea-example.webxml
qtquick-particles-affectors-example.webxml
-qtquick-particles-customparticle-example.webxml
qtquick-particles-emitters-example.webxml
qtquick-particles-imageparticle-example.webxml
qtquick-particles-performance.webxml
@@ -323,22 +479,36 @@ qtquick-positioning-layouts.webxml
qtquick-positioning-righttoleft.webxml
qtquick-positioning-topic.webxml
qtquick-quick-accessibility-example.webxml
+qtquick-quickwidgets-quickwidget-example.webxml
+qtquick-rendercontrol-rendercontrol-d3d11-example.webxml
+qtquick-rendercontrol-rendercontrol-opengl-example.webxml
qtquick-righttoleft-example.webxml
qtquick-scenegraph-customgeometry-example.webxml
+qtquick-scenegraph-custommaterial-example.webxml
+qtquick-scenegraph-d3d11underqml-example.webxml
+qtquick-scenegraph-fboitem-example.webxml
+qtquick-scenegraph-graph-example.webxml
qtquick-scenegraph-materials.webxml
+qtquick-scenegraph-metaltextureimport-example.webxml
+qtquick-scenegraph-metalunderqml-example.webxml
qtquick-scenegraph-nodes.webxml
qtquick-scenegraph-openglunderqml-example.webxml
-qtquick-scenegraph-simplematerial-example.webxml
+qtquick-scenegraph-twotextureproviders-example.webxml
+qtquick-scenegraph-vulkantextureimport-example.webxml
+qtquick-scenegraph-vulkanunderqml-example.webxml
qtquick-shadereffects-example.webxml
qtquick-shapes-example.webxml
qtquick-statesanimations-animations.webxml
qtquick-statesanimations-behaviors.webxml
qtquick-statesanimations-states.webxml
qtquick-statesanimations-topic.webxml
+qtquick-tableview-gameoflife-example.webxml
+qtquick-tableview-pixelator-example.webxml
qtquick-text-example.webxml
qtquick-text-validator.webxml
qtquick-threading-example.webxml
qtquick-threading-threadedlistmodel-example.webxml
+qtquick-tool-qmllint.webxml
qtquick-tools-and-utilities.webxml
qtquick-touchinteraction-example.webxml
qtquick-tutorials-dynamicview-dynamicview1-example.webxml
@@ -350,7 +520,6 @@ qtquick-tutorials-samegame-samegame2-example.webxml
qtquick-tutorials-samegame-samegame3-example.webxml
qtquick-tutorials-samegame-samegame4-example.webxml
qtquick-views-example.webxml
-qtquick-visualcanvas-adaptations-d3d12.webxml
qtquick-visualcanvas-adaptations-openvg.webxml
qtquick-visualcanvas-adaptations-software.webxml
qtquick-visualcanvas-adaptations.webxml
@@ -361,27 +530,123 @@ qtquick-visualcanvas-topic.webxml
qtquick-visualcanvas-visualparent.webxml
qtquick-visualtypes-topic.webxml
qtquick-window-example.webxml
+qtquickcontrols-changes-qt6.webxml
+qtquickcontrols-chattutorial-example.webxml
+qtquickcontrols-contactlist-example.webxml
+qtquickcontrols-eventcalendar-example.webxml
+qtquickcontrols-flatstyle-example.webxml
+qtquickcontrols-gallery-example.webxml
+qtquickcontrols-imagine-automotive-example.webxml
+qtquickcontrols-imagine-musicplayer-example.webxml
+qtquickcontrols-sidepanel-example.webxml
+qtquickcontrols-swipetoremove-example.webxml
+qtquickcontrols-texteditor-example.webxml
+qtquickcontrols-wearable-example.webxml
+qtquickcontrols2-basic.webxml
+qtquickcontrols2-buttons.webxml
+qtquickcontrols2-configuration.webxml
+qtquickcontrols2-containers.webxml
+qtquickcontrols2-customize.webxml
+qtquickcontrols2-delegates.webxml
+qtquickcontrols2-deployment.webxml
+qtquickcontrols2-environment.webxml
+qtquickcontrols2-examples.webxml
+qtquickcontrols2-fileselectors.webxml
+qtquickcontrols2-focus.webxml
+qtquickcontrols2-fusion.webxml
+qtquickcontrols2-gettingstarted.webxml
+qtquickcontrols2-guidelines.webxml
+qtquickcontrols2-icons.webxml
+qtquickcontrols2-imagine.webxml
+qtquickcontrols2-indicators.webxml
+qtquickcontrols2-input.webxml
+qtquickcontrols2-macos.webxml
+qtquickcontrols2-material.webxml
+qtquickcontrols2-menus.webxml
+qtquickcontrols2-navigation.webxml
+qtquickcontrols2-popups.webxml
+qtquickcontrols2-separators.webxml
+qtquickcontrols2-styles.webxml
+qtquickcontrols2-universal.webxml
+qtquickcontrols2-windows.webxml
qtquicklayouts-overview.webxml
-qtsensorgestures-cpp.webxml
+qtremoteobjects-cmake-qt-add-repc-merged.webxml
+qtremoteobjects-cmake-qt-add-repc-replicas.webxml
+qtremoteobjects-cmake-qt-add-repc-sources.webxml
+qtremoteobjects-cmake-qt-rep-from-headers.webxml
+qtremoteobjects-compatibility.webxml
+qtremoteobjects-custom-transport.webxml
+qtremoteobjects-external-schemas.webxml
+qtremoteobjects-gettingstarted.webxml
+qtremoteobjects-interaction.webxml
+qtremoteobjects-modelviewclient-example.webxml
+qtremoteobjects-modelviewserver-example.webxml
+qtremoteobjects-node.webxml
+qtremoteobjects-qmlmodelviewclient-example.webxml
+qtremoteobjects-registry.webxml
+qtremoteobjects-repc.webxml
+qtremoteobjects-replica.webxml
+qtremoteobjects-source.webxml
+qtremoteobjects-ssl-example.webxml
+qtremoteobjects-troubleshooting.webxml
+qtremoteobjects-websockets-example.webxml
+qtscxml-calculator-qml-example.webxml
+qtscxml-calculator-widgets-example.webxml
+qtscxml-changes-qt6.webxml
+qtscxml-cmake-qt-add-statecharts.webxml
+qtscxml-ftpclient-example.webxml
+qtscxml-instantiating-state-machines.webxml
+qtscxml-invoke-dynamic-example.webxml
+qtscxml-invoke-static-example.webxml
+qtscxml-mediaplayer-qml-cppdatamodel-example.webxml
+qtscxml-mediaplayer-qml-dynamic-example.webxml
+qtscxml-mediaplayer-qml-static-example.webxml
+qtscxml-mediaplayer-widgets-dynamic-example.webxml
+qtscxml-mediaplayer-widgets-static-example.webxml
+qtscxml-overview.webxml
+qtscxml-pinball-example.webxml
+qtscxml-scxml-compliance.webxml
+qtscxml-sudoku-example.webxml
+qtscxml-trafficlight-qml-dynamic-example.webxml
+qtscxml-trafficlight-qml-simple-example.webxml
+qtscxml-trafficlight-qml-static-example.webxml
+qtscxml-trafficlight-widgets-dynamic-example.webxml
+qtscxml-trafficlight-widgets-static-example.webxml
qtsensors-accelbubble-example.webxml
+qtsensors-changes-qt6.webxml
qtsensors-cpp.webxml
qtsensors-examples.webxml
qtsensors-grue-example.webxml
qtsensors-maze-example.webxml
-qtsensors-porting.webxml
qtsensors-qmlqtsensors-example.webxml
-qtsensors-qmlsensorgestures-example.webxml
qtsensors-sensor-explorer-example.webxml
-qtsensors-sensorgestures-example.webxml
-qtsensors-shakeit-example.webxml
+qtsensors-sensorsshowcase-example.webxml
+qtserialport-blockingreceiver-example.webxml
+qtserialport-blockingsender-example.webxml
+qtserialport-cenumerator-example.webxml
+qtserialport-changes-qt6.webxml
+qtserialport-creaderasync-example.webxml
+qtserialport-creadersync-example.webxml
+qtserialport-cwriterasync-example.webxml
+qtserialport-cwritersync-example.webxml
+qtserialport-enumerator-example.webxml
+qtserialport-examples.webxml
+qtserialport-terminal-example.webxml
qtsql-books-example.webxml
qtsql-cachedtable-example.webxml
+qtsql-changes-qt6.webxml
qtsql-drilldown-example.webxml
qtsql-masterdetail-example.webxml
+qtsql-querymodel-example.webxml
+qtsql-relationaltablemodel-example.webxml
+qtsql-sqlbrowser-example.webxml
qtsql-sqlwidgetmapper-example.webxml
+qtsql-tablemodel-example.webxml
+qtsvg-changes-qt6.webxml
qtsvg-richtext-textobject-example.webxml
qtsvg-svggenerator-example.webxml
qtsvg-svgviewer-example.webxml
+qttest-best-practices-qdoc.webxml
qttestlib-tutorial1-example.webxml
qttestlib-tutorial2-example.webxml
qttestlib-tutorial3-example.webxml
@@ -390,28 +655,68 @@ qttestlib-tutorial5-example.webxml
qttestlib-tutorial6.webxml
qtuitools-multipleinheritance-example.webxml
qtuitools-textfinder-example.webxml
+qtwebchannel-changes-qt6.webxml
+qtwebchannel-chatclient-html-example.webxml
+qtwebchannel-chatclient-qml-example.webxml
+qtwebchannel-chatserver-cpp-example.webxml
+qtwebchannel-examples.webxml
+qtwebchannel-javascript.webxml
+qtwebchannel-standalone-example.webxml
+qtwebengine-changes-qt6.webxml
+qtwebengine-features.webxml
+qtwebengine-overview.webxml
+qtwebengine-platform-notes.webxml
+qtwebengine-webenginequick-customdialogs-example.webxml
+qtwebengine-webenginequick-lifecycle-example.webxml
+qtwebengine-webenginequick-minimal-example.webxml
+qtwebengine-webenginequick-quicknanobrowser-example.webxml
+qtwebengine-webenginequick-recipebrowser-example.webxml
+qtwebengine-webenginequick-webengineaction-example.webxml
+qtwebengine-webenginewidgets-contentmanipulation-example.webxml
+qtwebengine-webenginewidgets-cookiebrowser-example.webxml
+qtwebengine-webenginewidgets-html2pdf-example.webxml
+qtwebengine-webenginewidgets-maps-example.webxml
+qtwebengine-webenginewidgets-markdowneditor-example.webxml
+qtwebengine-webenginewidgets-minimal-example.webxml
+qtwebengine-webenginewidgets-notifications-example.webxml
+qtwebengine-webenginewidgets-printme-example.webxml
+qtwebengine-webenginewidgets-simplebrowser-example.webxml
+qtwebengine-webenginewidgets-spellchecker-example.webxml
+qtwebengine-webenginewidgets-stylesheetbrowser-example.webxml
+qtwebengine-webenginewidgets-videoplayer-example.webxml
+qtwebengine-webenginewidgets-webui-example.webxml
+qtwebenginewidgets-qtwebkitportingguide.webxml
+qtwebsockets-changes-qt6.webxml
+qtwebsockets-echoclient-example.webxml
+qtwebsockets-echoserver-example.webxml
+qtwebsockets-examples.webxml
+qtwebsockets-qmlwebsocketclient-example.webxml
+qtwebsockets-qmlwebsocketserver-example.webxml
+qtwebsockets-simplechat-example.webxml
+qtwebsockets-sslechoclient-example.webxml
+qtwebsockets-sslechoserver-example.webxml
+qtwebsockets-testing.webxml
qtwidgets-animation-easing-example.webxml
-qtwidgets-animation-moveblocks-example.webxml
-qtwidgets-animation-stickman-example.webxml
-qtwidgets-animation-sub-attaq-example.webxml
qtwidgets-desktop-screenshot-example.webxml
qtwidgets-desktop-systray-example.webxml
qtwidgets-dialogs-classwizard-example.webxml
qtwidgets-dialogs-extension-example.webxml
qtwidgets-dialogs-findfiles-example.webxml
qtwidgets-dialogs-licensewizard-example.webxml
+qtwidgets-dialogs-standarddialogs-example.webxml
qtwidgets-dialogs-tabdialog-example.webxml
qtwidgets-dialogs-trivialwizard-example.webxml
qtwidgets-draganddrop-draggableicons-example.webxml
+qtwidgets-draganddrop-draggabletext-example.webxml
qtwidgets-draganddrop-dropsite-example.webxml
qtwidgets-draganddrop-fridgemagnets-example.webxml
qtwidgets-draganddrop-puzzle-example.webxml
qtwidgets-effects-blurpicker-example.webxml
qtwidgets-effects-fademessage-example.webxml
+qtwidgets-gallery-example.webxml
qtwidgets-gestures-imagegestures-example.webxml
qtwidgets-graphicsview-anchorlayout-example.webxml
qtwidgets-graphicsview-basicgraphicslayouts-example.webxml
-qtwidgets-graphicsview-boxes-example.webxml
qtwidgets-graphicsview-chip-example.webxml
qtwidgets-graphicsview-collidingmice-example.webxml
qtwidgets-graphicsview-diagramscene-example.webxml
@@ -419,10 +724,10 @@ qtwidgets-graphicsview-dragdroprobot-example.webxml
qtwidgets-graphicsview-elasticnodes-example.webxml
qtwidgets-graphicsview-embeddeddialogs-example.webxml
qtwidgets-graphicsview-flowlayout-example.webxml
-qtwidgets-graphicsview-padnavigator-example.webxml
qtwidgets-graphicsview-simpleanchorlayout-example.webxml
qtwidgets-graphicsview-weatheranchorlayout-example.webxml
qtwidgets-itemviews-addressbook-example.webxml
+qtwidgets-itemviews-basicsortfiltermodel-example.webxml
qtwidgets-itemviews-chart-example.webxml
qtwidgets-itemviews-coloreditorfactory-example.webxml
qtwidgets-itemviews-combowidgetmapper-example.webxml
@@ -431,12 +736,14 @@ qtwidgets-itemviews-dirview-example.webxml
qtwidgets-itemviews-editabletreemodel-example.webxml
qtwidgets-itemviews-fetchmore-example.webxml
qtwidgets-itemviews-frozencolumn-example.webxml
+qtwidgets-itemviews-interview-example.webxml
qtwidgets-itemviews-pixelator-example.webxml
qtwidgets-itemviews-puzzle-example.webxml
qtwidgets-itemviews-simpledommodel-example.webxml
qtwidgets-itemviews-simpletreemodel-example.webxml
qtwidgets-itemviews-simplewidgetmapper-example.webxml
qtwidgets-itemviews-spinboxdelegate-example.webxml
+qtwidgets-itemviews-spreadsheet-example.webxml
qtwidgets-itemviews-stardelegate-example.webxml
qtwidgets-layouts-basiclayouts-example.webxml
qtwidgets-layouts-borderlayout-example.webxml
@@ -444,7 +751,10 @@ qtwidgets-layouts-dynamiclayouts-example.webxml
qtwidgets-layouts-flowlayout-example.webxml
qtwidgets-mainwindows-application-example.webxml
qtwidgets-mainwindows-dockwidgets-example.webxml
+qtwidgets-mainwindows-mainwindow-example.webxml
+qtwidgets-mainwindows-mdi-example.webxml
qtwidgets-mainwindows-menus-example.webxml
+qtwidgets-mainwindows-sdi-example.webxml
qtwidgets-painting-affine-example.webxml
qtwidgets-painting-basicdrawing-example.webxml
qtwidgets-painting-composition-example.webxml
@@ -459,24 +769,24 @@ qtwidgets-painting-transformations-example.webxml
qtwidgets-richtext-calendar-example.webxml
qtwidgets-richtext-orderform-example.webxml
qtwidgets-richtext-syntaxhighlighter-example.webxml
-qtwidgets-statemachine-eventtransitions-example.webxml
-qtwidgets-statemachine-factorial-example.webxml
-qtwidgets-statemachine-pingpong-example.webxml
-qtwidgets-statemachine-rogue-example.webxml
-qtwidgets-statemachine-trafficlight-example.webxml
-qtwidgets-statemachine-twowaybutton-example.webxml
-qtwidgets-tools-codecs-example.webxml
+qtwidgets-richtext-textedit-example.webxml
qtwidgets-tools-completer-example.webxml
qtwidgets-tools-customcompleter-example.webxml
qtwidgets-tools-echoplugin-example.webxml
+qtwidgets-tools-i18n-example.webxml
qtwidgets-tools-plugandpaint-app-example.webxml
qtwidgets-tools-plugandpaint-plugins-basictools-example.webxml
qtwidgets-tools-plugandpaint-plugins-extrafilters-example.webxml
qtwidgets-tools-regularexpression-example.webxml
+qtwidgets-tools-settingseditor-example.webxml
qtwidgets-tools-styleplugin-example.webxml
qtwidgets-tools-treemodelcompleter-example.webxml
qtwidgets-tools-undo-example.webxml
qtwidgets-tools-undoframework-example.webxml
+qtwidgets-touch-dials-example.webxml
+qtwidgets-touch-fingerpaint-example.webxml
+qtwidgets-touch-knobs-example.webxml
+qtwidgets-touch-pinchzoom-example.webxml
qtwidgets-tutorials-addressbook-part1-example.webxml
qtwidgets-tutorials-addressbook-part2-example.webxml
qtwidgets-tutorials-addressbook-part3-example.webxml
@@ -511,29 +821,29 @@ qtwidgets-widgets-stylesheet-example.webxml
qtwidgets-widgets-tablet-example.webxml
qtwidgets-widgets-tetrix-example.webxml
qtwidgets-widgets-tooltips-example.webxml
+qtwidgets-widgets-validators-example.webxml
qtwidgets-widgets-wiggly-example.webxml
qtwidgets-widgets-windowflags-example.webxml
qtxml-dombookmarks-example.webxml
-qtxml-saxbookmarks-example.webxml
qtxml-streambookmarks-example.webxml
qtxml-xmlstreamlint-example.webxml
-qtxmlpatterns-filetree-example.webxml
-qtxmlpatterns-recipes-example.webxml
-qtxmlpatterns-schema-example.webxml
-qtxmlpatterns-xquery-example.webxml
+quick-changes-qt6.webxml
+qwebenginecookiestore-filterrequest.webxml
qwidget-styling.webxml
-radiooverview.webxml
+remoteobjects-changes-qt6.webxml
+remoteobjects-example-dynamic-replica.webxml
+remoteobjects-example-registry.webxml
+remoteobjects-example-static-source.webxml
resources.webxml
richtext-advanced-processing.webxml
richtext-common-tasks.webxml
richtext-cursor.webxml
richtext-html-subset.webxml
richtext-layouts.webxml
+richtext-processing.webxml
richtext-structure.webxml
richtext.webxml
senorfwbackend.webxml
-sensorgesture-emulator-topics.webxml
-sensorgesture-plugins-topics.webxml
sensors-backend-topics.webxml
shared.webxml
signalsandslots.webxml
@@ -546,8 +856,7 @@ sql-programming.webxml
sql-sqlstatements.webxml
sql-types.webxml
ssl.webxml
-statemachine-api.webxml
-statemachine.webxml
+standard-dialogs.webxml
style-reference.webxml
stylesheet-customizing.webxml
stylesheet-designer.webxml
@@ -556,18 +865,21 @@ stylesheet-reference.webxml
stylesheet-syntax.webxml
stylesheet.webxml
svgrendering.webxml
+testlib-changes-qt6.webxml
textedit-example.webxml
timers.webxml
tutorials-addressbook.webxml
+usingadaptors.webxml
videooverview.webxml
+webengine-examples.webxml
+webengine-widgetexamples.webxml
+websockets-overview.webxml
widget-classes.webxml
+widgets-changes-qt6.webxml
widgets-tutorial.webxml
+xml-changes-qt6.webxml
xml-dom-tml.webxml
xml-namespaces.webxml
xml-processing.webxml
-xml-sax.webxml
xml-streaming.webxml
xml-tools.webxml
-xmlpattern-examples.webxml
-xmlprocessing.webxml
-xquery-introduction.webxml