aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--.vscode/settings.json16
-rw-r--r--CMakeLists.txt7
-rw-r--r--README.md35
-rw-r--r--README.pyside6.md2
-rw-r--r--README.pyside6_addons.md3
-rw-r--r--build_history/blacklist.txt13
-rw-r--r--build_scripts/__init__.py36
-rw-r--r--build_scripts/build_info_collector.py114
-rw-r--r--build_scripts/build_scripts.pyproject4
-rw-r--r--build_scripts/config.py49
-rw-r--r--build_scripts/log.py15
-rw-r--r--build_scripts/main.py426
-rw-r--r--build_scripts/options.py220
-rw-r--r--build_scripts/platforms/linux.py95
-rw-r--r--build_scripts/platforms/macos.py77
-rw-r--r--build_scripts/platforms/unix.py223
-rw-r--r--build_scripts/platforms/windows_desktop.py285
-rw-r--r--build_scripts/qp5_tool.py60
-rw-r--r--build_scripts/qtinfo.py21
-rw-r--r--build_scripts/setup_runner.py29
-rw-r--r--build_scripts/utils.py541
-rw-r--r--build_scripts/versions.py7
-rw-r--r--build_scripts/wheel_files.py285
-rw-r--r--build_scripts/wheel_override.py29
-rw-r--r--build_scripts/wheel_utils.py32
-rw-r--r--coin/dependencies.yaml5
-rw-r--r--coin/instructions/common_environment.yaml90
-rw-r--r--coin/instructions/execute_build_instructions.yaml63
-rw-r--r--coin/instructions/execute_test_instructions.yaml36
-rw-r--r--coin/module_config.yaml4
-rw-r--r--coin_build_instructions.py34
-rw-r--r--coin_test_instructions.py34
-rw-r--r--create_wheels.py126
-rw-r--r--doc/changelogs/changes-6.3.272
-rw-r--r--doc/changelogs/changes-6.4.0187
-rw-r--r--doc/changelogs/changes-6.4.0.135
-rw-r--r--doc/changelogs/changes-6.4.178
-rw-r--r--doc/changelogs/changes-6.4.247
-rw-r--r--doc/changelogs/changes-6.4.353
-rw-r--r--doc/changelogs/changes-6.5.0111
-rw-r--r--doc/changelogs/changes-6.5.163
-rw-r--r--doc/changelogs/changes-6.5.248
-rw-r--r--doc/changelogs/changes-6.5.365
-rw-r--r--examples/async/eratosthenes/doc/eratosthenes.rst53
-rw-r--r--examples/async/eratosthenes/doc/eratosthenes.svg1
-rw-r--r--examples/async/eratosthenes/eratosthenes.pyproject3
-rw-r--r--examples/async/eratosthenes/eratosthenes_asyncio.py220
-rw-r--r--examples/async/eratosthenes/eratosthenes_trio.py197
-rw-r--r--examples/async/eratosthenes/requirements_trio.txt2
-rw-r--r--examples/async/minimal/doc/minimal.pngbin0 -> 8135 bytes
-rw-r--r--examples/async/minimal/doc/minimal.rst52
-rw-r--r--examples/async/minimal/minimal.pyproject3
-rw-r--r--examples/async/minimal/minimal_asyncio.py123
-rw-r--r--examples/async/minimal/minimal_trio.py107
-rw-r--r--examples/async/minimal/requirements_trio.txt1
-rw-r--r--examples/bluetooth/btscanner/device.py6
-rw-r--r--examples/bluetooth/btscanner/main.py3
-rw-r--r--examples/bluetooth/btscanner/service.py2
-rw-r--r--examples/bluetooth/heartrate_game/HeartRateGame/App.qml99
-rw-r--r--examples/bluetooth/heartrate_game/HeartRateGame/BluetoothAlarmDialog.qml79
-rw-r--r--examples/bluetooth/heartrate_game/HeartRateGame/BottomLine.qml12
-rw-r--r--examples/bluetooth/heartrate_game/HeartRateGame/Connect.qml159
-rw-r--r--examples/bluetooth/heartrate_game/HeartRateGame/GameButton.qml39
-rw-r--r--examples/bluetooth/heartrate_game/HeartRateGame/GamePage.qml36
-rw-r--r--examples/bluetooth/heartrate_game/HeartRateGame/GameSettings.qml51
-rw-r--r--examples/bluetooth/heartrate_game/HeartRateGame/Main.qml71
-rw-r--r--examples/bluetooth/heartrate_game/HeartRateGame/Measure.qml212
-rw-r--r--examples/bluetooth/heartrate_game/HeartRateGame/SplashScreen.qml30
-rw-r--r--examples/bluetooth/heartrate_game/HeartRateGame/Stats.qml55
-rw-r--r--examples/bluetooth/heartrate_game/HeartRateGame/StatsLabel.qml34
-rw-r--r--examples/bluetooth/heartrate_game/HeartRateGame/TitleBar.qml54
-rw-r--r--examples/bluetooth/heartrate_game/HeartRateGame/images/bt_off_to_on.pngbin0 -> 6143 bytes
-rw-r--r--examples/bluetooth/heartrate_game/HeartRateGame/images/heart.pngbin0 -> 2664 bytes
-rw-r--r--examples/bluetooth/heartrate_game/HeartRateGame/images/logo.pngbin0 -> 31915 bytes
-rw-r--r--examples/bluetooth/heartrate_game/HeartRateGame/qmldir14
-rw-r--r--examples/bluetooth/heartrate_game/bluetoothbaseclass.py40
-rw-r--r--examples/bluetooth/heartrate_game/connectionhandler.py76
-rw-r--r--examples/bluetooth/heartrate_game/devicefinder.py137
-rw-r--r--examples/bluetooth/heartrate_game/devicehandler.py306
-rw-r--r--examples/bluetooth/heartrate_game/deviceinfo.py38
-rw-r--r--examples/bluetooth/heartrate_game/doc/heartrate_game.rst9
-rw-r--r--examples/bluetooth/heartrate_game/heartrate_game.pyproject23
-rw-r--r--examples/bluetooth/heartrate_game/heartrate_global.py19
-rw-r--r--examples/bluetooth/heartrate_game/main.py53
-rw-r--r--examples/bluetooth/heartrate_server/doc/heartrate_server.rst8
-rw-r--r--examples/bluetooth/heartrate_server/heartrate_server.py94
-rw-r--r--examples/bluetooth/heartrate_server/heartrate_server.pyproject3
-rw-r--r--examples/bluetooth/lowenergyscanner/Scanner/Characteristics.qml121
-rw-r--r--examples/bluetooth/lowenergyscanner/Scanner/Devices.qml121
-rw-r--r--examples/bluetooth/lowenergyscanner/Scanner/Dialog.qml48
-rw-r--r--examples/bluetooth/lowenergyscanner/Scanner/Header.qml25
-rw-r--r--examples/bluetooth/lowenergyscanner/Scanner/Label.qml16
-rw-r--r--examples/bluetooth/lowenergyscanner/Scanner/Main.qml31
-rw-r--r--examples/bluetooth/lowenergyscanner/Scanner/Menu.qml55
-rw-r--r--examples/bluetooth/lowenergyscanner/Scanner/Services.qml115
-rw-r--r--examples/bluetooth/lowenergyscanner/Scanner/assets/busy_dark.pngbin0 -> 1130 bytes
-rw-r--r--examples/bluetooth/lowenergyscanner/Scanner/qmldir10
-rw-r--r--examples/bluetooth/lowenergyscanner/characteristicinfo.py88
-rw-r--r--examples/bluetooth/lowenergyscanner/device.py279
-rw-r--r--examples/bluetooth/lowenergyscanner/deviceinfo.py35
-rw-r--r--examples/bluetooth/lowenergyscanner/doc/lowenergyscanner.pngbin0 -> 72365 bytes
-rw-r--r--examples/bluetooth/lowenergyscanner/doc/lowenergyscanner.rst9
-rw-r--r--examples/bluetooth/lowenergyscanner/lowenergyscanner.pyproject7
-rw-r--r--examples/bluetooth/lowenergyscanner/main.py27
-rw-r--r--examples/bluetooth/lowenergyscanner/serviceinfo.py66
-rw-r--r--examples/charts/audio/audio.py3
-rw-r--r--examples/charts/chartthemes/README.md2
-rw-r--r--examples/charts/chartthemes/main.py75
-rw-r--r--examples/charts/donutbreakdown/donutbreakdown.py5
-rw-r--r--examples/charts/legend/legend.py10
-rw-r--r--examples/charts/lineandbar/lineandbar.py10
-rw-r--r--examples/charts/nesteddonuts/nesteddonuts.py3
-rw-r--r--examples/charts/percentbarchart/percentbarchart.py3
-rw-r--r--examples/charts/pointconfiguration/chartwindow.py156
-rw-r--r--examples/charts/pointconfiguration/doc/pointconfiguration.pngbin0 -> 34991 bytes
-rw-r--r--examples/charts/pointconfiguration/doc/pointconfiguration.rst144
-rw-r--r--examples/charts/pointconfiguration/pointconfiguration.py17
-rw-r--r--examples/charts/pointconfiguration/pointconfiguration.pyproject3
-rw-r--r--examples/charts/pointselectionandmarkers/doc/pointselectionandmarkers.pngbin0 -> 47669 bytes
-rw-r--r--examples/charts/pointselectionandmarkers/doc/pointselectionandmarkers.rst72
-rw-r--r--examples/charts/pointselectionandmarkers/images/blue_triangle.pngbin0 -> 2220 bytes
-rw-r--r--examples/charts/pointselectionandmarkers/images/green_triangle.pngbin0 -> 1389 bytes
-rw-r--r--examples/charts/pointselectionandmarkers/markers.qrc6
-rw-r--r--examples/charts/pointselectionandmarkers/pointselectionandmarkers.py127
-rw-r--r--examples/charts/pointselectionandmarkers/pointselectionandmarkers.pyproject3
-rw-r--r--examples/charts/pointselectionandmarkers/rc_markers.py275
-rw-r--r--examples/charts/pointselectionandmarkers/utilities.py67
-rw-r--r--examples/charts/qmlpolarchart/qmlpolarchart.py4
-rw-r--r--examples/corelib/settingseditor/settingseditor.py17
-rw-r--r--examples/corelib/threads/mandelbrot.py3
-rw-r--r--examples/datavisualization/graphgallery/axesinputhandler.py101
-rw-r--r--examples/datavisualization/graphgallery/bargraph.py281
-rw-r--r--examples/datavisualization/graphgallery/custominputhandler.py177
-rw-r--r--examples/datavisualization/graphgallery/data/layer_1.pngbin0 -> 34540 bytes
-rw-r--r--examples/datavisualization/graphgallery/data/layer_2.pngbin0 -> 10553 bytes
-rw-r--r--examples/datavisualization/graphgallery/data/layer_3.pngbin0 -> 7119 bytes
-rw-r--r--examples/datavisualization/graphgallery/data/license.txt77
-rw-r--r--examples/datavisualization/graphgallery/data/maptexture.jpgbin0 -> 352922 bytes
-rw-r--r--examples/datavisualization/graphgallery/data/oilrig.obj2322
-rw-r--r--examples/datavisualization/graphgallery/data/pipe.obj330
-rw-r--r--examples/datavisualization/graphgallery/data/raindata.txt158
-rw-r--r--examples/datavisualization/graphgallery/data/refinery.obj2330
-rw-r--r--examples/datavisualization/graphgallery/data/topography.pngbin0 -> 395504 bytes
-rw-r--r--examples/datavisualization/graphgallery/doc/graph_gallery.webpbin0 -> 95552 bytes
-rw-r--r--examples/datavisualization/graphgallery/doc/graphgallery.rst11
-rw-r--r--examples/datavisualization/graphgallery/graphgallery.pyproject18
-rw-r--r--examples/datavisualization/graphgallery/graphgallery.qrc13
-rw-r--r--examples/datavisualization/graphgallery/graphmodifier.py395
-rw-r--r--examples/datavisualization/graphgallery/highlightseries.py94
-rw-r--r--examples/datavisualization/graphgallery/main.py50
-rw-r--r--examples/datavisualization/graphgallery/rainfalldata.py125
-rw-r--r--examples/datavisualization/graphgallery/scatterdatamodifier.py151
-rw-r--r--examples/datavisualization/graphgallery/scattergraph.py128
-rw-r--r--examples/datavisualization/graphgallery/surfacegraph.py265
-rw-r--r--examples/datavisualization/graphgallery/surfacegraphmodifier.py643
-rw-r--r--examples/datavisualization/graphgallery/topographicseries.py57
-rw-r--r--examples/datavisualization/graphgallery/variantbardatamapping.py67
-rw-r--r--examples/datavisualization/graphgallery/variantbardataproxy.py100
-rw-r--r--examples/datavisualization/graphgallery/variantdataset.py39
-rw-r--r--examples/datavisualization/qmlsurfacegallery/datasource.py99
-rw-r--r--examples/datavisualization/qmlsurfacegallery/doc/qmlsurfacegallery.rst9
-rw-r--r--examples/datavisualization/qmlsurfacegallery/doc/qmlsurfacegallery.webpbin0 -> 100206 bytes
-rw-r--r--examples/datavisualization/qmlsurfacegallery/main.py39
-rw-r--r--examples/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/SpectrogramData.qml1545
-rw-r--r--examples/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/SurfaceHeightMap.qml227
-rw-r--r--examples/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/SurfaceOscilloscope.qml430
-rw-r--r--examples/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/SurfaceSpectrogram.qml272
-rw-r--r--examples/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/heightmap.pngbin0 -> 638731 bytes
-rw-r--r--examples/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/main.qml57
-rw-r--r--examples/datavisualization/qmlsurfacegallery/qmlsurfacegallery.pyproject10
-rw-r--r--examples/datavisualization/qmlsurfacegallery/qmlsurfacegallery.qrc5
-rw-r--r--examples/datavisualization/qmlsurfacegallery/rc_qmlsurfacegallery.py39967
-rw-r--r--examples/datavisualization/surface/surfacegraph.py14
-rw-r--r--examples/datavisualization/surface_model_numpy/surfacegraph.py14
-rw-r--r--examples/datavisualization/surface_numpy/doc/surface_numpy.rst2
-rw-r--r--examples/datavisualization/surface_numpy/surfacegraph.py14
-rw-r--r--examples/dbus/listnames/listnames.py3
-rw-r--r--examples/dbus/pingpong/ping.py2
-rw-r--r--examples/declarative/extending/chapter1-basics/app.qml27
-rw-r--r--examples/declarative/extending/chapter1-basics/basics.py68
-rw-r--r--examples/declarative/extending/chapter2-methods/app.qml33
-rw-r--r--examples/declarative/extending/chapter2-methods/methods.py75
-rw-r--r--examples/declarative/extending/chapter3-bindings/app.qml41
-rw-r--r--examples/declarative/extending/chapter3-bindings/bindings.py79
-rw-r--r--examples/declarative/extending/chapter4-customPropertyTypes/app.qml23
-rw-r--r--examples/declarative/extending/chapter4-customPropertyTypes/customPropertyTypes.py82
-rw-r--r--examples/declarative/extending/chapter5-listproperties/app.qml33
-rw-r--r--examples/declarative/extending/chapter5-listproperties/listproperties.py96
-rw-r--r--examples/declarative/openglunderqml/squirclerenderer.py99
-rw-r--r--examples/declarative/referenceexamples/adding/adding.pyproject5
-rw-r--r--examples/declarative/referenceexamples/adding/doc/adding.rst67
-rw-r--r--examples/declarative/referenceexamples/adding/example.qml9
-rw-r--r--examples/declarative/referenceexamples/adding/main.py30
-rw-r--r--examples/declarative/referenceexamples/adding/person.py35
-rw-r--r--examples/declarative/referenceexamples/attached/attached.pyproject3
-rw-r--r--examples/declarative/referenceexamples/attached/birthdayparty.py63
-rw-r--r--examples/declarative/referenceexamples/attached/doc/attached.rst12
-rw-r--r--examples/declarative/referenceexamples/attached/example.qml22
-rw-r--r--examples/declarative/referenceexamples/attached/main.py46
-rw-r--r--examples/declarative/referenceexamples/attached/person.py46
-rw-r--r--examples/declarative/referenceexamples/binding/binding.pyproject3
-rw-r--r--examples/declarative/referenceexamples/binding/birthdayparty.py83
-rw-r--r--examples/declarative/referenceexamples/binding/example.qml29
-rw-r--r--examples/declarative/referenceexamples/binding/happybirthdaysong.py47
-rw-r--r--examples/declarative/referenceexamples/binding/main.py52
-rw-r--r--examples/declarative/referenceexamples/binding/person.py53
-rw-r--r--examples/declarative/referenceexamples/coercion/birthdayparty.py41
-rw-r--r--examples/declarative/referenceexamples/coercion/coercion.pyproject3
-rw-r--r--examples/declarative/referenceexamples/coercion/doc/coercion.rst35
-rw-r--r--examples/declarative/referenceexamples/coercion/example.qml16
-rw-r--r--examples/declarative/referenceexamples/coercion/main.py36
-rw-r--r--examples/declarative/referenceexamples/coercion/person.py47
-rw-r--r--examples/declarative/referenceexamples/default/birthdayparty.py42
-rw-r--r--examples/declarative/referenceexamples/default/default.pyproject3
-rw-r--r--examples/declarative/referenceexamples/default/doc/default.rst30
-rw-r--r--examples/declarative/referenceexamples/default/example.qml15
-rw-r--r--examples/declarative/referenceexamples/default/main.py36
-rw-r--r--examples/declarative/referenceexamples/default/person.py46
-rw-r--r--examples/declarative/referenceexamples/grouped/birthdayparty.py42
-rw-r--r--examples/declarative/referenceexamples/grouped/doc/grouped.rst17
-rw-r--r--examples/declarative/referenceexamples/grouped/example.qml33
-rw-r--r--examples/declarative/referenceexamples/grouped/grouped.pyproject3
-rw-r--r--examples/declarative/referenceexamples/grouped/main.py43
-rw-r--r--examples/declarative/referenceexamples/grouped/person.py85
-rw-r--r--examples/declarative/referenceexamples/methods/birthdayparty.py47
-rw-r--r--examples/declarative/referenceexamples/methods/example.qml19
-rw-r--r--examples/declarative/referenceexamples/methods/main.py32
-rw-r--r--examples/declarative/referenceexamples/methods/methods.pyproject3
-rw-r--r--examples/declarative/referenceexamples/methods/person.py34
-rw-r--r--examples/declarative/referenceexamples/properties/birthdayparty.py41
-rw-r--r--examples/declarative/referenceexamples/properties/doc/properties.rst89
-rw-r--r--examples/declarative/referenceexamples/properties/example.qml16
-rw-r--r--examples/declarative/referenceexamples/properties/main.py34
-rw-r--r--examples/declarative/referenceexamples/properties/person.py35
-rw-r--r--examples/declarative/referenceexamples/properties/properties.pyproject6
-rw-r--r--examples/declarative/referenceexamples/valuesource/birthdayparty.py76
-rw-r--r--examples/declarative/referenceexamples/valuesource/doc/valuesource.rst20
-rw-r--r--examples/declarative/referenceexamples/valuesource/example.qml27
-rw-r--r--examples/declarative/referenceexamples/valuesource/happybirthdaysong.py47
-rw-r--r--examples/declarative/referenceexamples/valuesource/main.py51
-rw-r--r--examples/declarative/referenceexamples/valuesource/person.py46
-rw-r--r--examples/declarative/referenceexamples/valuesource/valuesource.pyproject3
-rw-r--r--examples/declarative/rendercontrol/rendercontrol_opengl/cuberenderer.py186
-rw-r--r--examples/declarative/rendercontrol/rendercontrol_opengl/demo.qml161
-rw-r--r--examples/declarative/rendercontrol/rendercontrol_opengl/window_singlethreaded.py271
-rw-r--r--examples/demos/documentviewer/abstractviewer.py185
-rw-r--r--examples/demos/documentviewer/doc/abstractviewer.py.rstinc25
-rw-r--r--examples/demos/documentviewer/doc/documentviewer.pngbin0 -> 22897 bytes
-rw-r--r--examples/demos/documentviewer/doc/documentviewer.rst13
-rw-r--r--examples/demos/documentviewer/doc/jsonviewer.py.rstinc11
-rw-r--r--examples/demos/documentviewer/doc/mainwindow.py.rstinc11
-rw-r--r--examples/demos/documentviewer/doc/viewerfactory.py.rstinc3
-rw-r--r--examples/demos/documentviewer/documentviewer.pyproject14
-rw-r--r--examples/demos/documentviewer/documentviewer.qrc42
-rw-r--r--examples/demos/documentviewer/images/copy.png (renamed from examples/widgets/mainwindows/mdi/images/copy.png)bin1338 -> 1338 bytes
-rw-r--r--examples/demos/documentviewer/images/copy@2x.pngbin0 -> 2219 bytes
-rw-r--r--examples/demos/documentviewer/images/cut.png (renamed from examples/widgets/mainwindows/mdi/images/cut.png)bin1323 -> 1323 bytes
-rw-r--r--examples/demos/documentviewer/images/cut@2x.pngbin0 -> 2888 bytes
-rw-r--r--examples/demos/documentviewer/images/document-open-recent.svgzbin0 -> 4656 bytes
-rw-r--r--examples/demos/documentviewer/images/go-next-view-page.pngbin0 -> 1125 bytes
-rw-r--r--examples/demos/documentviewer/images/go-next-view-page@2x.pngbin0 -> 2312 bytes
-rw-r--r--examples/demos/documentviewer/images/go-next-view.pngbin0 -> 990 bytes
-rw-r--r--examples/demos/documentviewer/images/go-next-view@2x.pngbin0 -> 1830 bytes
-rw-r--r--examples/demos/documentviewer/images/go-next.svgzbin0 -> 5473 bytes
-rw-r--r--examples/demos/documentviewer/images/go-previous-view-page.pngbin0 -> 1119 bytes
-rw-r--r--examples/demos/documentviewer/images/go-previous-view-page@2x.pngbin0 -> 2067 bytes
-rw-r--r--examples/demos/documentviewer/images/go-previous-view.pngbin0 -> 1010 bytes
-rw-r--r--examples/demos/documentviewer/images/go-previous-view@2x.pngbin0 -> 1875 bytes
-rw-r--r--examples/demos/documentviewer/images/go-previous.svgzbin0 -> 5690 bytes
-rw-r--r--examples/demos/documentviewer/images/help-about.svgzbin0 -> 7056 bytes
-rw-r--r--examples/demos/documentviewer/images/magnifier.pngbin0 -> 1006 bytes
-rw-r--r--examples/demos/documentviewer/images/magnifier@2x.pngbin0 -> 2249 bytes
-rw-r--r--examples/demos/documentviewer/images/open.png (renamed from examples/widgets/mainwindows/mdi/images/open.png)bin2073 -> 2073 bytes
-rw-r--r--examples/demos/documentviewer/images/open@2x.pngbin0 -> 1017 bytes
-rw-r--r--examples/demos/documentviewer/images/paste.png (renamed from examples/widgets/mainwindows/mdi/images/paste.png)bin1645 -> 1645 bytes
-rw-r--r--examples/demos/documentviewer/images/paste@2x.pngbin0 -> 2782 bytes
-rw-r--r--examples/demos/documentviewer/images/print.pngbin0 -> 678 bytes
-rw-r--r--examples/demos/documentviewer/images/print2x.pngbin0 -> 931 bytes
-rw-r--r--examples/demos/documentviewer/images/qt-logo.pngbin0 -> 1483 bytes
-rw-r--r--examples/demos/documentviewer/images/qt-logo@2x.pngbin0 -> 1933 bytes
-rw-r--r--examples/demos/documentviewer/images/zoom-fit-best.pngbin0 -> 1067 bytes
-rw-r--r--examples/demos/documentviewer/images/zoom-fit-best@2x.pngbin0 -> 1692 bytes
-rw-r--r--examples/demos/documentviewer/images/zoom-fit-width.pngbin0 -> 905 bytes
-rw-r--r--examples/demos/documentviewer/images/zoom-fit-width@2x.pngbin0 -> 1724 bytes
-rw-r--r--examples/demos/documentviewer/images/zoom-in.pngbin0 -> 952 bytes
-rw-r--r--examples/demos/documentviewer/images/zoom-in@2x.pngbin0 -> 2100 bytes
-rw-r--r--examples/demos/documentviewer/images/zoom-original.pngbin0 -> 946 bytes
-rw-r--r--examples/demos/documentviewer/images/zoom-original@2x.pngbin0 -> 2005 bytes
-rw-r--r--examples/demos/documentviewer/images/zoom-out.pngbin0 -> 940 bytes
-rw-r--r--examples/demos/documentviewer/images/zoom-out@2x.pngbin0 -> 1971 bytes
-rw-r--r--examples/demos/documentviewer/images/zoom-previous.pngbin0 -> 946 bytes
-rw-r--r--examples/demos/documentviewer/images/zoom-previous@2x.pngbin0 -> 2049 bytes
-rw-r--r--examples/demos/documentviewer/jsonviewer/jsonviewer.py396
-rw-r--r--examples/demos/documentviewer/main.py37
-rw-r--r--examples/demos/documentviewer/mainwindow.py179
-rw-r--r--examples/demos/documentviewer/mainwindow.ui272
-rw-r--r--examples/demos/documentviewer/pdfviewer/pdfviewer.py200
-rw-r--r--examples/demos/documentviewer/pdfviewer/zoomselector.py54
-rw-r--r--examples/demos/documentviewer/rc_documentviewer.py5135
-rw-r--r--examples/demos/documentviewer/recentfilemenu.py34
-rw-r--r--examples/demos/documentviewer/recentfiles.py159
-rw-r--r--examples/demos/documentviewer/txtviewer/txtviewer.py144
-rw-r--r--examples/demos/documentviewer/ui_mainwindow.py230
-rw-r--r--examples/demos/documentviewer/viewerfactory.py114
-rw-r--r--examples/designer/taskmenuextension/tictactoe.py2
-rw-r--r--examples/designer/taskmenuextension/tictactoeplugin.py3
-rw-r--r--examples/designer/taskmenuextension/tictactoetaskmenu.py2
-rw-r--r--examples/examples.pyproject3
-rw-r--r--examples/external/matplotlib/widget3d/widget3d.py2
-rw-r--r--examples/external/matplotlib/widget_gaussian/widget_gaussian.py7
-rw-r--r--examples/external/networkx/doc/networkx.pngbin0 -> 28017 bytes
-rw-r--r--examples/external/networkx/doc/networkx.rst8
-rw-r--r--examples/external/networkx/main.py346
-rw-r--r--examples/external/networkx/networkx.pyproject3
-rw-r--r--examples/external/networkx/requirements.txt3
-rw-r--r--examples/graphs/minimalsurfacegraph/doc/minimalsurfacegraph.rst4
-rw-r--r--examples/graphs/minimalsurfacegraph/main.py54
-rw-r--r--examples/graphs/widgetgallery/axesinputhandler.py101
-rw-r--r--examples/graphs/widgetgallery/bargraph.py272
-rw-r--r--examples/graphs/widgetgallery/custominputhandler.py177
-rw-r--r--examples/graphs/widgetgallery/data/layer_1.pngbin0 -> 34540 bytes
-rw-r--r--examples/graphs/widgetgallery/data/layer_2.pngbin0 -> 10553 bytes
-rw-r--r--examples/graphs/widgetgallery/data/layer_3.pngbin0 -> 7119 bytes
-rw-r--r--examples/graphs/widgetgallery/data/license.txt77
-rw-r--r--examples/graphs/widgetgallery/data/maptexture.jpgbin0 -> 352922 bytes
-rw-r--r--examples/graphs/widgetgallery/data/narrowarrow.meshbin0 -> 15420 bytes
-rw-r--r--examples/graphs/widgetgallery/data/oilrig.meshbin0 -> 69728 bytes
-rw-r--r--examples/graphs/widgetgallery/data/pipe.meshbin0 -> 4760 bytes
-rw-r--r--examples/graphs/widgetgallery/data/raindata.txt158
-rw-r--r--examples/graphs/widgetgallery/data/refinery.meshbin0 -> 75216 bytes
-rw-r--r--examples/graphs/widgetgallery/data/topography.pngbin0 -> 395504 bytes
-rw-r--r--examples/graphs/widgetgallery/doc/widgetgallery.rst11
-rw-r--r--examples/graphs/widgetgallery/doc/widgetgallery.webpbin0 -> 93150 bytes
-rw-r--r--examples/graphs/widgetgallery/graphmodifier.py394
-rw-r--r--examples/graphs/widgetgallery/highlightseries.py94
-rw-r--r--examples/graphs/widgetgallery/main.py42
-rw-r--r--examples/graphs/widgetgallery/rainfalldata.py125
-rw-r--r--examples/graphs/widgetgallery/scatterdatamodifier.py150
-rw-r--r--examples/graphs/widgetgallery/scattergraph.py121
-rw-r--r--examples/graphs/widgetgallery/surfacegraph.py256
-rw-r--r--examples/graphs/widgetgallery/surfacegraphmodifier.py642
-rw-r--r--examples/graphs/widgetgallery/topographicseries.py57
-rw-r--r--examples/graphs/widgetgallery/variantbardatamapping.py67
-rw-r--r--examples/graphs/widgetgallery/variantbardataproxy.py100
-rw-r--r--examples/graphs/widgetgallery/variantdataset.py39
-rw-r--r--examples/graphs/widgetgallery/widgetgallery.pyproject29
-rw-r--r--examples/gui/analogclock/analogclock.pyproject3
-rw-r--r--examples/gui/analogclock/doc/analogclock.rst8
-rw-r--r--examples/gui/analogclock/main.py77
-rw-r--r--examples/installer_test/hello.py5
-rw-r--r--examples/location/mapviewer/MapViewer/Main.qml460
-rw-r--r--examples/location/mapviewer/MapViewer/forms/Geocode.qml42
-rw-r--r--examples/location/mapviewer/MapViewer/forms/GeocodeForm.ui.qml136
-rw-r--r--examples/location/mapviewer/MapViewer/forms/Locale.qml45
-rw-r--r--examples/location/mapviewer/MapViewer/forms/LocaleForm.ui.qml116
-rw-r--r--examples/location/mapviewer/MapViewer/forms/Message.qml21
-rw-r--r--examples/location/mapviewer/MapViewer/forms/MessageForm.ui.qml69
-rw-r--r--examples/location/mapviewer/MapViewer/forms/ReverseGeocode.qml38
-rw-r--r--examples/location/mapviewer/MapViewer/forms/ReverseGeocodeForm.ui.qml103
-rw-r--r--examples/location/mapviewer/MapViewer/forms/RouteAddress.qml105
-rw-r--r--examples/location/mapviewer/MapViewer/forms/RouteAddressForm.ui.qml160
-rw-r--r--examples/location/mapviewer/MapViewer/forms/RouteCoordinate.qml41
-rw-r--r--examples/location/mapviewer/MapViewer/forms/RouteCoordinateForm.ui.qml136
-rw-r--r--examples/location/mapviewer/MapViewer/forms/RouteList.qml50
-rw-r--r--examples/location/mapviewer/MapViewer/forms/RouteListDelegate.qml42
-rw-r--r--examples/location/mapviewer/MapViewer/forms/RouteListHeader.qml47
-rw-r--r--examples/location/mapviewer/MapViewer/helper.js44
-rw-r--r--examples/location/mapviewer/MapViewer/map/MapComponent.qml497
-rw-r--r--examples/location/mapviewer/MapViewer/map/MapSliders.qml282
-rw-r--r--examples/location/mapviewer/MapViewer/map/Marker.qml64
-rw-r--r--examples/location/mapviewer/MapViewer/map/MiniMap.qml78
-rw-r--r--examples/location/mapviewer/MapViewer/menus/ItemPopupMenu.qml19
-rw-r--r--examples/location/mapviewer/MapViewer/menus/MainMenu.qml122
-rw-r--r--examples/location/mapviewer/MapViewer/menus/MapPopupMenu.qml30
-rw-r--r--examples/location/mapviewer/MapViewer/menus/MarkerPopupMenu.qml38
-rw-r--r--examples/location/mapviewer/MapViewer/qmldir27
-rw-r--r--examples/location/mapviewer/MapViewer/resources/marker.pngbin0 -> 752 bytes
-rw-r--r--examples/location/mapviewer/MapViewer/resources/marker_blue.pngbin0 -> 3523 bytes
-rw-r--r--examples/location/mapviewer/MapViewer/resources/scale.pngbin0 -> 98 bytes
-rw-r--r--examples/location/mapviewer/MapViewer/resources/scale_end.pngbin0 -> 93 bytes
-rw-r--r--examples/location/mapviewer/doc/mapviewer.rst12
-rw-r--r--examples/location/mapviewer/doc/mapviewer.webpbin0 -> 79588 bytes
-rw-r--r--examples/location/mapviewer/main.py75
-rw-r--r--examples/location/mapviewer/mapviewer.pyproject33
-rw-r--r--examples/macextras/macpasteboardmime/macpasteboardmime.py90
-rw-r--r--examples/macextras/macpasteboardmime/macpasteboardmime.pyproject3
-rw-r--r--examples/multimedia/audiooutput/audiooutput.py4
-rw-r--r--examples/multimedia/audiosource/audiosource.py31
-rw-r--r--examples/multimedia/camera/camera.py448
-rw-r--r--examples/multimedia/camera/camera.pyproject9
-rw-r--r--examples/multimedia/camera/camera.ui497
-rw-r--r--examples/multimedia/camera/doc/camera.pngbin63404 -> 0 bytes
-rw-r--r--examples/multimedia/camera/doc/camera.rst4
-rw-r--r--examples/multimedia/camera/doc/camera.webpbin0 -> 11666 bytes
-rw-r--r--examples/multimedia/camera/imagesettings.py56
-rw-r--r--examples/multimedia/camera/imagesettings.ui123
-rw-r--r--examples/multimedia/camera/main.py17
-rw-r--r--examples/multimedia/camera/metadatadialog.py86
-rw-r--r--examples/multimedia/camera/ui_camera.py232
-rw-r--r--examples/multimedia/camera/ui_imagesettings.py94
-rw-r--r--examples/multimedia/camera/ui_videosettings.py178
-rw-r--r--examples/multimedia/camera/videosettings.py161
-rw-r--r--examples/multimedia/camera/videosettings.ui213
-rw-r--r--examples/multimedia/player/player.py7
-rw-r--r--examples/multimedia/screencapture/doc/screencapture.rst42
-rw-r--r--examples/multimedia/screencapture/doc/screencapture.webpbin0 -> 53592 bytes
-rw-r--r--examples/multimedia/screencapture/main.py20
-rw-r--r--examples/multimedia/screencapture/screencapture.pyproject3
-rw-r--r--examples/multimedia/screencapture/screencapturepreview.py151
-rw-r--r--examples/multimedia/screencapture/screenlistmodel.py38
-rw-r--r--examples/multimedia/screencapture/windowlistmodel.py30
-rw-r--r--examples/network/fortuneclient/fortuneclient.py5
-rw-r--r--examples/network/fortuneserver/fortuneserver.py2
-rw-r--r--examples/network/googlesuggest/googlesuggest.py2
-rw-r--r--examples/opengl/contextinfo/contextinfo.py10
-rw-r--r--examples/opengl/hellogl2/doc/hellogl2.rst14
-rw-r--r--examples/opengl/hellogl2/glwidget.py272
-rw-r--r--examples/opengl/hellogl2/hellogl2.py438
-rw-r--r--examples/opengl/hellogl2/hellogl2.pyproject2
-rw-r--r--examples/opengl/hellogl2/logo.py101
-rw-r--r--examples/opengl/hellogl2/main.py58
-rw-r--r--examples/opengl/hellogl2/mainwindow.py29
-rw-r--r--examples/opengl/hellogl2/window.py111
-rw-r--r--examples/opengl/textures/textures.pyproject2
-rw-r--r--examples/opengl/threadedqopenglwidget/glwidget.py1
-rw-r--r--examples/pdf/quickpdfviewer/doc/quickpdfviewer.rst4
-rw-r--r--examples/pdf/quickpdfviewer/main.py49
-rw-r--r--examples/pdf/quickpdfviewer/quickpdfviewer.pyproject3
-rw-r--r--examples/pdf/quickpdfviewer/rc_viewer.py5505
-rw-r--r--examples/pdf/quickpdfviewer/resources/document-open.svg13
-rw-r--r--examples/pdf/quickpdfviewer/resources/edit-clear.svg15
-rw-r--r--examples/pdf/quickpdfviewer/resources/edit-copy.svg15
-rw-r--r--examples/pdf/quickpdfviewer/resources/edit-select-all.svg13
-rw-r--r--examples/pdf/quickpdfviewer/resources/go-down-search.svg13
-rw-r--r--examples/pdf/quickpdfviewer/resources/go-next-view-page.svg13
-rw-r--r--examples/pdf/quickpdfviewer/resources/go-previous-view-page.svg13
-rw-r--r--examples/pdf/quickpdfviewer/resources/go-up-search.svg8
-rw-r--r--examples/pdf/quickpdfviewer/resources/rotate-left.svg6
-rw-r--r--examples/pdf/quickpdfviewer/resources/rotate-right.svg6
-rw-r--r--examples/pdf/quickpdfviewer/resources/test.pdfbin0 -> 76633 bytes
-rw-r--r--examples/pdf/quickpdfviewer/resources/zoom-fit-best.svg13
-rw-r--r--examples/pdf/quickpdfviewer/resources/zoom-fit-width.svg13
-rw-r--r--examples/pdf/quickpdfviewer/resources/zoom-in.svg13
-rw-r--r--examples/pdf/quickpdfviewer/resources/zoom-original.svg13
-rw-r--r--examples/pdf/quickpdfviewer/resources/zoom-out.svg13
-rw-r--r--examples/pdf/quickpdfviewer/viewer.qml307
-rw-r--r--examples/pdf/quickpdfviewer/viewer.qrc20
-rw-r--r--examples/pdfwidgets/pdfviewer/doc/pdfviewer.rst5
-rw-r--r--examples/pdfwidgets/pdfviewer/images/document-open.svgzbin0 -> 4276 bytes
-rw-r--r--examples/pdfwidgets/pdfviewer/images/go-next-view-page.svgzbin0 -> 12615 bytes
-rw-r--r--examples/pdfwidgets/pdfviewer/images/go-next-view.svgzbin0 -> 6360 bytes
-rw-r--r--examples/pdfwidgets/pdfviewer/images/go-previous-view-page.svgzbin0 -> 12602 bytes
-rw-r--r--examples/pdfwidgets/pdfviewer/images/go-previous-view.svgzbin0 -> 6545 bytes
-rw-r--r--examples/pdfwidgets/pdfviewer/images/zoom-fit-best.svgzbin0 -> 6121 bytes
-rw-r--r--examples/pdfwidgets/pdfviewer/images/zoom-fit-width.svgzbin0 -> 6109 bytes
-rw-r--r--examples/pdfwidgets/pdfviewer/images/zoom-in.svgzbin0 -> 6033 bytes
-rw-r--r--examples/pdfwidgets/pdfviewer/images/zoom-original.svgzbin0 -> 5541 bytes
-rw-r--r--examples/pdfwidgets/pdfviewer/images/zoom-out.svgzbin0 -> 5420 bytes
-rw-r--r--examples/pdfwidgets/pdfviewer/images/zoom-previous.svgzbin0 -> 5665 bytes
-rw-r--r--examples/pdfwidgets/pdfviewer/main.py27
-rw-r--r--examples/pdfwidgets/pdfviewer/mainwindow.py141
-rw-r--r--examples/pdfwidgets/pdfviewer/mainwindow.ui327
-rw-r--r--examples/pdfwidgets/pdfviewer/pdfviewer.pyproject4
-rw-r--r--examples/pdfwidgets/pdfviewer/resources.qrc11
-rw-r--r--examples/pdfwidgets/pdfviewer/resources_rc.py3468
-rw-r--r--examples/pdfwidgets/pdfviewer/ui_mainwindow.py259
-rw-r--r--examples/pdfwidgets/pdfviewer/zoomselector.py59
-rw-r--r--examples/qml/editingmodel/MovingRectangle.qml (renamed from examples/declarative/editingmodel/MovingRectangle.qml)0
-rw-r--r--examples/qml/editingmodel/doc/editingmodel.rst (renamed from examples/declarative/editingmodel/doc/editingmodel.rst)0
-rw-r--r--examples/qml/editingmodel/doc/qabstractlistmodelqml.png (renamed from examples/declarative/editingmodel/doc/qabstractlistmodelqml.png)bin45810 -> 45810 bytes
-rw-r--r--examples/qml/editingmodel/main.py (renamed from examples/declarative/editingmodel/main.py)0
-rw-r--r--examples/qml/editingmodel/main.pyproject (renamed from examples/declarative/editingmodel/main.pyproject)0
-rw-r--r--examples/qml/editingmodel/main.qml (renamed from examples/declarative/editingmodel/main.qml)0
-rw-r--r--examples/qml/editingmodel/model.py (renamed from examples/declarative/editingmodel/model.py)0
-rw-r--r--examples/qml/signals/pytoqml1/main.py (renamed from examples/declarative/signals/pytoqml1/main.py)0
-rw-r--r--examples/qml/signals/pytoqml1/pytoqml1.pyproject (renamed from examples/declarative/signals/pytoqml1/pytoqml1.pyproject)0
-rw-r--r--examples/qml/signals/pytoqml1/view.qml (renamed from examples/declarative/signals/pytoqml1/view.qml)0
-rw-r--r--examples/qml/signals/pytoqml2/main.py (renamed from examples/declarative/signals/pytoqml2/main.py)0
-rw-r--r--examples/qml/signals/pytoqml2/pytoqml2.pyproject (renamed from examples/declarative/signals/pytoqml2/pytoqml2.pyproject)0
-rw-r--r--examples/qml/signals/pytoqml2/view.qml (renamed from examples/declarative/signals/pytoqml2/view.qml)0
-rw-r--r--examples/qml/signals/qmltopy1/main.py (renamed from examples/declarative/signals/qmltopy1/main.py)0
-rw-r--r--examples/qml/signals/qmltopy1/qmltopy1.pyproject (renamed from examples/declarative/signals/qmltopy1/qmltopy1.pyproject)0
-rw-r--r--examples/qml/signals/qmltopy1/view.qml (renamed from examples/declarative/signals/qmltopy1/view.qml)0
-rw-r--r--examples/qml/signals/qmltopy2/main.py (renamed from examples/declarative/signals/qmltopy2/main.py)0
-rw-r--r--examples/qml/signals/qmltopy2/qmltopy2.pyproject (renamed from examples/declarative/signals/qmltopy2/qmltopy2.pyproject)0
-rw-r--r--examples/qml/signals/qmltopy2/view.qml (renamed from examples/declarative/signals/qmltopy2/view.qml)0
-rw-r--r--examples/qml/signals/qmltopy3/main.py (renamed from examples/declarative/signals/qmltopy3/main.py)0
-rw-r--r--examples/qml/signals/qmltopy3/qmltopy3.pyproject (renamed from examples/declarative/signals/qmltopy3/qmltopy3.pyproject)0
-rw-r--r--examples/qml/signals/qmltopy3/view.qml (renamed from examples/declarative/signals/qmltopy3/view.qml)0
-rw-r--r--examples/qml/signals/qmltopy4/main.py (renamed from examples/declarative/signals/qmltopy4/main.py)0
-rw-r--r--examples/qml/signals/qmltopy4/qmltopy4.pyproject (renamed from examples/declarative/signals/qmltopy4/qmltopy4.pyproject)0
-rw-r--r--examples/qml/signals/qmltopy4/view.qml (renamed from examples/declarative/signals/qmltopy4/view.qml)0
-rw-r--r--examples/qml/textproperties/doc/textproperties.png (renamed from examples/declarative/textproperties/doc/textproperties.png)bin14082 -> 14082 bytes
-rw-r--r--examples/qml/textproperties/doc/textproperties.rst (renamed from examples/declarative/textproperties/doc/textproperties.rst)0
-rw-r--r--examples/qml/textproperties/main.py (renamed from examples/declarative/textproperties/main.py)0
-rw-r--r--examples/qml/textproperties/textproperties.pyproject (renamed from examples/declarative/textproperties/textproperties.pyproject)0
-rw-r--r--examples/qml/textproperties/view.qml (renamed from examples/declarative/textproperties/view.qml)0
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/adding/People/Main.qml9
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/adding/People/qmldir3
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/adding/adding.pyproject4
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/adding/doc/adding.rst67
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/adding/main.py30
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/adding/person.py35
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/People/Main.qml16
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/People/qmldir3
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/advanced1-Base-project.pyproject4
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/birthdayparty.py46
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/doc/advanced1-Base-project.rst57
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/main.py32
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/person.py41
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/People/Main.qml16
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/People/qmldir3
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/advanced2-Inheritance-and-coercion.pyproject4
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/birthdayparty.py46
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/doc/advanced2-Inheritance-and-coercion.rst62
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/main.py37
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/person.py52
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/People/Main.qml15
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/People/qmldir3
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/advanced3-Default-properties.pyproject4
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/birthdayparty.py47
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/doc/advanced3-Default-properties.rst40
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/main.py36
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/person.py51
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/People/Main.qml33
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/People/qmldir3
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/advanced4-Grouped-properties.pyproject4
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/birthdayparty.py47
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/doc/advanced4-Grouped-properties.rst39
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/main.py44
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/person.py102
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/People/Main.qml22
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/People/qmldir3
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/advanced5-Attached-properties.pyproject4
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/birthdayparty.py71
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/doc/advanced5-Attached-properties.rst51
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/main.py46
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/person.py51
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/People/Main.qml27
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/People/qmldir3
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/advanced6-Property-value-source.pyproject4
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/birthdayparty.py89
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/doc/advanced6-Property-value-source.rst43
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/happybirthdaysong.py49
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/main.py51
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/person.py51
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/binding/People/Main.qml29
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/binding/People/qmldir3
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/binding/binding.pyproject4
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/binding/birthdayparty.py83
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/binding/doc/binding.rst (renamed from examples/declarative/referenceexamples/binding/doc/binding.rst)0
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/binding/happybirthdaysong.py47
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/binding/main.py52
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/binding/person.py53
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/extended/doc/extended.rst (renamed from examples/declarative/referenceexamples/extended/doc/extended.rst)0
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/extended/example.qml (renamed from examples/declarative/referenceexamples/extended/example.qml)0
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/extended/extended.pyproject (renamed from examples/declarative/referenceexamples/extended/extended.pyproject)0
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/extended/main.py (renamed from examples/declarative/referenceexamples/extended/main.py)0
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/methods/People/Main.qml19
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/methods/People/qmldir3
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/methods/birthdayparty.py47
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/methods/doc/methods.rst (renamed from examples/declarative/referenceexamples/methods/doc/methods.rst)0
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/methods/main.py32
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/methods/methods.pyproject4
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/methods/person.py34
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/properties/People/Main.qml16
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/properties/People/qmldir3
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/properties/birthdayparty.py41
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/properties/doc/properties.rst89
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/properties/main.py34
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/properties/person.py35
-rw-r--r--examples/qml/tutorials/extending-qml-advanced/properties/properties.pyproject4
-rw-r--r--examples/qml/tutorials/extending-qml/chapter1-basics/app.qml26
-rw-r--r--examples/qml/tutorials/extending-qml/chapter1-basics/basics.py68
-rw-r--r--examples/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.pyproject (renamed from examples/declarative/extending/chapter1-basics/chapter1-basics.pyproject)0
-rw-r--r--examples/qml/tutorials/extending-qml/chapter1-basics/doc/chapter1-basics.rst107
-rw-r--r--examples/qml/tutorials/extending-qml/chapter2-methods/app.qml32
-rw-r--r--examples/qml/tutorials/extending-qml/chapter2-methods/chapter2-methods.pyproject (renamed from examples/declarative/extending/chapter2-methods/chapter2-methods.pyproject)0
-rw-r--r--examples/qml/tutorials/extending-qml/chapter2-methods/doc/chapter2-methods.rst36
-rw-r--r--examples/qml/tutorials/extending-qml/chapter2-methods/methods.py75
-rw-r--r--examples/qml/tutorials/extending-qml/chapter3-bindings/app.qml40
-rw-r--r--examples/qml/tutorials/extending-qml/chapter3-bindings/bindings.py79
-rw-r--r--examples/qml/tutorials/extending-qml/chapter3-bindings/chapter3-bindings.pyproject (renamed from examples/declarative/extending/chapter3-bindings/chapter3-bindings.pyproject)0
-rw-r--r--examples/qml/tutorials/extending-qml/chapter3-bindings/doc/chapter3-bindings.rst54
-rw-r--r--examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/app.qml22
-rw-r--r--examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pyproject (renamed from examples/declarative/extending/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pyproject)0
-rw-r--r--examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/customPropertyTypes.py82
-rw-r--r--examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/doc/chapter4-customPropertyTypes.rst73
-rw-r--r--examples/qml/tutorials/extending-qml/chapter5-listproperties/app.qml32
-rw-r--r--examples/qml/tutorials/extending-qml/chapter5-listproperties/chapter5-listproperties.pyproject (renamed from examples/declarative/extending/chapter5-listproperties/chapter5-listproperties.pyproject)0
-rw-r--r--examples/qml/tutorials/extending-qml/chapter5-listproperties/doc/chapter5-listproperties.rst46
-rw-r--r--examples/qml/tutorials/extending-qml/chapter5-listproperties/listproperties.py96
-rw-r--r--examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/piechart.py40
-rw-r--r--examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/pieslice.py52
-rw-r--r--examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/plugins.pngbin0 -> 5014 bytes
-rw-r--r--examples/qml/tutorials/extending-qml/chapter6-plugins/app.qml32
-rw-r--r--examples/qml/tutorials/extending-qml/chapter6-plugins/chapter6-plugins.pyproject3
-rw-r--r--examples/qml/tutorials/extending-qml/chapter6-plugins/doc/chapter6-plugins.rst26
-rw-r--r--examples/qml/tutorials/extending-qml/chapter6-plugins/doc/plugins.pngbin0 -> 5014 bytes
-rw-r--r--examples/qml/usingmodel/doc/usingmodel.png (renamed from examples/declarative/usingmodel/doc/usingmodel.png)bin2791 -> 2791 bytes
-rw-r--r--examples/qml/usingmodel/doc/usingmodel.rst (renamed from examples/declarative/usingmodel/doc/usingmodel.rst)0
-rw-r--r--examples/qml/usingmodel/usingmodel.py (renamed from examples/declarative/usingmodel/usingmodel.py)0
-rw-r--r--examples/qml/usingmodel/usingmodel.pyproject (renamed from examples/declarative/usingmodel/usingmodel.pyproject)0
-rw-r--r--examples/qml/usingmodel/view.qml (renamed from examples/declarative/usingmodel/view.qml)0
-rw-r--r--examples/quick/models/objectlistmodel/doc/objectlistmodel.png (renamed from examples/declarative/objectlistmodel/doc/objectlistmodel.png)bin1327 -> 1327 bytes
-rw-r--r--examples/quick/models/objectlistmodel/doc/objectlistmodel.rst (renamed from examples/declarative/objectlistmodel/doc/objectlistmodel.rst)0
-rw-r--r--examples/quick/models/objectlistmodel/objectlistmodel.py (renamed from examples/declarative/objectlistmodel/objectlistmodel.py)0
-rw-r--r--examples/quick/models/objectlistmodel/objectlistmodel.pyproject (renamed from examples/declarative/objectlistmodel/objectlistmodel.pyproject)0
-rw-r--r--examples/quick/models/objectlistmodel/view.qml (renamed from examples/declarative/objectlistmodel/view.qml)0
-rw-r--r--examples/quick/models/stringlistmodel/doc/stringlistmodel.png (renamed from examples/declarative/stringlistmodel/doc/stringlistmodel.png)bin1978 -> 1978 bytes
-rw-r--r--examples/quick/models/stringlistmodel/doc/stringlistmodel.rst (renamed from examples/declarative/stringlistmodel/doc/stringlistmodel.rst)0
-rw-r--r--examples/quick/models/stringlistmodel/stringlistmodel.py (renamed from examples/declarative/stringlistmodel/stringlistmodel.py)0
-rw-r--r--examples/quick/models/stringlistmodel/stringlistmodel.pyproject (renamed from examples/declarative/stringlistmodel/stringlistmodel.pyproject)0
-rw-r--r--examples/quick/models/stringlistmodel/view.qml (renamed from examples/declarative/stringlistmodel/view.qml)0
-rw-r--r--examples/quick/painteditem/painteditem.py8
-rw-r--r--examples/quick/rendercontrol/rendercontrol_opengl/cuberenderer.py185
-rw-r--r--examples/quick/rendercontrol/rendercontrol_opengl/demo.qml161
-rw-r--r--examples/quick/rendercontrol/rendercontrol_opengl/doc/rendercontrol_opengl.rst (renamed from examples/declarative/rendercontrol/rendercontrol_opengl/doc/rendercontrol_opengl.rst)0
-rw-r--r--examples/quick/rendercontrol/rendercontrol_opengl/main.py (renamed from examples/declarative/rendercontrol/rendercontrol_opengl/main.py)0
-rw-r--r--examples/quick/rendercontrol/rendercontrol_opengl/rendercontrol_opengl.pyproject (renamed from examples/declarative/rendercontrol/rendercontrol_opengl/rendercontrol_opengl.pyproject)0
-rw-r--r--examples/quick/rendercontrol/rendercontrol_opengl/window_singlethreaded.py272
-rw-r--r--examples/quick/scenegraph/openglunderqml/doc/openglunderqml.rst (renamed from examples/declarative/openglunderqml/doc/openglunderqml.rst)0
-rw-r--r--examples/quick/scenegraph/openglunderqml/doc/squircle.png (renamed from examples/declarative/openglunderqml/doc/squircle.png)bin37963 -> 37963 bytes
-rw-r--r--examples/quick/scenegraph/openglunderqml/main.py (renamed from examples/declarative/openglunderqml/main.py)0
-rw-r--r--examples/quick/scenegraph/openglunderqml/main.qml (renamed from examples/declarative/openglunderqml/main.qml)0
-rw-r--r--examples/quick/scenegraph/openglunderqml/openglunderqml.pyproject (renamed from examples/declarative/openglunderqml/openglunderqml.pyproject)0
-rw-r--r--examples/quick/scenegraph/openglunderqml/squircle.py (renamed from examples/declarative/openglunderqml/squircle.py)0
-rw-r--r--examples/quick/scenegraph/openglunderqml/squirclerenderer.py98
-rw-r--r--examples/quick/scenegraph/scenegraph_customgeometry/doc/scenegraph_customgeometry.rst7
-rw-r--r--examples/quick/scenegraph/scenegraph_customgeometry/main.py152
-rw-r--r--examples/quick/scenegraph/scenegraph_customgeometry/main.qml34
-rw-r--r--examples/quick/scenegraph/scenegraph_customgeometry/scenegraph_customgeometry.pyproject3
-rw-r--r--examples/quick/shared/Button.qml50
-rw-r--r--examples/quick/shared/CheckBox.qml59
-rw-r--r--examples/quick/shared/FlickrRssModel.qml45
-rw-r--r--examples/quick/shared/Images.qml14
-rw-r--r--examples/quick/shared/Label.qml9
-rw-r--r--examples/quick/shared/LauncherList.qml205
-rw-r--r--examples/quick/shared/README11
-rw-r--r--examples/quick/shared/SimpleLauncherDelegate.qml96
-rw-r--r--examples/quick/shared/Slider.qml82
-rw-r--r--examples/quick/shared/TabSet.qml69
-rw-r--r--examples/quick/shared/TextField.qml43
-rw-r--r--examples/quick/shared/images/back.pngbin0 -> 1590 bytes
-rw-r--r--examples/quick/shared/images/checkmark.pngbin0 -> 809 bytes
-rw-r--r--examples/quick/shared/images/next.pngbin0 -> 1371 bytes
-rw-r--r--examples/quick/shared/images/qt-logo.pngbin0 -> 13596 bytes
-rw-r--r--examples/quick/shared/images/slider_handle.pngbin0 -> 887 bytes
-rw-r--r--examples/quick/shared/images/tab.pngbin0 -> 309 bytes
-rw-r--r--examples/quick/shared/qmldir11
-rw-r--r--examples/quick/shared/quick_shared.qrc15
-rw-r--r--examples/quick/shared/shared.qrc21
-rw-r--r--examples/quick/shared/shared_rc.py2253
-rw-r--r--examples/quick/window/AllScreens.qml42
-rw-r--r--examples/quick/window/CurrentScreen.qml83
-rw-r--r--examples/quick/window/Splash.qml42
-rw-r--r--examples/quick/window/doc/window.pngbin0 -> 9863 bytes
-rw-r--r--examples/quick/window/doc/window.rst35
-rw-r--r--examples/quick/window/main.py40
-rw-r--r--examples/quick/window/rc_window.py335
-rw-r--r--examples/quick/window/resources/icon.icnsbin0 -> 59662 bytes
-rw-r--r--examples/quick/window/resources/icon.icobin0 -> 11825 bytes
-rw-r--r--examples/quick/window/resources/icon.svg208
-rw-r--r--examples/quick/window/resources/icon64.pngbin0 -> 3004 bytes
-rw-r--r--examples/quick/window/window.pyproject3
-rw-r--r--examples/quick/window/window.qml151
-rw-r--r--examples/quick/window/window.qrc8
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/Main.qml188
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/app.qrc15
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/icons.qrc13
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/folder_closed.svg38
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/folder_open.svg38
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/generic_file.svg38
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/globe.svg38
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/info_sign.svg38
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/light_bulb.svg43
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/qt_logo.svg26
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/read.svg38
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/resize.svg6
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/About.qml59
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/Colors.qml22
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/FileSystemView.qml99
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/Icon.qml44
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/MyMenu.qml42
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/MyMenuBar.qml135
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/ResizeButton.qml23
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/Sidebar.qml117
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/WindowDragHandler.qml16
-rw-r--r--examples/quickcontrols/filesystemexplorer/FileSystemModule/qmldir11
-rw-r--r--examples/quickcontrols/filesystemexplorer/doc/filesystemexplorer.rst39
-rw-r--r--examples/quickcontrols/filesystemexplorer/doc/filesystemexplorer.webpbin0 -> 83086 bytes
-rw-r--r--examples/quickcontrols/filesystemexplorer/filesystemexplorer.py69
-rw-r--r--examples/quickcontrols/filesystemexplorer/filesystemexplorer.pyproject27
-rw-r--r--examples/quickcontrols/gallery/+Material/ToolBar.qml (renamed from examples/quickcontrols2/gallery/+Material/ToolBar.qml)0
-rw-r--r--examples/quickcontrols/gallery/ToolBar.qml (renamed from examples/quickcontrols2/gallery/ToolBar.qml)0
-rw-r--r--examples/quickcontrols/gallery/doc/gallery.png (renamed from examples/quickcontrols2/gallery/doc/gallery.png)bin23828 -> 23828 bytes
-rw-r--r--examples/quickcontrols/gallery/doc/gallery.rst (renamed from examples/quickcontrols2/gallery/doc/gallery.rst)0
-rw-r--r--examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-drawer.png (renamed from examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-drawer.png)bin15428 -> 15428 bytes
-rw-r--r--examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-menu.png (renamed from examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-menu.png)bin15953 -> 15953 bytes
-rw-r--r--examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-welcome.png (renamed from examples/quickcontrols2/gallery/doc/images/qtquickcontrols2-gallery-welcome.png)bin18513 -> 18513 bytes
-rw-r--r--examples/quickcontrols/gallery/gallery.py (renamed from examples/quickcontrols2/gallery/gallery.py)0
-rw-r--r--examples/quickcontrols/gallery/gallery.pyproject36
-rw-r--r--examples/quickcontrols/gallery/gallery.qml318
-rw-r--r--examples/quickcontrols/gallery/gallery.qrc (renamed from examples/quickcontrols2/gallery/gallery.qrc)0
-rw-r--r--examples/quickcontrols/gallery/icons/gallery/20x20/back.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20/back.png)bin146 -> 146 bytes
-rw-r--r--examples/quickcontrols/gallery/icons/gallery/20x20/drawer.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20/drawer.png)bin123 -> 123 bytes
-rw-r--r--examples/quickcontrols/gallery/icons/gallery/20x20/menu.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20/menu.png)bin123 -> 123 bytes
-rw-r--r--examples/quickcontrols/gallery/icons/gallery/20x20@2/back.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20@2/back.png)bin184 -> 184 bytes
-rw-r--r--examples/quickcontrols/gallery/icons/gallery/20x20@2/drawer.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20@2/drawer.png)bin126 -> 126 bytes
-rw-r--r--examples/quickcontrols/gallery/icons/gallery/20x20@2/menu.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20@2/menu.png)bin158 -> 158 bytes
-rw-r--r--examples/quickcontrols/gallery/icons/gallery/20x20@3/back.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20@3/back.png)bin227 -> 227 bytes
-rw-r--r--examples/quickcontrols/gallery/icons/gallery/20x20@3/drawer.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20@3/drawer.png)bin130 -> 130 bytes
-rw-r--r--examples/quickcontrols/gallery/icons/gallery/20x20@3/menu.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20@3/menu.png)bin193 -> 193 bytes
-rw-r--r--examples/quickcontrols/gallery/icons/gallery/20x20@4/back.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20@4/back.png)bin246 -> 246 bytes
-rw-r--r--examples/quickcontrols/gallery/icons/gallery/20x20@4/drawer.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20@4/drawer.png)bin131 -> 131 bytes
-rw-r--r--examples/quickcontrols/gallery/icons/gallery/20x20@4/menu.png (renamed from examples/quickcontrols2/gallery/icons/gallery/20x20@4/menu.png)bin223 -> 223 bytes
-rw-r--r--examples/quickcontrols/gallery/icons/gallery/index.theme (renamed from examples/quickcontrols2/gallery/icons/gallery/index.theme)0
-rw-r--r--examples/quickcontrols/gallery/images/arrow.png (renamed from examples/quickcontrols2/gallery/images/arrow.png)bin319 -> 319 bytes
-rw-r--r--examples/quickcontrols/gallery/images/arrow@2x.png (renamed from examples/quickcontrols2/gallery/images/arrow@2x.png)bin476 -> 476 bytes
-rw-r--r--examples/quickcontrols/gallery/images/arrow@3x.png (renamed from examples/quickcontrols2/gallery/images/arrow@3x.png)bin611 -> 611 bytes
-rw-r--r--examples/quickcontrols/gallery/images/arrow@4x.png (renamed from examples/quickcontrols2/gallery/images/arrow@4x.png)bin758 -> 758 bytes
-rw-r--r--examples/quickcontrols/gallery/images/arrows.png (renamed from examples/quickcontrols2/gallery/images/arrows.png)bin458 -> 458 bytes
-rw-r--r--examples/quickcontrols/gallery/images/arrows@2x.png (renamed from examples/quickcontrols2/gallery/images/arrows@2x.png)bin699 -> 699 bytes
-rw-r--r--examples/quickcontrols/gallery/images/arrows@3x.png (renamed from examples/quickcontrols2/gallery/images/arrows@3x.png)bin942 -> 942 bytes
-rw-r--r--examples/quickcontrols/gallery/images/arrows@4x.png (renamed from examples/quickcontrols2/gallery/images/arrows@4x.png)bin1211 -> 1211 bytes
-rw-r--r--examples/quickcontrols/gallery/images/qt-logo.pngbin0 -> 2849 bytes
-rw-r--r--examples/quickcontrols/gallery/images/qt-logo@2x.pngbin0 -> 4936 bytes
-rw-r--r--examples/quickcontrols/gallery/images/qt-logo@3x.pngbin0 -> 7254 bytes
-rw-r--r--examples/quickcontrols/gallery/images/qt-logo@4x.pngbin0 -> 9505 bytes
-rw-r--r--examples/quickcontrols/gallery/pages/BusyIndicatorPage.qml28
-rw-r--r--examples/quickcontrols/gallery/pages/ButtonPage.qml (renamed from examples/quickcontrols2/gallery/pages/ButtonPage.qml)0
-rw-r--r--examples/quickcontrols/gallery/pages/CheckBoxPage.qml (renamed from examples/quickcontrols2/gallery/pages/CheckBoxPage.qml)0
-rw-r--r--examples/quickcontrols/gallery/pages/ComboBoxPage.qml51
-rw-r--r--examples/quickcontrols/gallery/pages/DelayButtonPage.qml (renamed from examples/quickcontrols2/gallery/pages/DelayButtonPage.qml)0
-rw-r--r--examples/quickcontrols/gallery/pages/DelegatePage.qml201
-rw-r--r--examples/quickcontrols/gallery/pages/DialPage.qml (renamed from examples/quickcontrols2/gallery/pages/DialPage.qml)0
-rw-r--r--examples/quickcontrols/gallery/pages/DialogPage.qml179
-rw-r--r--examples/quickcontrols/gallery/pages/FramePage.qml (renamed from examples/quickcontrols2/gallery/pages/FramePage.qml)0
-rw-r--r--examples/quickcontrols/gallery/pages/GroupBoxPage.qml (renamed from examples/quickcontrols2/gallery/pages/GroupBoxPage.qml)0
-rw-r--r--examples/quickcontrols/gallery/pages/PageIndicatorPage.qml (renamed from examples/quickcontrols2/gallery/pages/PageIndicatorPage.qml)0
-rw-r--r--examples/quickcontrols/gallery/pages/ProgressBarPage.qml (renamed from examples/quickcontrols2/gallery/pages/ProgressBarPage.qml)0
-rw-r--r--examples/quickcontrols/gallery/pages/RadioButtonPage.qml (renamed from examples/quickcontrols2/gallery/pages/RadioButtonPage.qml)0
-rw-r--r--examples/quickcontrols/gallery/pages/RangeSliderPage.qml (renamed from examples/quickcontrols2/gallery/pages/RangeSliderPage.qml)0
-rw-r--r--examples/quickcontrols/gallery/pages/ScrollBarPage.qml (renamed from examples/quickcontrols2/gallery/pages/ScrollBarPage.qml)0
-rw-r--r--examples/quickcontrols/gallery/pages/ScrollIndicatorPage.qml (renamed from examples/quickcontrols2/gallery/pages/ScrollIndicatorPage.qml)0
-rw-r--r--examples/quickcontrols/gallery/pages/ScrollablePage.qml (renamed from examples/quickcontrols2/gallery/pages/ScrollablePage.qml)0
-rw-r--r--examples/quickcontrols/gallery/pages/SliderPage.qml (renamed from examples/quickcontrols2/gallery/pages/SliderPage.qml)0
-rw-r--r--examples/quickcontrols/gallery/pages/SpinBoxPage.qml (renamed from examples/quickcontrols2/gallery/pages/SpinBoxPage.qml)0
-rw-r--r--examples/quickcontrols/gallery/pages/StackViewPage.qml58
-rw-r--r--examples/quickcontrols/gallery/pages/SwipeViewPage.qml49
-rw-r--r--examples/quickcontrols/gallery/pages/SwitchPage.qml (renamed from examples/quickcontrols2/gallery/pages/SwitchPage.qml)0
-rw-r--r--examples/quickcontrols/gallery/pages/TabBarPage.qml57
-rw-r--r--examples/quickcontrols/gallery/pages/TextAreaPage.qml29
-rw-r--r--examples/quickcontrols/gallery/pages/TextFieldPage.qml (renamed from examples/quickcontrols2/gallery/pages/TextFieldPage.qml)0
-rw-r--r--examples/quickcontrols/gallery/pages/ToolTipPage.qml (renamed from examples/quickcontrols2/gallery/pages/ToolTipPage.qml)0
-rw-r--r--examples/quickcontrols/gallery/pages/TumblerPage.qml (renamed from examples/quickcontrols2/gallery/pages/TumblerPage.qml)0
-rw-r--r--examples/quickcontrols/gallery/qmldir (renamed from examples/quickcontrols2/gallery/qmldir)0
-rw-r--r--examples/quickcontrols/gallery/qtquickcontrols2.conf (renamed from examples/quickcontrols2/gallery/qtquickcontrols2.conf)0
-rw-r--r--examples/quickcontrols/gallery/rc_gallery.py4410
-rw-r--r--examples/quickcontrols2/gallery/gallery.pyproject37
-rw-r--r--examples/quickcontrols2/gallery/gallery.qml295
-rw-r--r--examples/quickcontrols2/gallery/images/qt-logo.pngbin1301 -> 0 bytes
-rw-r--r--examples/quickcontrols2/gallery/images/qt-logo@2x.pngbin2611 -> 0 bytes
-rw-r--r--examples/quickcontrols2/gallery/images/qt-logo@3x.pngbin4155 -> 0 bytes
-rw-r--r--examples/quickcontrols2/gallery/images/qt-logo@4x.pngbin5916 -> 0 bytes
-rw-r--r--examples/quickcontrols2/gallery/pages/BusyIndicatorPage.qml26
-rw-r--r--examples/quickcontrols2/gallery/pages/ComboBoxPage.qml50
-rw-r--r--examples/quickcontrols2/gallery/pages/DelegatePage.qml170
-rw-r--r--examples/quickcontrols2/gallery/pages/DialogPage.qml179
-rw-r--r--examples/quickcontrols2/gallery/pages/StackViewPage.qml49
-rw-r--r--examples/quickcontrols2/gallery/pages/SwipeViewPage.qml49
-rw-r--r--examples/quickcontrols2/gallery/pages/TabBarPage.qml57
-rw-r--r--examples/quickcontrols2/gallery/pages/TextAreaPage.qml29
-rw-r--r--examples/quickcontrols2/gallery/rc_gallery.py7855
-rw-r--r--examples/samplebinding/CMakeLists.txt31
-rw-r--r--examples/samplebinding/doc/bindings.h.rstinc2
-rw-r--r--examples/samplebinding/doc/bindings.xml.rstinc31
-rw-r--r--examples/samplebinding/doc/samplebinding.pyproject1
-rw-r--r--examples/samplebinding/doc/samplebinding.rst17
-rw-r--r--examples/scriptableapplication/CMakeLists.txt29
-rw-r--r--examples/scriptableapplication/mainwindow.cpp60
-rw-r--r--examples/scriptableapplication/mainwindow.h2
-rw-r--r--examples/scriptableapplication/pythonutils.cpp10
-rw-r--r--examples/scriptableapplication/pythonutils.h2
-rw-r--r--examples/serialbus/can/bitratebox.py55
-rw-r--r--examples/serialbus/can/can.pyproject10
-rw-r--r--examples/serialbus/can/can.qrc8
-rw-r--r--examples/serialbus/can/canbusdeviceinfobox.py49
-rw-r--r--examples/serialbus/can/canbusdeviceinfobox.ui86
-rw-r--r--examples/serialbus/can/canbusdeviceinfodialog.py16
-rw-r--r--examples/serialbus/can/canbusdeviceinfodialog.ui66
-rw-r--r--examples/serialbus/can/connectdialog.py235
-rw-r--r--examples/serialbus/can/connectdialog.ui278
-rw-r--r--examples/serialbus/can/doc/can.rst6
-rw-r--r--examples/serialbus/can/images/application-exit.pngbin0 -> 11200 bytes
-rw-r--r--examples/serialbus/can/images/clear.pngbin0 -> 12543 bytes
-rw-r--r--examples/serialbus/can/images/connect.pngbin0 -> 15374 bytes
-rw-r--r--examples/serialbus/can/images/disconnect.pngbin0 -> 15092 bytes
-rw-r--r--examples/serialbus/can/main.py19
-rw-r--r--examples/serialbus/can/mainwindow.py232
-rw-r--r--examples/serialbus/can/mainwindow.ui207
-rw-r--r--examples/serialbus/can/rc_can.py3453
-rw-r--r--examples/serialbus/can/receivedframesmodel.py142
-rw-r--r--examples/serialbus/can/receivedframesview.py54
-rw-r--r--examples/serialbus/can/sendframebox.py195
-rw-r--r--examples/serialbus/can/sendframebox.ui211
-rw-r--r--examples/serialbus/can/ui_canbusdeviceinfobox.py88
-rw-r--r--examples/serialbus/can/ui_canbusdeviceinfodialog.py64
-rw-r--r--examples/serialbus/can/ui_connectdialog.py252
-rw-r--r--examples/serialbus/can/ui_mainwindow.py172
-rw-r--r--examples/serialbus/can/ui_sendframebox.py188
-rw-r--r--examples/serialbus/modbus/modbusclient/doc/modbusclient.rst9
-rw-r--r--examples/serialbus/modbus/modbusclient/images/application-exit.pngbin0 -> 11200 bytes
-rw-r--r--examples/serialbus/modbus/modbusclient/images/connect.pngbin0 -> 15374 bytes
-rw-r--r--examples/serialbus/modbus/modbusclient/images/disconnect.pngbin0 -> 15092 bytes
-rw-r--r--examples/serialbus/modbus/modbusclient/images/settings.pngbin0 -> 16039 bytes
-rw-r--r--examples/serialbus/modbus/modbusclient/main.py26
-rw-r--r--examples/serialbus/modbus/modbusclient/mainwindow.py331
-rw-r--r--examples/serialbus/modbus/modbusclient/mainwindow.ui520
-rw-r--r--examples/serialbus/modbus/modbusclient/modbusclient.pyproject5
-rw-r--r--examples/serialbus/modbus/modbusclient/modbusclient.qrc8
-rw-r--r--examples/serialbus/modbus/modbusclient/rc_modbusclient.py3672
-rw-r--r--examples/serialbus/modbus/modbusclient/settingsdialog.py52
-rw-r--r--examples/serialbus/modbus/modbusclient/settingsdialog.ui237
-rw-r--r--examples/serialbus/modbus/modbusclient/ui_mainwindow.py377
-rw-r--r--examples/serialbus/modbus/modbusclient/ui_settingsdialog.py173
-rw-r--r--examples/serialbus/modbus/modbusclient/writeregistermodel.py118
-rw-r--r--examples/serialport/terminal/console.py49
-rw-r--r--examples/serialport/terminal/doc/terminal.rst9
-rw-r--r--examples/serialport/terminal/images/application-exit.pngbin0 -> 11200 bytes
-rw-r--r--examples/serialport/terminal/images/clear.pngbin0 -> 12543 bytes
-rw-r--r--examples/serialport/terminal/images/connect.pngbin0 -> 15374 bytes
-rw-r--r--examples/serialport/terminal/images/disconnect.pngbin0 -> 15092 bytes
-rw-r--r--examples/serialport/terminal/images/settings.pngbin0 -> 16039 bytes
-rw-r--r--examples/serialport/terminal/main.py17
-rw-r--r--examples/serialport/terminal/mainwindow.py108
-rw-r--r--examples/serialport/terminal/mainwindow.ui162
-rw-r--r--examples/serialport/terminal/rc_terminal.py4464
-rw-r--r--examples/serialport/terminal/settingsdialog.py179
-rw-r--r--examples/serialport/terminal/settingsdialog.ui177
-rw-r--r--examples/serialport/terminal/terminal.pyproject4
-rw-r--r--examples/serialport/terminal/terminal.qrc9
-rw-r--r--examples/serialport/terminal/ui_mainwindow.py149
-rw-r--r--examples/serialport/terminal/ui_settingsdialog.py181
-rw-r--r--examples/speech/hello_speak/doc/hello_speak.rst16
-rw-r--r--examples/speech/hello_speak/doc/hello_speak.webpbin0 -> 25432 bytes
-rw-r--r--examples/speech/hello_speak/hello_speak.pyproject5
-rw-r--r--examples/speech/hello_speak/main.py20
-rw-r--r--examples/speech/hello_speak/mainwindow.py134
-rw-r--r--examples/speech/hello_speak/mainwindow.ui267
-rw-r--r--examples/speech/hello_speak/ui_mainwindow.py211
-rw-r--r--examples/sql/books/bookdelegate.py2
-rw-r--r--examples/sql/books/bookwindow.py2
-rw-r--r--examples/statemachine/moveblocks/doc/moveblocks.pngbin0 -> 4532 bytes
-rw-r--r--examples/statemachine/moveblocks/doc/moveblocks.rst10
-rw-r--r--examples/statemachine/moveblocks/moveblocks.py222
-rw-r--r--examples/statemachine/moveblocks/moveblocks.pyproject3
-rw-r--r--examples/statemachine/ping_pong/ping_pong.py (renamed from examples/widgets/state-machine/ping_pong/ping_pong.py)0
-rw-r--r--examples/statemachine/ping_pong/ping_pong.pyproject (renamed from examples/widgets/state-machine/ping_pong/ping_pong.pyproject)0
-rw-r--r--examples/statemachine/rogue/rogue.py (renamed from examples/widgets/state-machine/rogue/rogue.py)0
-rw-r--r--examples/statemachine/rogue/rogue.pyproject (renamed from examples/widgets/state-machine/rogue/rogue.pyproject)0
-rw-r--r--examples/statemachine/trafficlight/doc/trafficlight.pngbin0 -> 4786 bytes
-rw-r--r--examples/statemachine/trafficlight/doc/trafficlight.rst (renamed from examples/widgets/state-machine/trafficlight/doc/trafficlight.rst)0
-rw-r--r--examples/statemachine/trafficlight/trafficlight.py (renamed from examples/widgets/state-machine/trafficlight/trafficlight.py)0
-rw-r--r--examples/statemachine/trafficlight/trafficlight.pyproject (renamed from examples/widgets/state-machine/trafficlight/trafficlight.pyproject)0
-rw-r--r--examples/texttospeech/hello_speak/hello_speak.py71
-rw-r--r--examples/texttospeech/hello_speak/hello_speak.pyproject3
-rw-r--r--examples/uitools/uiloader/uiloader.py4
-rw-r--r--examples/utils/pyside_config.py2
-rw-r--r--examples/webenginequick/nanobrowser/ApplicationRoot.qml40
-rw-r--r--examples/webenginequick/nanobrowser/BrowserDialog.qml27
-rw-r--r--examples/webenginequick/nanobrowser/BrowserWindow.qml817
-rw-r--r--examples/webenginequick/nanobrowser/DownloadView.qml127
-rw-r--r--examples/webenginequick/nanobrowser/FindBar.qml95
-rw-r--r--examples/webenginequick/nanobrowser/FullScreenNotification.qml62
-rw-r--r--examples/webenginequick/nanobrowser/browser.qml16
-rw-r--r--examples/webenginequick/nanobrowser/icons/3rdparty/COPYING1
-rw-r--r--examples/webenginequick/nanobrowser/icons/3rdparty/go-next.pngbin0 -> 930 bytes
-rw-r--r--examples/webenginequick/nanobrowser/icons/3rdparty/go-previous.pngbin0 -> 955 bytes
-rw-r--r--examples/webenginequick/nanobrowser/icons/3rdparty/process-stop.pngbin0 -> 1272 bytes
-rw-r--r--examples/webenginequick/nanobrowser/icons/3rdparty/view-refresh.pngbin0 -> 1364 bytes
-rw-r--r--examples/webenginequick/nanobrowser/nanobrowser.pyproject5
-rw-r--r--examples/webenginequick/nanobrowser/quicknanobrowser.py63
-rw-r--r--examples/webenginequick/nanobrowser/rc_resources.py348
-rw-r--r--examples/webenginequick/nanobrowser/resources.qrc8
-rw-r--r--examples/webenginewidgets/markdowneditor/mainwindow.py9
-rw-r--r--examples/webenginewidgets/markdowneditor/markdowneditor.pyproject3
-rw-r--r--examples/webenginewidgets/markdowneditor/resources/index.html2
-rw-r--r--examples/webenginewidgets/simplebrowser/browser.py68
-rw-r--r--examples/webenginewidgets/simplebrowser/browserwindow.py493
-rw-r--r--examples/webenginewidgets/simplebrowser/certificateerrordialog.ui133
-rw-r--r--examples/webenginewidgets/simplebrowser/data/3rdparty/COPYING1
-rw-r--r--examples/webenginewidgets/simplebrowser/data/3rdparty/dialog-error.pngbin0 -> 1645 bytes
-rw-r--r--examples/webenginewidgets/simplebrowser/data/3rdparty/edit-clear.pngbin0 -> 1682 bytes
-rw-r--r--examples/webenginewidgets/simplebrowser/data/3rdparty/go-bottom.pngbin0 -> 1263 bytes
-rw-r--r--examples/webenginewidgets/simplebrowser/data/3rdparty/go-next.pngbin0 -> 1219 bytes
-rw-r--r--examples/webenginewidgets/simplebrowser/data/3rdparty/go-previous.pngbin0 -> 1200 bytes
-rw-r--r--examples/webenginewidgets/simplebrowser/data/3rdparty/process-stop.pngbin0 -> 1927 bytes
-rw-r--r--examples/webenginewidgets/simplebrowser/data/3rdparty/qt_attribution.json24
-rw-r--r--examples/webenginewidgets/simplebrowser/data/3rdparty/text-html.pngbin0 -> 1759 bytes
-rw-r--r--examples/webenginewidgets/simplebrowser/data/3rdparty/view-refresh.pngbin0 -> 2024 bytes
-rw-r--r--examples/webenginewidgets/simplebrowser/data/AppLogoColor.pngbin0 -> 6113 bytes
-rw-r--r--examples/webenginewidgets/simplebrowser/data/ninja.pngbin0 -> 1671 bytes
-rw-r--r--examples/webenginewidgets/simplebrowser/data/rc_simplebrowser.py1391
-rw-r--r--examples/webenginewidgets/simplebrowser/data/simplebrowser.qrc16
-rw-r--r--examples/webenginewidgets/simplebrowser/doc/simplebrowser.rst179
-rw-r--r--examples/webenginewidgets/simplebrowser/doc/simplebrowser.webpbin0 -> 67542 bytes
-rw-r--r--examples/webenginewidgets/simplebrowser/downloadmanagerwidget.py51
-rw-r--r--examples/webenginewidgets/simplebrowser/downloadmanagerwidget.ui104
-rw-r--r--examples/webenginewidgets/simplebrowser/downloadwidget.py108
-rw-r--r--examples/webenginewidgets/simplebrowser/downloadwidget.ui78
-rw-r--r--examples/webenginewidgets/simplebrowser/main.py40
-rw-r--r--examples/webenginewidgets/simplebrowser/passworddialog.ui121
-rw-r--r--examples/webenginewidgets/simplebrowser/simplebrowser.py66
-rw-r--r--examples/webenginewidgets/simplebrowser/simplebrowser.pyproject6
-rw-r--r--examples/webenginewidgets/simplebrowser/tabwidget.py241
-rw-r--r--examples/webenginewidgets/simplebrowser/ui_certificateerrordialog.py87
-rw-r--r--examples/webenginewidgets/simplebrowser/ui_downloadmanagerwidget.py76
-rw-r--r--examples/webenginewidgets/simplebrowser/ui_downloadwidget.py86
-rw-r--r--examples/webenginewidgets/simplebrowser/ui_passworddialog.py96
-rw-r--r--examples/webenginewidgets/simplebrowser/webpage.py29
-rw-r--r--examples/webenginewidgets/simplebrowser/webpopupwindow.py53
-rw-r--r--examples/webenginewidgets/simplebrowser/webview.py291
-rw-r--r--examples/webenginewidgets/tabbedbrowser/bookmarkwidget.py239
-rw-r--r--examples/webenginewidgets/tabbedbrowser/browsertabwidget.py207
-rw-r--r--examples/webenginewidgets/tabbedbrowser/doc/tabbedbrowser.pngbin37147 -> 0 bytes
-rw-r--r--examples/webenginewidgets/tabbedbrowser/doc/tabbedbrowser.rst58
-rw-r--r--examples/webenginewidgets/tabbedbrowser/downloadwidget.py111
-rw-r--r--examples/webenginewidgets/tabbedbrowser/findtoolbar.py62
-rw-r--r--examples/webenginewidgets/tabbedbrowser/historywindow.py66
-rw-r--r--examples/webenginewidgets/tabbedbrowser/main.py357
-rw-r--r--examples/webenginewidgets/tabbedbrowser/tabbedbrowser.pyproject5
-rw-r--r--examples/webenginewidgets/tabbedbrowser/webengineview.py55
-rw-r--r--examples/webenginewidgets/widgetsnanobrowser/doc/widgetsnanobrowser.png (renamed from examples/webenginewidgets/simplebrowser/doc/simplebrowser.png)bin51615 -> 51615 bytes
-rw-r--r--examples/webenginewidgets/widgetsnanobrowser/doc/widgetsnanobrowser.rst8
-rw-r--r--examples/webenginewidgets/widgetsnanobrowser/widgetsnanobrowser.py70
-rw-r--r--examples/webenginewidgets/widgetsnanobrowser/widgetsnanobrowser.pyproject3
-rw-r--r--examples/widgetbinding/CMakeLists.txt37
-rw-r--r--examples/widgetbinding/dialog.py3
-rw-r--r--examples/widgetbinding/doc/widgetbinding.md (renamed from examples/widgetbinding/README.md)0
-rw-r--r--examples/widgetbinding/doc/widgetbinding.pyproject10
-rw-r--r--examples/widgetbinding/wigglywidget.cpp12
-rw-r--r--examples/widgets/animation/animatedtiles/animatedtiles.py4
-rw-r--r--examples/widgets/animation/animatedtiles/animatedtiles.pyproject3
-rw-r--r--examples/widgets/animation/appchooser/appchooser.py2
-rw-r--r--examples/widgets/animation/appchooser/appchooser.pyproject2
-rw-r--r--examples/widgets/animation/easing/easing.py31
-rw-r--r--examples/widgets/animation/easing/form.ui105
-rw-r--r--examples/widgets/animation/easing/images/qt-logo.pngbin5149 -> 0 bytes
-rw-r--r--examples/widgets/animation/easing/ui_form.py61
-rw-r--r--examples/widgets/animation/states/states.py2
-rw-r--r--examples/widgets/animation/states/states.pyproject2
-rw-r--r--examples/widgets/codeeditor/codeeditor.py104
-rw-r--r--examples/widgets/codeeditor/codeeditor.pyproject3
-rw-r--r--examples/widgets/codeeditor/doc/codeeditor.pngbin7759 -> 0 bytes
-rw-r--r--examples/widgets/codeeditor/doc/codeeditor.rst9
-rw-r--r--examples/widgets/codeeditor/main.py15
-rw-r--r--examples/widgets/desktop/screenshot/screenshot.py6
-rw-r--r--examples/widgets/desktop/systray/images/bad.png (renamed from examples/widgets/systray/images/bad.png)bin2496 -> 2496 bytes
-rw-r--r--examples/widgets/desktop/systray/images/heart.png (renamed from examples/widgets/systray/images/heart.png)bin25780 -> 25780 bytes
-rw-r--r--examples/widgets/desktop/systray/images/trash.png (renamed from examples/widgets/systray/images/trash.png)bin12128 -> 12128 bytes
-rw-r--r--examples/widgets/desktop/systray/main.py (renamed from examples/widgets/systray/main.py)0
-rw-r--r--examples/widgets/desktop/systray/rc_systray.py (renamed from examples/widgets/systray/rc_systray.py)0
-rw-r--r--examples/widgets/desktop/systray/systray.pyproject (renamed from examples/widgets/systray/systray.pyproject)0
-rw-r--r--examples/widgets/desktop/systray/systray.qrc (renamed from examples/widgets/systray/systray.qrc)0
-rw-r--r--examples/widgets/desktop/systray/window.py (renamed from examples/widgets/systray/window.py)0
-rw-r--r--examples/widgets/dialogs/classwizard/classwizard.py16
-rw-r--r--examples/widgets/dialogs/classwizard/classwizard.pyproject3
-rw-r--r--examples/widgets/dialogs/classwizard/listchooser.py7
-rw-r--r--examples/widgets/dialogs/findfiles/findfiles.py184
-rw-r--r--examples/widgets/dialogs/findfiles/findfiles.pyproject3
-rw-r--r--examples/widgets/dialogs/standarddialogs/standarddialogs.py105
-rw-r--r--examples/widgets/dialogs/trivialwizard/trivialwizard.py2
-rw-r--r--examples/widgets/draganddrop/draggabletext/draggabletext.pyproject3
-rw-r--r--examples/widgets/draganddrop/dropsite/doc/dropsite.rst8
-rw-r--r--examples/widgets/draganddrop/dropsite/droparea.py67
-rw-r--r--examples/widgets/draganddrop/dropsite/dropsite.pyproject3
-rw-r--r--examples/widgets/draganddrop/dropsite/dropsitewindow.py115
-rw-r--r--examples/widgets/draganddrop/dropsite/main.py15
-rw-r--r--examples/widgets/effects/lighting/lighting.py2
-rw-r--r--examples/widgets/gettext/main.py4
-rw-r--r--examples/widgets/graphicsview/anchorlayout/anchorlayout.py2
-rw-r--r--examples/widgets/graphicsview/collidingmice/collidingmice.pyproject2
-rw-r--r--examples/widgets/graphicsview/diagramscene/diagramscene.py30
-rw-r--r--examples/widgets/graphicsview/diagramscene/diagramscene.pyproject2
-rw-r--r--examples/widgets/graphicsview/dragdroprobot/dragdroprobot.py2
-rw-r--r--examples/widgets/graphicsview/dragdroprobot/dragdroprobot.pyproject2
-rw-r--r--examples/widgets/graphicsview/elasticnodes/elasticnodes.py6
-rw-r--r--examples/widgets/imageviewer/imageviewer.py12
-rw-r--r--examples/widgets/itemviews/address_book/address_book.py3
-rw-r--r--examples/widgets/itemviews/address_book/addresswidget.py5
-rw-r--r--examples/widgets/itemviews/basicfiltermodel/basicsortfiltermodel.py5
-rw-r--r--examples/widgets/itemviews/dirview/dirview.py60
-rw-r--r--examples/widgets/itemviews/dirview/dirview.pyproject3
-rw-r--r--examples/widgets/itemviews/dirview/doc/dirview.rst5
-rw-r--r--examples/widgets/itemviews/editabletreemodel/treemodel.py9
-rw-r--r--examples/widgets/itemviews/fetchmore/fetchmore.py5
-rw-r--r--examples/widgets/itemviews/jsonmodel/jsonmodel.py7
-rw-r--r--examples/widgets/itemviews/spinboxdelegate/doc/spinboxdelegate.rst5
-rw-r--r--examples/widgets/itemviews/spinboxdelegate/spinboxdelegate.py78
-rw-r--r--examples/widgets/itemviews/spinboxdelegate/spinboxdelegate.pyproject3
-rw-r--r--examples/widgets/itemviews/spreadsheet/doc/spreadsheet.pngbin0 -> 40187 bytes
-rw-r--r--examples/widgets/itemviews/spreadsheet/doc/spreadsheet.rst10
-rw-r--r--examples/widgets/itemviews/spreadsheet/main.py19
-rw-r--r--examples/widgets/itemviews/spreadsheet/spreadsheet.py544
-rw-r--r--examples/widgets/itemviews/spreadsheet/spreadsheetdelegate.py67
-rw-r--r--examples/widgets/itemviews/spreadsheet/spreadsheetitem.py122
-rw-r--r--examples/widgets/layouts/basiclayouts/basiclayouts.py3
-rw-r--r--examples/widgets/layouts/dynamiclayouts/dynamiclayouts.py2
-rw-r--r--examples/widgets/linguist/main.py7
-rw-r--r--examples/widgets/mainwindows/application/application.py10
-rw-r--r--examples/widgets/mainwindows/application/application.pyproject2
-rw-r--r--examples/widgets/mainwindows/dockwidgets/dockwidgets.py2
-rw-r--r--examples/widgets/mainwindows/dockwidgets/dockwidgets.pyproject2
-rw-r--r--examples/widgets/mainwindows/mdi/images/new.pngbin852 -> 0 bytes
-rw-r--r--examples/widgets/mainwindows/mdi/images/save.pngbin1187 -> 0 bytes
-rw-r--r--examples/widgets/mainwindows/mdi/mdi.py36
-rw-r--r--examples/widgets/mainwindows/mdi/mdi.pyproject2
-rw-r--r--examples/widgets/mainwindows/mdi/mdi.qrc10
-rw-r--r--examples/widgets/mainwindows/mdi/mdi_rc.py608
-rw-r--r--examples/widgets/painting/basicdrawing/basicdrawing.pyproject2
-rw-r--r--examples/widgets/painting/painter/painter.py15
-rw-r--r--examples/widgets/painting/plot/plot.py5
-rw-r--r--examples/widgets/richtext/orderform/orderform.py7
-rw-r--r--examples/widgets/richtext/textedit/main.py1
-rw-r--r--examples/widgets/richtext/textedit/textedit.py14
-rw-r--r--examples/widgets/richtext/textobject/textobject.py6
-rw-r--r--examples/widgets/state-machine/eventtrans/eventtrans.py57
-rw-r--r--examples/widgets/state-machine/eventtrans/eventtrans.pyproject3
-rw-r--r--examples/widgets/state-machine/factstates/factstates.py89
-rw-r--r--examples/widgets/state-machine/factstates/factstates.pyproject3
-rw-r--r--examples/widgets/state-machine/trafficlight/doc/trafficlight.pngbin79 -> 0 bytes
-rw-r--r--examples/widgets/state-machine/twowaybutton/twowaybutton.py33
-rw-r--r--examples/widgets/state-machine/twowaybutton/twowaybutton.pyproject3
-rw-r--r--examples/widgets/tetrix/tetrix.py469
-rw-r--r--examples/widgets/tools/regularexpression/regularexpression.py2
-rw-r--r--examples/widgets/tools/regularexpression/regularexpressiondialog.py11
-rw-r--r--examples/widgets/tutorials/addressbook/part1.py5
-rw-r--r--examples/widgets/tutorials/addressbook/part2.py6
-rw-r--r--examples/widgets/tutorials/addressbook/part3.py8
-rw-r--r--examples/widgets/tutorials/addressbook/part4.py11
-rw-r--r--examples/widgets/tutorials/addressbook/part5.py10
-rw-r--r--examples/widgets/tutorials/addressbook/part6.py9
-rw-r--r--examples/widgets/tutorials/addressbook/part7.py9
-rw-r--r--examples/widgets/tutorials/cannon/t10.py2
-rw-r--r--examples/widgets/tutorials/cannon/t11.py2
-rw-r--r--examples/widgets/tutorials/cannon/t12.py2
-rw-r--r--examples/widgets/tutorials/cannon/t13.py4
-rw-r--r--examples/widgets/tutorials/cannon/t14.py8
-rw-r--r--examples/widgets/tutorials/cannon/t2.py3
-rw-r--r--examples/widgets/tutorials/cannon/t8.py2
-rw-r--r--examples/widgets/tutorials/cannon/t9.py2
-rw-r--r--examples/widgets/tutorials/modelview/1_readonly.py38
-rw-r--r--examples/widgets/tutorials/modelview/2_formatting.py65
-rw-r--r--examples/widgets/tutorials/modelview/3_changingmodel.py52
-rw-r--r--examples/widgets/tutorials/modelview/4_headers.py43
-rw-r--r--examples/widgets/tutorials/modelview/5_edit.py73
-rw-r--r--examples/widgets/tutorials/modelview/6_treeview.py41
-rw-r--r--examples/widgets/tutorials/modelview/7_selections.py70
-rw-r--r--examples/widgets/tutorials/modelview/doc/modelview.rst4
-rw-r--r--examples/widgets/tutorials/modelview/modelview.pyproject9
-rw-r--r--examples/widgets/widgets/charactermap/charactermap.pyproject4
-rw-r--r--examples/widgets/widgets/charactermap/characterwidget.py133
-rw-r--r--examples/widgets/widgets/charactermap/doc/charactermap.rst8
-rw-r--r--examples/widgets/widgets/charactermap/fontinfodialog.py47
-rw-r--r--examples/widgets/widgets/charactermap/main.py17
-rw-r--r--examples/widgets/widgets/charactermap/mainwindow.py167
-rw-r--r--examples/widgets/widgets/digitalclock/digitalclock.py41
-rw-r--r--examples/widgets/widgets/digitalclock/digitalclock.pyproject3
-rw-r--r--examples/widgets/widgets/digitalclock/doc/digitalclock-screenshot.pngbin0 -> 726 bytes
-rw-r--r--examples/widgets/widgets/digitalclock/doc/digitalclock.rst12
-rw-r--r--examples/widgets/widgets/tetrix/doc/tetrix-screenshot.png (renamed from examples/widgets/tetrix/doc/tetrix-screenshot.png)bin5396 -> 5396 bytes
-rw-r--r--examples/widgets/widgets/tetrix/doc/tetrix.rst (renamed from examples/widgets/tetrix/doc/tetrix.rst)0
-rw-r--r--examples/widgets/widgets/tetrix/tetrix.py471
-rw-r--r--examples/widgets/widgets/tetrix/tetrix.pyproject (renamed from examples/widgets/tetrix/tetrix.pyproject)0
-rw-r--r--examples/widgets/widgetsgallery/main.py3
-rw-r--r--examples/widgets/widgetsgallery/widgetgallery.py22
-rw-r--r--examples/xml/dombookmarks/dombookmarks.py39
-rw-r--r--examples/xml/dombookmarks/dombookmarks.pyproject2
-rw-r--r--examples/xml/dombookmarks/frank.xbel230
-rw-r--r--examples/xml/dombookmarks/jennifer.xbel82
-rw-r--r--requirements-doc.txt6
-rw-r--r--requirements.txt22
-rw-r--r--setup.py2
-rw-r--r--sources/patchelf/COPYING674
-rw-r--r--sources/patchelf/README107
-rw-r--r--sources/patchelf/elf.h2674
-rw-r--r--sources/patchelf/patchelf.cc1239
-rw-r--r--sources/pyside-tools/CMakeLists.txt123
-rw-r--r--sources/pyside-tools/__init__.py0
-rw-r--r--sources/pyside-tools/android_deploy.py256
-rw-r--r--sources/pyside-tools/android_deploy.pyproject9
-rw-r--r--sources/pyside-tools/cmake/PySideAndroid.cmake55
-rw-r--r--sources/pyside-tools/cmake/PySideToolsHelpers.cmake3
-rw-r--r--sources/pyside-tools/cmake/PySideToolsSetup.cmake3
-rw-r--r--sources/pyside-tools/deploy.py147
-rw-r--r--sources/pyside-tools/deploy.pyproject6
-rw-r--r--sources/pyside-tools/deploy_lib/__init__.py13
-rw-r--r--sources/pyside-tools/deploy_lib/android/__init__.py7
-rw-r--r--sources/pyside-tools/deploy_lib/android/android_helper.py135
-rw-r--r--sources/pyside-tools/deploy_lib/android/buildozer.py261
-rw-r--r--sources/pyside-tools/deploy_lib/android/recipes/PySide6/__init__.tmpl.py54
-rw-r--r--sources/pyside-tools/deploy_lib/android/recipes/shiboken6/__init__.tmpl.py30
-rw-r--r--sources/pyside-tools/deploy_lib/commands.py64
-rw-r--r--sources/pyside-tools/deploy_lib/config.py468
-rw-r--r--sources/pyside-tools/deploy_lib/default.spec80
-rw-r--r--sources/pyside-tools/deploy_lib/deploy_util.py122
-rw-r--r--sources/pyside-tools/deploy_lib/nuitka_helper.py59
-rw-r--r--sources/pyside-tools/deploy_lib/pyside_icon.jpgbin0 -> 8157 bytes
-rw-r--r--sources/pyside-tools/deploy_lib/python_helper.py173
-rw-r--r--sources/pyside-tools/metaobjectdump.py93
-rw-r--r--sources/pyside-tools/project.py426
-rw-r--r--sources/pyside-tools/project.pyproject4
-rw-r--r--sources/pyside-tools/project/__init__.py26
-rw-r--r--sources/pyside-tools/project/newproject.py165
-rw-r--r--sources/pyside-tools/project/project_data.py219
-rw-r--r--sources/pyside-tools/project/utils.py105
-rw-r--r--sources/pyside-tools/pyside_tool.py70
-rw-r--r--sources/pyside-tools/qtpy2cpp.py62
-rw-r--r--sources/pyside-tools/qtpy2cpp.pyproject (renamed from tools/qtpy2cpp.pyproject)0
-rw-r--r--sources/pyside-tools/qtpy2cpp_lib/astdump.py (renamed from tools/qtpy2cpp_lib/astdump.py)0
-rw-r--r--sources/pyside-tools/qtpy2cpp_lib/formatter.py (renamed from tools/qtpy2cpp_lib/formatter.py)0
-rw-r--r--sources/pyside-tools/qtpy2cpp_lib/nodedump.py (renamed from tools/qtpy2cpp_lib/nodedump.py)0
-rw-r--r--sources/pyside-tools/qtpy2cpp_lib/qt.py (renamed from tools/qtpy2cpp_lib/qt.py)0
-rw-r--r--sources/pyside-tools/qtpy2cpp_lib/tests/baseline/basic_test.cpp (renamed from tools/qtpy2cpp_lib/tests/baseline/basic_test.cpp)0
-rw-r--r--sources/pyside-tools/qtpy2cpp_lib/tests/baseline/basic_test.py (renamed from tools/qtpy2cpp_lib/tests/baseline/basic_test.py)0
-rw-r--r--sources/pyside-tools/qtpy2cpp_lib/tests/test_qtpy2cpp.py (renamed from tools/qtpy2cpp_lib/tests/test_qtpy2cpp.py)0
-rw-r--r--sources/pyside-tools/qtpy2cpp_lib/tokenizer.py (renamed from tools/qtpy2cpp_lib/tokenizer.py)0
-rw-r--r--sources/pyside-tools/qtpy2cpp_lib/visitor.py (renamed from tools/qtpy2cpp_lib/visitor.py)0
-rw-r--r--sources/pyside6/.cmake.conf2
-rw-r--r--sources/pyside6/CMakeLists.txt23
-rw-r--r--sources/pyside6/PySide6/CMakeLists.txt8
-rw-r--r--sources/pyside6/PySide6/Qt3DAnimation/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml7
-rw-r--r--sources/pyside6/PySide6/Qt3DCore/CMakeLists.txt6
-rw-r--r--sources/pyside6/PySide6/Qt3DCore/typesystem_3dcore.xml32
-rw-r--r--sources/pyside6/PySide6/Qt3DExtras/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/Qt3DExtras/typesystem_3dextras.xml12
-rw-r--r--sources/pyside6/PySide6/Qt3DInput/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/Qt3DInput/typesystem_3dinput.xml5
-rw-r--r--sources/pyside6/PySide6/Qt3DLogic/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/Qt3DRender/CMakeLists.txt6
-rw-r--r--sources/pyside6/PySide6/Qt3DRender/typesystem_3drender.xml39
-rw-r--r--sources/pyside6/PySide6/QtAsyncio/__init__.py14
-rw-r--r--sources/pyside6/PySide6/QtAsyncio/events.py516
-rw-r--r--sources/pyside6/PySide6/QtAsyncio/futures.py109
-rw-r--r--sources/pyside6/PySide6/QtAsyncio/tasks.py144
-rw-r--r--sources/pyside6/PySide6/QtAxContainer/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtBluetooth/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtBluetooth/typesystem_bluetooth.xml28
-rw-r--r--sources/pyside6/PySide6/QtCharts/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtCharts/typesystem_charts.xml2
-rw-r--r--sources/pyside6/PySide6/QtConcurrent/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtConcurrent/typesystem_concurrent.xml3
-rw-r--r--sources/pyside6/PySide6/QtCore/CMakeLists.txt48
-rw-r--r--sources/pyside6/PySide6/QtCore/glue/core_snippets.cpp24
-rw-r--r--sources/pyside6/PySide6/QtCore/glue/core_snippets_p.h4
-rw-r--r--sources/pyside6/PySide6/QtCore/glue/qtcorehelper.cpp14
-rw-r--r--sources/pyside6/PySide6/QtCore/typesystem_core_common.xml596
-rw-r--r--sources/pyside6/PySide6/QtDBus/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtDataVisualization/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtDataVisualization/qtdatavisualization_helper.cpp16
-rw-r--r--sources/pyside6/PySide6/QtDataVisualization/typesystem_datavisualization.xml79
-rw-r--r--sources/pyside6/PySide6/QtDesigner/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtDesigner/typesystem_designer.xml3
-rw-r--r--sources/pyside6/PySide6/QtGraphs/CMakeLists.txt94
-rw-r--r--sources/pyside6/PySide6/QtGraphs/qtgraphs_helper.cpp97
-rw-r--r--sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml467
-rw-r--r--sources/pyside6/PySide6/QtGui/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtGui/QtGui_global.post.h.in1
-rw-r--r--sources/pyside6/PySide6/QtGui/typesystem_gui_common.xml477
-rw-r--r--sources/pyside6/PySide6/QtHelp/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtHelp/typesystem_help.xml10
-rw-r--r--sources/pyside6/PySide6/QtHttpServer/CMakeLists.txt6
-rw-r--r--sources/pyside6/PySide6/QtHttpServer/typesystem_httpserver.xml4
-rw-r--r--sources/pyside6/PySide6/QtLocation/CMakeLists.txt7
-rw-r--r--sources/pyside6/PySide6/QtLocation/typesystem_location.xml9
-rw-r--r--sources/pyside6/PySide6/QtMultimedia/CMakeLists.txt6
-rw-r--r--sources/pyside6/PySide6/QtMultimedia/typesystem_multimedia.xml14
-rw-r--r--sources/pyside6/PySide6/QtMultimediaWidgets/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtNetwork/CMakeLists.txt7
-rw-r--r--sources/pyside6/PySide6/QtNetwork/typesystem_network.xml101
-rw-r--r--sources/pyside6/PySide6/QtNetworkAuth/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtNfc/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtNfc/typesystem_nfc.xml2
-rw-r--r--sources/pyside6/PySide6/QtOpenGL/CMakeLists.txt68
-rw-r--r--sources/pyside6/PySide6/QtOpenGL/QtOpenGL_global.post.h.in10
-rw-r--r--sources/pyside6/PySide6/QtOpenGL/glue/utils.cpp40
-rw-r--r--sources/pyside6/PySide6/QtOpenGL/typesystem_glgeti_v_includes.xml1
-rw-r--r--sources/pyside6/PySide6/QtOpenGL/typesystem_glgeti_v_modifications.xml18
-rw-r--r--sources/pyside6/PySide6/QtOpenGL/typesystem_glgetv_includes.xml5
-rw-r--r--sources/pyside6/PySide6/QtOpenGL/typesystem_glgetv_modifications.xml36
-rw-r--r--sources/pyside6/PySide6/QtOpenGL/typesystem_opengl.xml362
-rw-r--r--sources/pyside6/PySide6/QtOpenGL/typesystem_opengl_modifications1_0_compat.xml2
-rw-r--r--sources/pyside6/PySide6/QtOpenGL/typesystem_opengl_modifications4_1.xml20
-rw-r--r--sources/pyside6/PySide6/QtOpenGL/typesystem_opengl_modifications4_4.xml4
-rw-r--r--sources/pyside6/PySide6/QtOpenGL/typesystem_opengl_modifications4_5.xml2
-rw-r--r--sources/pyside6/PySide6/QtOpenGLWidgets/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtOpenGLWidgets/typesystem_openglwidgets.xml1
-rw-r--r--sources/pyside6/PySide6/QtPdf/CMakeLists.txt45
-rw-r--r--sources/pyside6/PySide6/QtPdf/typesystem_pdf.xml34
-rw-r--r--sources/pyside6/PySide6/QtPdfWidgets/CMakeLists.txt44
-rw-r--r--sources/pyside6/PySide6/QtPdfWidgets/typesystem_pdfwidgets.xml16
-rw-r--r--sources/pyside6/PySide6/QtPositioning/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtPositioning/typesystem_positioning.xml2
-rw-r--r--sources/pyside6/PySide6/QtPrintSupport/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtQml/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtQml/typesystem_qml.xml45
-rw-r--r--sources/pyside6/PySide6/QtQuick/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtQuick/typesystem_quick.xml63
-rw-r--r--sources/pyside6/PySide6/QtQuick3D/CMakeLists.txt4
-rw-r--r--sources/pyside6/PySide6/QtQuick3D/typesystem_quick3d.xml1
-rw-r--r--sources/pyside6/PySide6/QtQuickControls2/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtQuickControls2/typesystem_quickcontrols2.xml2
-rw-r--r--sources/pyside6/PySide6/QtQuickWidgets/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtRemoteObjects/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtRemoteObjects/typesystem_remoteobjects.xml8
-rw-r--r--sources/pyside6/PySide6/QtScxml/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtScxml/typesystem_scxml.xml14
-rw-r--r--sources/pyside6/PySide6/QtSensors/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtSerialBus/CMakeLists.txt56
-rw-r--r--sources/pyside6/PySide6/QtSerialBus/typesystem_serialbus.xml96
-rw-r--r--sources/pyside6/PySide6/QtSerialPort/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtSerialPort/typesystem_serialport.xml2
-rw-r--r--sources/pyside6/PySide6/QtSpatialAudio/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtSql/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtSql/typesystem_sql.xml9
-rw-r--r--sources/pyside6/PySide6/QtStateMachine/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtStateMachine/typesystem_statemachine.xml5
-rw-r--r--sources/pyside6/PySide6/QtSvg/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtSvg/typesystem_svg.xml1
-rw-r--r--sources/pyside6/PySide6/QtSvgWidgets/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtTest/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtTest/typesystem_test.xml28
-rw-r--r--sources/pyside6/PySide6/QtTextToSpeech/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtTextToSpeech/typesystem_texttospeech.xml1
-rw-r--r--sources/pyside6/PySide6/QtUiTools/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtWebChannel/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtWebChannel/typesystem_webchannel.xml3
-rw-r--r--sources/pyside6/PySide6/QtWebEngineCore/CMakeLists.txt4
-rw-r--r--sources/pyside6/PySide6/QtWebEngineCore/typesystem_webenginecore.xml25
-rw-r--r--sources/pyside6/PySide6/QtWebEngineQuick/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtWebEngineWidgets/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtWebSockets/CMakeLists.txt9
-rw-r--r--sources/pyside6/PySide6/QtWidgets/CMakeLists.txt4
-rw-r--r--sources/pyside6/PySide6/QtWidgets/typesystem_widgets_common.xml131
-rw-r--r--sources/pyside6/PySide6/QtWinExtras/CMakeLists.txt48
-rw-r--r--sources/pyside6/PySide6/QtWinExtras/QtWinExtras_global.pre.h.in5
-rw-r--r--sources/pyside6/PySide6/QtWinExtras/typesystem_winextras.xml30
-rw-r--r--sources/pyside6/PySide6/QtXml/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtXml/typesystem_xml.xml23
-rw-r--r--sources/pyside6/PySide6/__init__.py.in20
-rw-r--r--sources/pyside6/PySide6/_config.py.in1
-rw-r--r--sources/pyside6/PySide6/glue/qtcore.cpp407
-rw-r--r--sources/pyside6/PySide6/glue/qtdatavisualization.cpp38
-rw-r--r--sources/pyside6/PySide6/glue/qtgraphs.cpp8
-rw-r--r--sources/pyside6/PySide6/glue/qtgui.cpp155
-rw-r--r--sources/pyside6/PySide6/glue/qtopengl.cpp16
-rw-r--r--sources/pyside6/PySide6/glue/qtquick.cpp21
-rw-r--r--sources/pyside6/PySide6/glue/qtserialbus.cpp30
-rw-r--r--sources/pyside6/PySide6/glue/qtstatemachine.cpp3
-rw-r--r--sources/pyside6/PySide6/glue/qtwidgets.cpp38
-rw-r--r--sources/pyside6/PySide6/pysidewtypes.h12
-rw-r--r--sources/pyside6/PySide6/qtcorehelper.h14
-rw-r--r--sources/pyside6/PySide6/qtgraphs_helper.h19
-rw-r--r--sources/pyside6/PySide6/qtguihelper.h2
-rw-r--r--sources/pyside6/PySide6/support/deprecated.py30
-rw-r--r--sources/pyside6/PySide6/templates/core_common.xml9
-rw-r--r--sources/pyside6/PySide6/templates/gui_common.xml9
-rw-r--r--sources/pyside6/cmake/Macros/FindQt5Extra.cmake25
-rw-r--r--sources/pyside6/cmake/Macros/PySideModules.cmake29
-rw-r--r--sources/pyside6/cmake/Macros/icecc.cmake3
-rw-r--r--sources/pyside6/cmake/PySideHelpers.cmake23
-rw-r--r--sources/pyside6/cmake/PySideSetup.cmake17
-rw-r--r--sources/pyside6/cmake_uninstall.cmake3
-rw-r--r--sources/pyside6/doc/CMakeLists.txt116
-rw-r--r--sources/pyside6/doc/README.md34
-rw-r--r--sources/pyside6/doc/_static/css/qt_style.css64
-rw-r--r--sources/pyside6/doc/_static/qtforpython.pngbin4936 -> 4043 bytes
-rw-r--r--sources/pyside6/doc/_themes/pysidedocs/static/pyside.css2198
-rw-r--r--sources/pyside6/doc/_themes/pysidedocs_qthelp/static/pyside.css8
-rw-r--r--sources/pyside6/doc/additionaldocs.lst167
-rw-r--r--sources/pyside6/doc/api.rst68
-rw-r--r--sources/pyside6/doc/commercial/index.rst159
-rw-r--r--sources/pyside6/doc/commercial/products.pngbin0 -> 23289 bytes
-rw-r--r--sources/pyside6/doc/commercial/qtcreator_python.pngbin0 -> 40845 bytes
-rw-r--r--sources/pyside6/doc/commercial/versions_commercial.pngbin0 -> 34660 bytes
-rw-r--r--sources/pyside6/doc/commercial/versions_lts.pngbin0 -> 34293 bytes
-rw-r--r--sources/pyside6/doc/conf.py.in46
-rw-r--r--sources/pyside6/doc/considerations.rst183
-rw-r--r--sources/pyside6/doc/contents.rst12
-rw-r--r--sources/pyside6/doc/deployment-briefcase.rst204
-rw-r--r--sources/pyside6/doc/deployment-cxfreeze.rst130
-rw-r--r--sources/pyside6/doc/deployment-fbs.rst97
-rw-r--r--sources/pyside6/doc/deployment-nuitka.rst132
-rw-r--r--sources/pyside6/doc/deployment-py2exe.rst16
-rw-r--r--sources/pyside6/doc/deployment-pyinstaller.rst163
-rw-r--r--sources/pyside6/doc/deployment.rst146
-rw-r--r--sources/pyside6/doc/deployment/deployment-briefcase.rst211
-rw-r--r--sources/pyside6/doc/deployment/deployment-cxfreeze.rst131
-rw-r--r--sources/pyside6/doc/deployment/deployment-fbs.rst97
-rw-r--r--sources/pyside6/doc/deployment/deployment-nuitka.rst132
-rw-r--r--sources/pyside6/doc/deployment/deployment-py2exe.rst16
-rw-r--r--sources/pyside6/doc/deployment/deployment-pyinstaller.rst164
-rw-r--r--sources/pyside6/doc/deployment/deployment-pyside6-deploy.rst151
-rw-r--r--sources/pyside6/doc/deployment/index.rst153
-rw-r--r--sources/pyside6/doc/developer/add_module.rst52
-rw-r--r--sources/pyside6/doc/developer/add_port_example.rst64
-rw-r--r--sources/pyside6/doc/developer/add_tool.rst49
-rw-r--r--sources/pyside6/doc/developer/documentation.rst72
-rw-r--r--sources/pyside6/doc/developer/enumfeatures_doc.rst160
-rw-r--r--sources/pyside6/doc/developer/extras.rst42
-rw-r--r--sources/pyside6/doc/developer/feature-motivation.rst303
-rw-r--r--sources/pyside6/doc/developer/index.rst34
-rw-r--r--sources/pyside6/doc/developer/limited_api.rst703
-rw-r--r--sources/pyside6/doc/developer/signature_doc.rst361
-rw-r--r--sources/pyside6/doc/extras/QtCharts.rst4
-rw-r--r--sources/pyside6/doc/extras/QtCore.Property.rst7
-rw-r--r--sources/pyside6/doc/extras/QtCore.QEnum.rst5
-rw-r--r--sources/pyside6/doc/extras/QtSerialBus.rst46
-rw-r--r--sources/pyside6/doc/faq.rst16
-rw-r--r--sources/pyside6/doc/faq/distribution.rst (renamed from sources/pyside6/doc/tutorials/pretutorial/distribution.rst)0
-rw-r--r--sources/pyside6/doc/faq/hello_linux.png (renamed from sources/pyside6/doc/tutorials/pretutorial/hello_linux.png)bin5960 -> 5960 bytes
-rw-r--r--sources/pyside6/doc/faq/hello_macOS.png (renamed from sources/pyside6/doc/tutorials/pretutorial/hello_macOS.png)bin38777 -> 38777 bytes
-rw-r--r--sources/pyside6/doc/faq/hello_win10.jpg (renamed from sources/pyside6/doc/tutorials/pretutorial/hello_win10.jpg)bin5314 -> 5314 bytes
-rw-r--r--sources/pyside6/doc/faq/tiobe.png (renamed from sources/pyside6/doc/tutorials/pretutorial/tiobe.png)bin49961 -> 49961 bytes
-rw-r--r--sources/pyside6/doc/faq/typesoffiles.rst (renamed from sources/pyside6/doc/tutorials/pretutorial/typesoffiles.rst)0
-rw-r--r--sources/pyside6/doc/faq/whatisqt.rst (renamed from sources/pyside6/doc/tutorials/pretutorial/whatisqt.rst)0
-rw-r--r--sources/pyside6/doc/faq/whatisshiboken.rst (renamed from sources/pyside6/doc/tutorials/pretutorial/whatisshiboken.rst)0
-rw-r--r--sources/pyside6/doc/faq/whichide.rst (renamed from sources/pyside6/doc/tutorials/pretutorial/whichide.rst)0
-rw-r--r--sources/pyside6/doc/faq/whyqtforpython.rst203
-rw-r--r--sources/pyside6/doc/feature-why.rst303
-rw-r--r--sources/pyside6/doc/gettingstarted-linux.rst79
-rw-r--r--sources/pyside6/doc/gettingstarted-macOS.rst80
-rw-r--r--sources/pyside6/doc/gettingstarted-windows.rst88
-rw-r--r--sources/pyside6/doc/gettingstarted.rst505
-rw-r--r--sources/pyside6/doc/gettingstarted/index.rst570
-rw-r--r--sources/pyside6/doc/gettingstarted/linux.rst115
-rw-r--r--sources/pyside6/doc/gettingstarted/macOS.rst85
-rw-r--r--sources/pyside6/doc/gettingstarted/package_details.rst144
-rw-r--r--sources/pyside6/doc/gettingstarted/packages.pngbin0 -> 12157 bytes
-rw-r--r--sources/pyside6/doc/gettingstarted/porting_from2.rst94
-rw-r--r--sources/pyside6/doc/gettingstarted/windows.rst113
-rw-r--r--sources/pyside6/doc/images/Commercial.svg49
-rw-r--r--sources/pyside6/doc/images/Development.svg27
-rw-r--r--sources/pyside6/doc/images/linux.svg37
-rw-r--r--sources/pyside6/doc/images/macos.svg38
-rw-r--r--sources/pyside6/doc/images/windows.svg38
-rw-r--r--sources/pyside6/doc/import_inheritance.py152
-rw-r--r--sources/pyside6/doc/index.rst272
-rw-r--r--sources/pyside6/doc/inheritance_diagram.py215
-rw-r--r--sources/pyside6/doc/inheritance_diagram.pyproject6
-rw-r--r--sources/pyside6/doc/inheritance_graph.py126
-rw-r--r--sources/pyside6/doc/json_inheritance.py74
-rw-r--r--sources/pyside6/doc/modules.rst313
-rw-r--r--sources/pyside6/doc/porting_from2.rst100
-rw-r--r--sources/pyside6/doc/pysideinclude.py8
-rw-r--r--sources/pyside6/doc/qtattributionsscannertorst.py46
-rw-r--r--sources/pyside6/doc/qtmodules/pyside-qtdoc.qdocconf.in2
-rw-r--r--sources/pyside6/doc/qtmodules/pyside-qtpdf.qdocconf.in3
-rw-r--r--sources/pyside6/doc/qtmodules/pyside-qtquickcontrols2.qdocconf.in4
-rw-r--r--sources/pyside6/doc/qtmodules/pyside-qtserialbus.qdocconf.in2
-rw-r--r--sources/pyside6/doc/qtmodules/pyside-qtspatialaudio.qdocconf.in3
-rw-r--r--sources/pyside6/doc/quickstart.rst217
-rw-r--r--sources/pyside6/doc/snippets/qtbase/examples/widgets/dialogs/standarddialogs/dialog_0.cpp.py4
-rw-r--r--sources/pyside6/doc/snippets/qtbase/examples/widgets/dialogs/standarddialogs/dialog_1.cpp.py5
-rw-r--r--sources/pyside6/doc/snippets/qtbase/examples/widgets/dialogs/standarddialogs/dialog_2.cpp.py5
-rw-r--r--sources/pyside6/doc/snippets/qtbase/examples/widgets/dialogs/standarddialogs/dialog_3.cpp.py5
-rw-r--r--sources/pyside6/doc/snippets/qtbase/examples/widgets/dialogs/standarddialogs/dialog_4.cpp.py4
-rw-r--r--sources/pyside6/doc/snippets/qtbase/examples/widgets/itemviews/spinboxdelegate/delegate_0.h.py18
-rw-r--r--sources/pyside6/doc/snippets/qtbase/examples/widgets/tutorials/modelview/1_readonly/mymodel_Quoting_ModelView_Tutorial.h.py15
-rw-r--r--sources/pyside6/doc/snippets/qtbase/examples/widgets/tutorials/modelview/5_edit/mymodel_Quoting_ModelView_Tutorial.h.py27
-rw-r--r--sources/pyside6/doc/snippets/qtbase/src/gui/doc/snippets/code/src_gui_painting_qpainter_drawText.cpp.py13
-rw-r--r--sources/pyside6/doc/snippets/qtbase/src/widgets/doc/snippets/stringlistmodel/model_0.h.py24
-rw-r--r--sources/pyside6/doc/tutorials/basictutorial/dialog.rst40
-rw-r--r--sources/pyside6/doc/tutorials/basictutorial/icons.zipbin0 -> 6156 bytes
-rw-r--r--sources/pyside6/doc/tutorials/basictutorial/qrcfiles.rst33
-rw-r--r--sources/pyside6/doc/tutorials/basictutorial/signals_and_slots.rst193
-rw-r--r--sources/pyside6/doc/tutorials/basictutorial/translations.rst140
-rw-r--r--sources/pyside6/doc/tutorials/basictutorial/uifiles.rst26
-rw-r--r--sources/pyside6/doc/tutorials/basictutorial/widgetstyling.rst36
-rw-r--r--sources/pyside6/doc/tutorials/datavisualize/index.rst3
-rw-r--r--sources/pyside6/doc/tutorials/debugging/mixed_debugging.rst4
-rw-r--r--sources/pyside6/doc/tutorials/debugging/qtcreator/qtcreator.rst26
-rw-r--r--sources/pyside6/doc/tutorials/debugging/vscode/python_set_interpreter.pngbin0 -> 4664 bytes
-rw-r--r--sources/pyside6/doc/tutorials/debugging/vscode/vscode.rst152
-rw-r--r--sources/pyside6/doc/tutorials/expenses/expenses.rst86
-rw-r--r--sources/pyside6/doc/tutorials/expenses/main.py79
-rw-r--r--sources/pyside6/doc/tutorials/expenses/main_snake_prop.py2
-rw-r--r--sources/pyside6/doc/tutorials/expenses/steps/01-expenses.py2
-rw-r--r--sources/pyside6/doc/tutorials/expenses/steps/02-expenses.py7
-rw-r--r--sources/pyside6/doc/tutorials/expenses/steps/03-expenses.py13
-rw-r--r--sources/pyside6/doc/tutorials/expenses/steps/04-expenses.py14
-rw-r--r--sources/pyside6/doc/tutorials/expenses/steps/05-expenses.py26
-rw-r--r--sources/pyside6/doc/tutorials/expenses/steps/06-expenses.py41
-rw-r--r--sources/pyside6/doc/tutorials/expenses/steps/07-expenses.py49
-rw-r--r--sources/pyside6/doc/tutorials/expenses/steps/08-expenses.py59
-rw-r--r--sources/pyside6/doc/tutorials/expenses/steps/09-expenses.py56
-rw-r--r--sources/pyside6/doc/tutorials/expenses/steps/10-expenses.py62
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/Main.qml203
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/app.qrc15
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons.qrc14
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/folder_closed.svg38
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/folder_open.svg38
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/generic_file.svg38
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/globe.svg38
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/info_sign.svg38
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/leaf.svg7
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/light_bulb.svg43
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/qt_logo.svg26
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/read.svg38
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/icons/resize.svg6
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/About.qml59
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/ColorScheme.qml118
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/FileSystemView.qml99
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/Icon.qml44
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/MyMenu.qml42
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/MyMenuBar.qml135
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/ResizeButton.qml23
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/Sidebar.qml124
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qml/WindowDragHandler.qml16
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/FileSystemModule/qmldir11
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/extendedexplorer.md210
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/extendedexplorer.py70
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/extendedexplorer.pyproject29
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/resources/Colors.qml22
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/resources/colorscheme.pngbin0 -> 27675 bytes
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/resources/extendedexplorer.gifbin0 -> 2082470 bytes
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/resources/extendedexplorer.webpbin0 -> 42602 bytes
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/scheme_manager.py97
-rw-r--r--sources/pyside6/doc/tutorials/extendedexplorer/schemes.json82
-rw-r--r--sources/pyside6/doc/tutorials/index.rst306
-rw-r--r--sources/pyside6/doc/tutorials/modelviewprogramming/qlistview-dnd.py137
-rw-r--r--sources/pyside6/doc/tutorials/modelviewprogramming/simplemodel-use.py44
-rw-r--r--sources/pyside6/doc/tutorials/modelviewprogramming/stringlistmodel.py124
-rw-r--r--sources/pyside6/doc/tutorials/portingguide/chapter3/chapter3.rst4
-rw-r--r--sources/pyside6/doc/tutorials/portingguide/index.rst2
-rw-r--r--sources/pyside6/doc/tutorials/pretutorial/whyqtforpython.rst208
-rw-r--r--sources/pyside6/doc/tutorials/qmlapp/qmlapplication.rst2
-rw-r--r--sources/pyside6/doc/tutorials/qmlintegration/qmlintegration.rst14
-rw-r--r--sources/pyside6/doc/tutorials/qmlsqlintegration/qmlsqlintegration.rst97
-rw-r--r--sources/pyside6/doc/videos.rst223
-rw-r--r--sources/pyside6/libpyside/CMakeLists.txt78
-rw-r--r--sources/pyside6/libpyside/class_property.cpp13
-rw-r--r--sources/pyside6/libpyside/class_property.h17
-rw-r--r--sources/pyside6/libpyside/dynamicqmetaobject.cpp44
-rw-r--r--sources/pyside6/libpyside/dynamicqmetaobject.h2
-rw-r--r--sources/pyside6/libpyside/feature_select.cpp288
-rw-r--r--sources/pyside6/libpyside/feature_select.h8
-rw-r--r--sources/pyside6/libpyside/globalreceiverv2.cpp187
-rw-r--r--sources/pyside6/libpyside/globalreceiverv2.h114
-rw-r--r--sources/pyside6/libpyside/pyside.cpp340
-rw-r--r--sources/pyside6/libpyside/pyside_numpy.cpp16
-rw-r--r--sources/pyside6/libpyside/pysideclassinfo.cpp7
-rw-r--r--sources/pyside6/libpyside/pysideclassinfo.h5
-rw-r--r--sources/pyside6/libpyside/pysideclassinfo_p.h6
-rw-r--r--sources/pyside6/libpyside/pysideinit.h3
-rw-r--r--sources/pyside6/libpyside/pysidelogging_p.h11
-rw-r--r--sources/pyside6/libpyside/pysidemetafunction.h5
-rw-r--r--sources/pyside6/libpyside/pysidemetafunction_p.h5
-rw-r--r--sources/pyside6/libpyside/pysideproperty.cpp62
-rw-r--r--sources/pyside6/libpyside/pysideproperty.h5
-rw-r--r--sources/pyside6/libpyside/pysideproperty_p.h5
-rw-r--r--sources/pyside6/libpyside/pysideqenum.cpp7
-rw-r--r--sources/pyside6/libpyside/pysideqenum.h5
-rw-r--r--sources/pyside6/libpyside/pysideqflags.cpp197
-rw-r--r--sources/pyside6/libpyside/pysideqflags.h43
-rw-r--r--sources/pyside6/libpyside/pysideqobject.h10
-rw-r--r--sources/pyside6/libpyside/pysidesignal.cpp424
-rw-r--r--sources/pyside6/libpyside/pysidesignal.h19
-rw-r--r--sources/pyside6/libpyside/pysidesignal_p.h6
-rw-r--r--sources/pyside6/libpyside/pysideslot.cpp46
-rw-r--r--sources/pyside6/libpyside/pysideslot_p.h24
-rw-r--r--sources/pyside6/libpyside/pysidestaticstrings.cpp5
-rw-r--r--sources/pyside6/libpyside/pysidestaticstrings.h5
-rw-r--r--sources/pyside6/libpyside/pysideutils.h19
-rw-r--r--sources/pyside6/libpyside/pysideweakref.cpp9
-rw-r--r--sources/pyside6/libpyside/pysideweakref.h8
-rw-r--r--sources/pyside6/libpyside/qobjectconnect.cpp45
-rw-r--r--sources/pyside6/libpyside/signalmanager.cpp284
-rw-r--r--sources/pyside6/libpyside/signalmanager.h15
-rw-r--r--sources/pyside6/libpysideqml/CMakeLists.txt43
-rw-r--r--sources/pyside6/libpysideqml/pysideqml.cpp2
-rw-r--r--sources/pyside6/libpysideqml/pysideqmlattached.cpp4
-rw-r--r--sources/pyside6/libpysideqml/pysideqmlattached_p.h4
-rw-r--r--sources/pyside6/libpysideqml/pysideqmlextended.cpp6
-rw-r--r--sources/pyside6/libpysideqml/pysideqmlextended_p.h4
-rw-r--r--sources/pyside6/libpysideqml/pysideqmlforeign.cpp4
-rw-r--r--sources/pyside6/libpysideqml/pysideqmllistproperty.cpp27
-rw-r--r--sources/pyside6/libpysideqml/pysideqmlmetacallerror.cpp6
-rw-r--r--sources/pyside6/libpysideqml/pysideqmlregistertype.cpp4
-rw-r--r--sources/pyside6/libpysideqml/pysideqmltypeinfo.cpp2
-rw-r--r--sources/pyside6/libpysideqml/pysideqmltypeinfo_p.h4
-rw-r--r--sources/pyside6/plugins/designer/CMakeLists.txt10
-rw-r--r--sources/pyside6/plugins/designer/designercustomwidgets.cpp20
-rw-r--r--sources/pyside6/plugins/uitools/CMakeLists.txt18
-rw-r--r--sources/pyside6/plugins/uitools/customwidget.cpp2
-rw-r--r--sources/pyside6/qtexampleicons/CMakeLists.txt52
-rw-r--r--sources/pyside6/qtexampleicons/module.c41
-rw-r--r--sources/pyside6/tests/CMakeLists.txt6
-rw-r--r--sources/pyside6/tests/Qt3DExtras/Qt3DExtras.pyproject3
-rw-r--r--sources/pyside6/tests/Qt3DExtras/qt3dextras_test.py4
-rw-r--r--sources/pyside6/tests/QtAsyncio/CMakeLists.txt2
-rw-r--r--sources/pyside6/tests/QtAsyncio/QtAsyncio.pyproject3
-rw-r--r--sources/pyside6/tests/QtAsyncio/qasyncio_test.py51
-rw-r--r--sources/pyside6/tests/QtAsyncio/qasyncio_test_chain.py57
-rw-r--r--sources/pyside6/tests/QtAsyncio/qasyncio_test_queues.py68
-rw-r--r--sources/pyside6/tests/QtAsyncio/qasyncio_test_time.py49
-rw-r--r--sources/pyside6/tests/QtBluetooth/QtBluetooth.pyproject4
-rw-r--r--sources/pyside6/tests/QtCharts/CMakeLists.txt1
-rw-r--r--sources/pyside6/tests/QtCharts/QtCharts.pyproject3
-rw-r--r--sources/pyside6/tests/QtCharts/qcharts_numpy_test.py49
-rw-r--r--sources/pyside6/tests/QtCore/CMakeLists.txt5
-rw-r--r--sources/pyside6/tests/QtCore/QtCore.pyproject148
-rw-r--r--sources/pyside6/tests/QtCore/bug_1019.py1
-rw-r--r--sources/pyside6/tests/QtCore/bug_462.py2
-rw-r--r--sources/pyside6/tests/QtCore/bug_826.py5
-rw-r--r--sources/pyside6/tests/QtCore/child_event_test.py8
-rw-r--r--sources/pyside6/tests/QtCore/deletelater_test.py4
-rw-r--r--sources/pyside6/tests/QtCore/destroysignal_test.py32
-rw-r--r--sources/pyside6/tests/QtCore/duck_punching_test.py8
-rw-r--r--sources/pyside6/tests/QtCore/multiple_feature_test.py12
-rw-r--r--sources/pyside6/tests/QtCore/qcbor_test.py5
-rw-r--r--sources/pyside6/tests/QtCore/qdatastream_test.py10
-rw-r--r--sources/pyside6/tests/QtCore/qenum_test.py49
-rw-r--r--sources/pyside6/tests/QtCore/qflags_test.py65
-rw-r--r--sources/pyside6/tests/QtCore/qiodevice_buffered_read_test.py78
-rw-r--r--sources/pyside6/tests/QtCore/qlocale_test.py22
-rw-r--r--sources/pyside6/tests/QtCore/qmetaobject_test.py20
-rw-r--r--sources/pyside6/tests/QtCore/qobject_connect_notify_test.py8
-rw-r--r--sources/pyside6/tests/QtCore/qobject_event_filter_test.py8
-rw-r--r--sources/pyside6/tests/QtCore/qobject_timer_event_test.py4
-rw-r--r--sources/pyside6/tests/QtCore/qobject_tr_as_instance_test.py2
-rw-r--r--sources/pyside6/tests/QtCore/qrunnable_test.py45
-rw-r--r--sources/pyside6/tests/QtCore/qsettings_test.py17
-rw-r--r--sources/pyside6/tests/QtCore/qsysinfo_test.py9
-rw-r--r--sources/pyside6/tests/QtCore/qthread_test.py6
-rw-r--r--sources/pyside6/tests/QtCore/qtimer_singleshot_test.py14
-rw-r--r--sources/pyside6/tests/QtCore/qtimer_timeout_test.py8
-rw-r--r--sources/pyside6/tests/QtCore/signal_sender.py91
-rw-r--r--sources/pyside6/tests/QtCore/thread_signals_test.py4
-rw-r--r--sources/pyside6/tests/QtCore/translation_test.py4
-rw-r--r--sources/pyside6/tests/QtDBus/CMakeLists.txt3
-rw-r--r--sources/pyside6/tests/QtDBus/QtDBus.pyproject3
-rw-r--r--sources/pyside6/tests/QtDBus/test_dbus.py4
-rw-r--r--sources/pyside6/tests/QtDataVisualization/QtDataVisualization.pyproject3
-rw-r--r--sources/pyside6/tests/QtDataVisualization/datavisualization_test.py21
-rw-r--r--sources/pyside6/tests/QtGraphs/CMakeLists.txt (renamed from sources/pyside6/tests/QtWinExtras/CMakeLists.txt)0
-rw-r--r--sources/pyside6/tests/QtGui/CMakeLists.txt3
-rw-r--r--sources/pyside6/tests/QtGui/QtGui.pyproject56
-rw-r--r--sources/pyside6/tests/QtGui/bug_367.py4
-rw-r--r--sources/pyside6/tests/QtGui/bug_617.py10
-rw-r--r--sources/pyside6/tests/QtGui/bug_740.py4
-rw-r--r--sources/pyside6/tests/QtGui/event_filter_test.py4
-rw-r--r--sources/pyside6/tests/QtGui/float_to_int_implicit_conversion_test.py4
-rw-r--r--sources/pyside6/tests/QtGui/qbrush_test.py4
-rw-r--r--sources/pyside6/tests/QtGui/qcursor_test.py4
-rw-r--r--sources/pyside6/tests/QtGui/qdatastream_gui_operators_test.py4
-rw-r--r--sources/pyside6/tests/QtGui/qfont_test.py4
-rw-r--r--sources/pyside6/tests/QtGui/qfontmetrics_test.py6
-rw-r--r--sources/pyside6/tests/QtGui/qimage_test.py4
-rw-r--r--sources/pyside6/tests/QtGui/qimage_win_test.py4
-rw-r--r--sources/pyside6/tests/QtGui/qitemselection_test.py4
-rw-r--r--sources/pyside6/tests/QtGui/qkeysequence_test.py21
-rw-r--r--sources/pyside6/tests/QtGui/qpainter_test.py6
-rw-r--r--sources/pyside6/tests/QtGui/qpdfwriter_test.py4
-rw-r--r--sources/pyside6/tests/QtGui/qpen_test.py7
-rw-r--r--sources/pyside6/tests/QtGui/qpixelformat_test.py4
-rw-r--r--sources/pyside6/tests/QtGui/qpixmap_constructor.py4
-rw-r--r--sources/pyside6/tests/QtGui/qpixmap_test.py6
-rw-r--r--sources/pyside6/tests/QtGui/qpixmapcache_test.py4
-rw-r--r--sources/pyside6/tests/QtGui/qrasterwindow_test.py45
-rw-r--r--sources/pyside6/tests/QtGui/qregion_test.py4
-rw-r--r--sources/pyside6/tests/QtGui/qstandarditemmodel_test.py6
-rw-r--r--sources/pyside6/tests/QtGui/qstring_qkeysequence_test.py4
-rw-r--r--sources/pyside6/tests/QtGui/qstylehints_test.py4
-rw-r--r--sources/pyside6/tests/QtGui/qtextdocument_functions.py13
-rw-r--r--sources/pyside6/tests/QtGui/qtextline_test.py11
-rw-r--r--sources/pyside6/tests/QtHelp/QtHelp.pyproject4
-rw-r--r--sources/pyside6/tests/QtLocation/QtLocation.pyproject3
-rw-r--r--sources/pyside6/tests/QtMultimedia/QtMultimedia.pyproject3
-rw-r--r--sources/pyside6/tests/QtMultimedia/audio_test.py4
-rw-r--r--sources/pyside6/tests/QtMultimediaWidgets/QtMultimediaWidgets.pyproject3
-rw-r--r--sources/pyside6/tests/QtNetwork/CMakeLists.txt3
-rw-r--r--sources/pyside6/tests/QtNetwork/QtNetwork.pyproject11
-rw-r--r--sources/pyside6/tests/QtNetwork/accessManager_test.py4
-rw-r--r--sources/pyside6/tests/QtNetwork/bug_446.py4
-rw-r--r--sources/pyside6/tests/QtNetwork/qhostinfo_test.py6
-rw-r--r--sources/pyside6/tests/QtNfc/QtNfc.pyproject3
-rw-r--r--sources/pyside6/tests/QtNfc/test_nfc.py4
-rw-r--r--sources/pyside6/tests/QtOpenGL/QtOpenGL.pyproject4
-rw-r--r--sources/pyside6/tests/QtOpenGL/qopenglbuffer_test.py4
-rw-r--r--sources/pyside6/tests/QtOpenGL/qopenglwindow_test.py46
-rw-r--r--sources/pyside6/tests/QtPdf/CMakeLists.txt1
-rw-r--r--sources/pyside6/tests/QtPdfWidgets/CMakeLists.txt1
-rw-r--r--sources/pyside6/tests/QtPositioning/QtPositioning.pyproject3
-rw-r--r--sources/pyside6/tests/QtPrintSupport/QtPrintSupport.pyproject4
-rw-r--r--sources/pyside6/tests/QtQml/CMakeLists.txt4
-rw-r--r--sources/pyside6/tests/QtQml/QtQml.pyproject65
-rw-r--r--sources/pyside6/tests/QtQml/bug_847.py4
-rw-r--r--sources/pyside6/tests/QtQml/bug_995.py2
-rw-r--r--sources/pyside6/tests/QtQml/bug_997.py4
-rw-r--r--sources/pyside6/tests/QtQml/javascript_exceptions.py4
-rw-r--r--sources/pyside6/tests/QtQml/qqmlcomponent_test.py36
-rw-r--r--sources/pyside6/tests/QtQml/signal_types.py124
-rw-r--r--sources/pyside6/tests/QtQml/signal_types.qml26
-rw-r--r--sources/pyside6/tests/QtScxml/QtScxml.pyproject3
-rw-r--r--sources/pyside6/tests/QtScxml/test_dynamic.py37
-rw-r--r--sources/pyside6/tests/QtSensors/QtSensors.pyproject3
-rw-r--r--sources/pyside6/tests/QtSerialBus/CMakeLists.txt1
-rw-r--r--sources/pyside6/tests/QtSerialPort/QtSerialPort.pyproject3
-rw-r--r--sources/pyside6/tests/QtSql/CMakeLists.txt3
-rw-r--r--sources/pyside6/tests/QtSql/QtSql.pyproject5
-rw-r--r--sources/pyside6/tests/QtSql/qsqldatabaseandqueries_test.py8
-rw-r--r--sources/pyside6/tests/QtSql/qvarianttype_test.py6
-rw-r--r--sources/pyside6/tests/QtStateMachine/CMakeLists.txt3
-rw-r--r--sources/pyside6/tests/QtStateMachine/QtStateMachine.pyproject7
-rw-r--r--sources/pyside6/tests/QtStateMachine/qstatemachine_test.py6
-rw-r--r--sources/pyside6/tests/QtSvg/QtSvg.pyproject4
-rw-r--r--sources/pyside6/tests/QtSvgWidgets/QtSvgWidgets.pyproject3
-rw-r--r--sources/pyside6/tests/QtTest/CMakeLists.txt3
-rw-r--r--sources/pyside6/tests/QtTest/QtTest.pyproject7
-rw-r--r--sources/pyside6/tests/QtTextToSpeech/QtTextToSpeech.pyproject3
-rw-r--r--sources/pyside6/tests/QtTextToSpeech/qtexttospeech_test.py3
-rw-r--r--sources/pyside6/tests/QtUiTools/CMakeLists.txt3
-rw-r--r--sources/pyside6/tests/QtUiTools/QtUiTools.pyproject28
-rw-r--r--sources/pyside6/tests/QtWebEngineCore/QtWebEngineCore.pyproject4
-rw-r--r--sources/pyside6/tests/QtWebEngineWidgets/QtWebEngineWidgets.pyproject3
-rw-r--r--sources/pyside6/tests/QtWidgets/CMakeLists.txt3
-rw-r--r--sources/pyside6/tests/QtWidgets/QtWidgets.pyproject130
-rw-r--r--sources/pyside6/tests/QtWidgets/qformlayout_test.py65
-rw-r--r--sources/pyside6/tests/QtWidgets/qlabel_test.py3
-rw-r--r--sources/pyside6/tests/QtWidgets/qlayout_test.py7
-rw-r--r--sources/pyside6/tests/QtXml/QtXml.pyproject3
-rw-r--r--sources/pyside6/tests/QtXml/qdomdocument_test.py2
-rw-r--r--sources/pyside6/tests/pysidetest/CMakeLists.txt58
-rw-r--r--sources/pyside6/tests/pysidetest/containertest.cpp18
-rw-r--r--sources/pyside6/tests/pysidetest/enum_test.py117
-rw-r--r--sources/pyside6/tests/pysidetest/multiple_inheritance_test.py147
-rw-r--r--sources/pyside6/tests/pysidetest/new_inherited_functions_test.py14
-rw-r--r--sources/pyside6/tests/pysidetest/pyenum_relax_options_test.py130
-rw-r--r--sources/pyside6/tests/pysidetest/pysidetest.pyproject33
-rw-r--r--sources/pyside6/tests/pysidetest/pysidetest_global.h1
-rw-r--r--sources/pyside6/tests/pysidetest/qvariant_test.py48
-rw-r--r--sources/pyside6/tests/pysidetest/shared_pointer_test.py2
-rw-r--r--sources/pyside6/tests/pysidetest/sharedpointertestbench.cpp17
-rw-r--r--sources/pyside6/tests/pysidetest/sharedpointertestbench.h4
-rw-r--r--sources/pyside6/tests/pysidetest/signalinstance_equality_test.py13
-rw-r--r--sources/pyside6/tests/pysidetest/snake_case_sub.py22
-rw-r--r--sources/pyside6/tests/pysidetest/snake_case_test.py34
-rw-r--r--sources/pyside6/tests/pysidetest/testobject.h8
-rw-r--r--sources/pyside6/tests/pysidetest/testqvariantenum.cpp29
-rw-r--r--sources/pyside6/tests/pysidetest/testqvariantenum.h25
-rw-r--r--sources/pyside6/tests/pysidetest/true_property_test.py54
-rw-r--r--sources/pyside6/tests/pysidetest/typesystem_pysidetest.xml10
-rw-r--r--sources/pyside6/tests/registry/existence_test.py17
-rw-r--r--sources/pyside6/tests/registry/init_platform.py22
-rw-r--r--sources/pyside6/tests/signals/CMakeLists.txt6
-rw-r--r--sources/pyside6/tests/signals/anonymous_slot_leak_test.py55
-rw-r--r--sources/pyside6/tests/signals/bug_311.py4
-rw-r--r--sources/pyside6/tests/signals/bug_319.py4
-rw-r--r--sources/pyside6/tests/signals/lambda_test.py4
-rw-r--r--sources/pyside6/tests/signals/multiple_connections_test.py6
-rw-r--r--sources/pyside6/tests/signals/qobject_sender_test.py6
-rw-r--r--sources/pyside6/tests/signals/ref02_test.py8
-rw-r--r--sources/pyside6/tests/signals/ref05_test.py8
-rw-r--r--sources/pyside6/tests/signals/ref06_test.py8
-rw-r--r--sources/pyside6/tests/signals/signal_across_threads.py8
-rw-r--r--sources/pyside6/tests/signals/signal_emission_test.py16
-rw-r--r--sources/pyside6/tests/signals/signal_newenum_test.py50
-rw-r--r--sources/pyside6/tests/signals/signal_object_test.py4
-rw-r--r--sources/pyside6/tests/signals/signal_signature_test.py4
-rw-r--r--sources/pyside6/tests/signals/static_metaobject_test.py4
-rw-r--r--sources/pyside6/tests/tools/metaobjectdump/baseline_coercion_birthdayparty.json1
-rw-r--r--sources/pyside6/tests/tools/metaobjectdump/baseline_coercion_person.json1
-rw-r--r--sources/pyside6/tests/tools/metaobjectdump/baseline_default_birthdayparty.json2
-rw-r--r--sources/pyside6/tests/tools/metaobjectdump/baseline_default_person.json2
-rw-r--r--sources/pyside6/tests/tools/metaobjectdump/baseline_inheritance_birthdayparty.json1
-rw-r--r--sources/pyside6/tests/tools/metaobjectdump/baseline_inheritance_person.json1
-rw-r--r--sources/pyside6/tests/tools/metaobjectdump/baseline_property_happybirthdaysong.json1
-rw-r--r--sources/pyside6/tests/tools/metaobjectdump/test_metaobjectdump.py11
-rw-r--r--sources/pyside6/tests/tools/pyside6-android-deploy/CMakeLists.txt3
-rw-r--r--sources/pyside6/tests/tools/pyside6-android-deploy/extensive_android_deploy_test.py88
-rw-r--r--sources/pyside6/tests/tools/pyside6-android-deploy/test_pyside6_android_deploy.py177
-rw-r--r--sources/pyside6/tests/tools/pyside6-deploy/CMakeLists.txt1
-rw-r--r--sources/pyside6/tests/tools/pyside6-deploy/extensive_deploy_test.py88
-rw-r--r--sources/pyside6/tests/tools/pyside6-deploy/test_pyside6_deploy.py254
-rw-r--r--sources/pyside6/tests/tools/pyside6-qml/test_pyside6_qml.py6
-rw-r--r--sources/pyside6/tests/util/helper/usesqapplication.py31
-rw-r--r--sources/pyside6/tests/util/helper/usesqcoreapplication.py37
-rw-r--r--sources/pyside6/tests/util/helper/usesqguiapplication.py27
-rw-r--r--sources/pyside6/tests/util/pyqt_diff.py39
-rw-r--r--sources/shiboken6/.cmake.conf2
-rw-r--r--sources/shiboken6/ApiExtractor/CMakeLists.txt126
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetaargument.cpp12
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetaargument.h13
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetabuilder.cpp1011
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetabuilder.h30
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetabuilder_helpers.cpp33
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetabuilder_p.h159
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetaenum.cpp156
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetaenum.h30
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetafield.cpp8
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetafield.h7
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetafunction.cpp193
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetafunction.h51
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetalang.cpp372
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetalang.h98
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetalang_helpers.h15
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetalang_typedefs.h13
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetatype.cpp207
-rw-r--r--sources/shiboken6/ApiExtractor/abstractmetatype.h27
-rw-r--r--sources/shiboken6/ApiExtractor/addedfunction.cpp221
-rw-r--r--sources/shiboken6/ApiExtractor/addedfunction.h105
-rw-r--r--sources/shiboken6/ApiExtractor/addedfunction_p.h42
-rw-r--r--sources/shiboken6/ApiExtractor/apiextractor.cpp415
-rw-r--r--sources/shiboken6/ApiExtractor/apiextractor.h30
-rw-r--r--sources/shiboken6/ApiExtractor/apiextractorresult.cpp55
-rw-r--r--sources/shiboken6/ApiExtractor/apiextractorresult.h29
-rw-r--r--sources/shiboken6/ApiExtractor/apiextractorresultdata_p.h30
-rw-r--r--sources/shiboken6/ApiExtractor/arraytypeentry.h8
-rw-r--r--sources/shiboken6/ApiExtractor/clangparser/clangbuilder.cpp229
-rw-r--r--sources/shiboken6/ApiExtractor/clangparser/clangdebugutils.cpp102
-rw-r--r--sources/shiboken6/ApiExtractor/clangparser/clangparser.cpp6
-rw-r--r--sources/shiboken6/ApiExtractor/clangparser/clangparser.h2
-rw-r--r--sources/shiboken6/ApiExtractor/clangparser/clangutils.cpp73
-rw-r--r--sources/shiboken6/ApiExtractor/clangparser/clangutils.h10
-rw-r--r--sources/shiboken6/ApiExtractor/clangparser/compilersupport.cpp93
-rw-r--r--sources/shiboken6/ApiExtractor/clangparser/compilersupport.h7
-rw-r--r--sources/shiboken6/ApiExtractor/classdocumentation.cpp37
-rw-r--r--sources/shiboken6/ApiExtractor/classdocumentation.h1
-rw-r--r--sources/shiboken6/ApiExtractor/cmake_uninstall.cmake3
-rw-r--r--sources/shiboken6/ApiExtractor/codesnip.cpp4
-rw-r--r--sources/shiboken6/ApiExtractor/codesnip.h9
-rw-r--r--sources/shiboken6/ApiExtractor/complextypeentry.h32
-rw-r--r--sources/shiboken6/ApiExtractor/conditionalstreamreader.cpp4
-rw-r--r--sources/shiboken6/ApiExtractor/configurabletypeentry.h28
-rw-r--r--sources/shiboken6/ApiExtractor/constantvaluetypeentry.h2
-rw-r--r--sources/shiboken6/ApiExtractor/containertypeentry.h35
-rw-r--r--sources/shiboken6/ApiExtractor/customconversion.cpp197
-rw-r--r--sources/shiboken6/ApiExtractor/customconversion.h97
-rw-r--r--sources/shiboken6/ApiExtractor/customconversion_typedefs.h14
-rw-r--r--sources/shiboken6/ApiExtractor/customtypenentry.h2
-rw-r--r--sources/shiboken6/ApiExtractor/debughelpers_p.h56
-rw-r--r--sources/shiboken6/ApiExtractor/dependency.h4
-rw-r--r--sources/shiboken6/ApiExtractor/docparser.cpp47
-rw-r--r--sources/shiboken6/ApiExtractor/docparser.h20
-rw-r--r--sources/shiboken6/ApiExtractor/dotview.cpp12
-rw-r--r--sources/shiboken6/ApiExtractor/doxygenparser.cpp17
-rw-r--r--sources/shiboken6/ApiExtractor/doxygenparser.h2
-rw-r--r--sources/shiboken6/ApiExtractor/enclosingclassmixin.cpp4
-rw-r--r--sources/shiboken6/ApiExtractor/enclosingclassmixin.h13
-rw-r--r--sources/shiboken6/ApiExtractor/enumtypeentry.h24
-rw-r--r--sources/shiboken6/ApiExtractor/enumvaluetypeentry.h4
-rw-r--r--sources/shiboken6/ApiExtractor/fileout.cpp46
-rw-r--r--sources/shiboken6/ApiExtractor/flagstypeentry.h7
-rw-r--r--sources/shiboken6/ApiExtractor/functiontypeentry.h5
-rw-r--r--sources/shiboken6/ApiExtractor/header_paths.h1
-rw-r--r--sources/shiboken6/ApiExtractor/icecc.cmake3
-rw-r--r--sources/shiboken6/ApiExtractor/include.cpp11
-rw-r--r--sources/shiboken6/ApiExtractor/include.h54
-rw-r--r--sources/shiboken6/ApiExtractor/messages.cpp171
-rw-r--r--sources/shiboken6/ApiExtractor/messages.h70
-rw-r--r--sources/shiboken6/ApiExtractor/modifications.cpp264
-rw-r--r--sources/shiboken6/ApiExtractor/modifications.h137
-rw-r--r--sources/shiboken6/ApiExtractor/modifications_p.h42
-rw-r--r--sources/shiboken6/ApiExtractor/modifications_typedefs.h25
-rw-r--r--sources/shiboken6/ApiExtractor/namespacetypeentry.h7
-rw-r--r--sources/shiboken6/ApiExtractor/objecttypeentry.h2
-rw-r--r--sources/shiboken6/ApiExtractor/optionsparser.cpp232
-rw-r--r--sources/shiboken6/ApiExtractor/optionsparser.h98
-rw-r--r--sources/shiboken6/ApiExtractor/parser/codemodel.cpp218
-rw-r--r--sources/shiboken6/ApiExtractor/parser/codemodel.h117
-rw-r--r--sources/shiboken6/ApiExtractor/parser/codemodel_fwd.h31
-rw-r--r--sources/shiboken6/ApiExtractor/parser/enumvalue.cpp52
-rw-r--r--sources/shiboken6/ApiExtractor/parser/enumvalue.h7
-rw-r--r--sources/shiboken6/ApiExtractor/parser/typeinfo.cpp50
-rw-r--r--sources/shiboken6/ApiExtractor/parser/typeinfo.h6
-rw-r--r--sources/shiboken6/ApiExtractor/predefined_templates.cpp49
-rw-r--r--sources/shiboken6/ApiExtractor/predefined_templates.h4
-rw-r--r--sources/shiboken6/ApiExtractor/primitivetypeentry.h36
-rw-r--r--sources/shiboken6/ApiExtractor/propertyspec.cpp59
-rw-r--r--sources/shiboken6/ApiExtractor/propertyspec.h20
-rw-r--r--sources/shiboken6/ApiExtractor/pymethoddefentry.cpp13
-rw-r--r--sources/shiboken6/ApiExtractor/pymethoddefentry.h9
-rw-r--r--sources/shiboken6/ApiExtractor/pythontypeentry.h1
-rw-r--r--sources/shiboken6/ApiExtractor/qtdocparser.cpp85
-rw-r--r--sources/shiboken6/ApiExtractor/qtdocparser.h15
-rw-r--r--sources/shiboken6/ApiExtractor/reporthandler.cpp26
-rw-r--r--sources/shiboken6/ApiExtractor/smartpointertypeentry.h18
-rw-r--r--sources/shiboken6/ApiExtractor/templateargumententry.h2
-rw-r--r--sources/shiboken6/ApiExtractor/tests/CMakeLists.txt5
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testabstractmetaclass.cpp153
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testabstractmetatype.cpp50
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testaddfunction.cpp90
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testarrayargument.cpp28
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testcodeinjection.cpp38
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testcontainer.cpp18
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testconversionoperator.cpp33
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testconversionruletag.cpp111
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testctorinformation.cpp18
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testdroptypeentries.cpp20
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testdtorinformation.cpp22
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testenum.cpp69
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testextrainclude.cpp18
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testfunctiontag.cpp16
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testimplicitconversions.cpp44
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testinserttemplate.cpp17
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testmodifydocumentation.cpp34
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testmodifydocumentation.h1
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testmodifyfunction.cpp75
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testmultipleinheritance.cpp8
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testnamespace.cpp24
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testnestedtypes.cpp32
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testnumericaltypedef.cpp22
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testprimitivetypetag.cpp10
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testrefcounttag.cpp20
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testreferencetopointer.cpp12
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testremovefield.cpp8
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testremoveimplconv.cpp14
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testremoveoperatormethod.cpp53
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testresolvetype.cpp73
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testresolvetype.h1
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testreverseoperators.cpp23
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testtemplates.cpp104
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testtyperevision.cpp18
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testutil.h4
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testvaluetypedefaultctortag.cpp10
-rw-r--r--sources/shiboken6/ApiExtractor/tests/testvoidarg.cpp19
-rw-r--r--sources/shiboken6/ApiExtractor/textstream.h26
-rw-r--r--sources/shiboken6/ApiExtractor/typedatabase.cpp667
-rw-r--r--sources/shiboken6/ApiExtractor/typedatabase.h101
-rw-r--r--sources/shiboken6/ApiExtractor/typedatabase_p.h8
-rw-r--r--sources/shiboken6/ApiExtractor/typedatabase_typedefs.h27
-rw-r--r--sources/shiboken6/ApiExtractor/typedefentry.h10
-rw-r--r--sources/shiboken6/ApiExtractor/typeparser.cpp14
-rw-r--r--sources/shiboken6/ApiExtractor/typeparser.h2
-rw-r--r--sources/shiboken6/ApiExtractor/typesystem.cpp866
-rw-r--r--sources/shiboken6/ApiExtractor/typesystem.h82
-rw-r--r--sources/shiboken6/ApiExtractor/typesystem_enums.h8
-rw-r--r--sources/shiboken6/ApiExtractor/typesystem_typedefs.h81
-rw-r--r--sources/shiboken6/ApiExtractor/typesystemparser.cpp676
-rw-r--r--sources/shiboken6/ApiExtractor/typesystemparser_p.h60
-rw-r--r--sources/shiboken6/ApiExtractor/typesystemtypeentry.h8
-rw-r--r--sources/shiboken6/ApiExtractor/usingmember.h4
-rw-r--r--sources/shiboken6/ApiExtractor/valuetypeentry.h19
-rw-r--r--sources/shiboken6/ApiExtractor/xmlutils.cpp4
-rw-r--r--sources/shiboken6/ApiExtractor/xmlutils.h5
-rw-r--r--sources/shiboken6/ApiExtractor/xmlutils_libxslt.cpp8
-rw-r--r--sources/shiboken6/ApiExtractor/xmlutils_libxslt.h5
-rw-r--r--sources/shiboken6/ApiExtractor/xmlutils_qt.h5
-rw-r--r--sources/shiboken6/CMakeLists.txt12
-rw-r--r--sources/shiboken6/cmake/FindDocTools.cmake3
-rw-r--r--sources/shiboken6/cmake/ShibokenHelpers.cmake183
-rw-r--r--sources/shiboken6/cmake/ShibokenSetup.cmake16
-rw-r--r--sources/shiboken6/cmake_uninstall.cmake3
-rw-r--r--sources/shiboken6/config.tests/target_python_info/CMakeLists.txt5
-rw-r--r--sources/shiboken6/config.tests/target_qt_info/CMakeLists.txt5
-rw-r--r--sources/shiboken6/config.tests/target_qt_mkspec/CMakeLists.txt5
-rw-r--r--sources/shiboken6/data/CMakeLists.txt13
-rw-r--r--sources/shiboken6/data/Shiboken6ToolsConfig.cmake.in2
-rw-r--r--sources/shiboken6/data/shiboken6.pc.in2
-rw-r--r--sources/shiboken6/doc/CMakeLists.txt9
-rw-r--r--sources/shiboken6/doc/_static/css/qt_font.css8
-rw-r--r--sources/shiboken6/doc/_static/css/qt_style.css61
-rw-r--r--sources/shiboken6/doc/_static/shiboken.pngbin0 -> 17343 bytes
-rw-r--r--sources/shiboken6/doc/_static/shiboken.svg129
-rw-r--r--sources/shiboken6/doc/_themes/pysidedocs_qthelp/static/pyside.css8
-rw-r--r--sources/shiboken6/doc/conf.py.in70
-rw-r--r--sources/shiboken6/doc/considerations.rst70
-rw-r--r--sources/shiboken6/doc/examples/index.rst9
-rw-r--r--sources/shiboken6/doc/examples/samplebinding.rst246
-rw-r--r--sources/shiboken6/doc/gettingstarted.rst10
-rw-r--r--sources/shiboken6/doc/images/boostgen.pngbin153473 -> 0 bytes
-rw-r--r--sources/shiboken6/doc/images/converter.pngbin22467 -> 34204 bytes
-rw-r--r--sources/shiboken6/doc/images/converter.svg2522
-rw-r--r--sources/shiboken6/doc/images/genrunnerarch.pngbin68761 -> 0 bytes
-rw-r--r--sources/shiboken6/doc/images/genrunnerarch.svg654
-rw-r--r--sources/shiboken6/doc/images/qtforpython-underthehood.pngbin19144 -> 62001 bytes
-rw-r--r--sources/shiboken6/doc/images/qtforpython-underthehood.svg1502
-rw-r--r--sources/shiboken6/doc/images/shibokenqtarch.pngbin17602 -> 28655 bytes
-rw-r--r--sources/shiboken6/doc/images/shibokenqtarch.svg71
-rw-r--r--sources/shiboken6/doc/index.rst105
-rw-r--r--sources/shiboken6/doc/scripts/patch_qhp.py79
-rw-r--r--sources/shiboken6/doc/shibokengenerator.rst90
-rw-r--r--sources/shiboken6/doc/shibokenmodule.rst56
-rw-r--r--sources/shiboken6/doc/typesystem_arguments.rst272
-rw-r--r--sources/shiboken6/doc/typesystem_builtin_types.rst14
-rw-r--r--sources/shiboken6/doc/typesystem_codeinjection.rst376
-rw-r--r--sources/shiboken6/doc/typesystem_containers.rst114
-rw-r--r--sources/shiboken6/doc/typesystem_conversionrule.rst184
-rw-r--r--sources/shiboken6/doc/typesystem_converters.rst283
-rw-r--r--sources/shiboken6/doc/typesystem_documentation.rst52
-rw-r--r--sources/shiboken6/doc/typesystem_manipulating_objects.rst633
-rw-r--r--sources/shiboken6/doc/typesystem_modify_function.rst68
-rw-r--r--sources/shiboken6/doc/typesystem_ownership.rst186
-rw-r--r--sources/shiboken6/doc/typesystem_solving_compilation.rst98
-rw-r--r--sources/shiboken6/doc/typesystem_specialfunctions.rst22
-rw-r--r--sources/shiboken6/doc/typesystem_specifying_types.rst1172
-rw-r--r--sources/shiboken6/doc/typesystem_templates.rst145
-rw-r--r--sources/shiboken6/doc/typesystem_variables.rst180
-rw-r--r--sources/shiboken6/generator/CMakeLists.txt42
-rw-r--r--sources/shiboken6/generator/_config.py.in1
-rw-r--r--sources/shiboken6/generator/defaultvalue.cpp120
-rw-r--r--sources/shiboken6/generator/defaultvalue.h46
-rw-r--r--sources/shiboken6/generator/generator.cpp298
-rw-r--r--sources/shiboken6/generator/generator.h194
-rw-r--r--sources/shiboken6/generator/generatorcontext.cpp38
-rw-r--r--sources/shiboken6/generator/generatorcontext.h56
-rw-r--r--sources/shiboken6/generator/main.cpp792
-rw-r--r--sources/shiboken6/generator/qtdoc/qtdocgenerator.cpp648
-rw-r--r--sources/shiboken6/generator/qtdoc/qtdocgenerator.h66
-rw-r--r--sources/shiboken6/generator/qtdoc/qtxmltosphinx.cpp234
-rw-r--r--sources/shiboken6/generator/qtdoc/qtxmltosphinx.h28
-rw-r--r--sources/shiboken6/generator/qtdoc/rstformat.h22
-rw-r--r--sources/shiboken6/generator/shiboken/configurablescope.h33
-rw-r--r--sources/shiboken6/generator/shiboken/cppgenerator.cpp3710
-rw-r--r--sources/shiboken6/generator/shiboken/cppgenerator.h336
-rw-r--r--sources/shiboken6/generator/shiboken/cppgenerator_container.cpp135
-rw-r--r--sources/shiboken6/generator/shiboken/cppgenerator_smartpointer.cpp446
-rw-r--r--sources/shiboken6/generator/shiboken/generatorargument.cpp110
-rw-r--r--sources/shiboken6/generator/shiboken/generatorargument.h60
-rw-r--r--sources/shiboken6/generator/shiboken/generatorstrings.h34
-rw-r--r--sources/shiboken6/generator/shiboken/headergenerator.cpp583
-rw-r--r--sources/shiboken6/generator/shiboken/headergenerator.h38
-rw-r--r--sources/shiboken6/generator/shiboken/overloaddata.cpp78
-rw-r--r--sources/shiboken6/generator/shiboken/overloaddata.h7
-rw-r--r--sources/shiboken6/generator/shiboken/pytypenames.h1
-rw-r--r--sources/shiboken6/generator/shiboken/shibokengenerator.cpp754
-rw-r--r--sources/shiboken6/generator/shiboken/shibokengenerator.h213
-rw-r--r--sources/shiboken6/icecc.cmake3
-rw-r--r--sources/shiboken6/libshiboken/CMakeLists.txt62
-rw-r--r--sources/shiboken6/libshiboken/basewrapper.cpp135
-rw-r--r--sources/shiboken6/libshiboken/basewrapper.h48
-rw-r--r--sources/shiboken6/libshiboken/basewrapper_p.h26
-rw-r--r--sources/shiboken6/libshiboken/bindingmanager.cpp95
-rw-r--r--sources/shiboken6/libshiboken/bindingmanager.h5
-rw-r--r--sources/shiboken6/libshiboken/bufferprocs_py37.h4
-rw-r--r--sources/shiboken6/libshiboken/debugfreehook.cpp4
-rw-r--r--sources/shiboken6/libshiboken/embed/embedding_generator.py21
-rw-r--r--sources/shiboken6/libshiboken/embed/signature_bootstrap.py75
-rw-r--r--sources/shiboken6/libshiboken/helper.cpp99
-rw-r--r--sources/shiboken6/libshiboken/helper.h6
-rw-r--r--sources/shiboken6/libshiboken/pep384_issue33738.cpp9
-rw-r--r--sources/shiboken6/libshiboken/pep384impl.cpp104
-rw-r--r--sources/shiboken6/libshiboken/pep384impl.h26
-rw-r--r--sources/shiboken6/libshiboken/pep384impl_doc.rst704
-rw-r--r--sources/shiboken6/libshiboken/sbkarrayconverter.cpp6
-rw-r--r--sources/shiboken6/libshiboken/sbkarrayconverter.h6
-rw-r--r--sources/shiboken6/libshiboken/sbkarrayconverter_p.h2
-rw-r--r--sources/shiboken6/libshiboken/sbkcontainer.h12
-rw-r--r--sources/shiboken6/libshiboken/sbkconverter.cpp9
-rw-r--r--sources/shiboken6/libshiboken/sbkconverter.h9
-rw-r--r--sources/shiboken6/libshiboken/sbkconverter_p.h12
-rw-r--r--sources/shiboken6/libshiboken/sbkcpptonumpy.cpp67
-rw-r--r--sources/shiboken6/libshiboken/sbkcpptonumpy.h41
-rw-r--r--sources/shiboken6/libshiboken/sbkenum.cpp1111
-rw-r--r--sources/shiboken6/libshiboken/sbkenum.h134
-rw-r--r--sources/shiboken6/libshiboken/sbkenum_p.h30
-rw-r--r--sources/shiboken6/libshiboken/sbkerrors.cpp72
-rw-r--r--sources/shiboken6/libshiboken/sbkerrors.h34
-rw-r--r--sources/shiboken6/libshiboken/sbkfeature_base.cpp361
-rw-r--r--sources/shiboken6/libshiboken/sbkfeature_base.h2
-rw-r--r--sources/shiboken6/libshiboken/sbkmodule.cpp2
-rw-r--r--sources/shiboken6/libshiboken/sbkmodule.h5
-rw-r--r--sources/shiboken6/libshiboken/sbknumpy.cpp6
-rw-r--r--sources/shiboken6/libshiboken/sbknumpyarrayconverter.cpp6
-rw-r--r--sources/shiboken6/libshiboken/sbknumpyview.cpp102
-rw-r--r--sources/shiboken6/libshiboken/sbknumpyview.h2
-rw-r--r--sources/shiboken6/libshiboken/sbkpython.h1
-rw-r--r--sources/shiboken6/libshiboken/sbkstaticstrings.cpp7
-rw-r--r--sources/shiboken6/libshiboken/sbkstaticstrings.h5
-rw-r--r--sources/shiboken6/libshiboken/sbktypefactory.cpp33
-rw-r--r--sources/shiboken6/libshiboken/sbkwindows.h17
-rw-r--r--sources/shiboken6/libshiboken/shiboken.h1
-rw-r--r--sources/shiboken6/libshiboken/signature.h4
-rw-r--r--sources/shiboken6/libshiboken/signature/signature.cpp83
-rw-r--r--sources/shiboken6/libshiboken/signature/signature_doc.rst376
-rw-r--r--sources/shiboken6/libshiboken/signature/signature_extend.cpp46
-rw-r--r--sources/shiboken6/libshiboken/signature/signature_globals.cpp163
-rw-r--r--sources/shiboken6/libshiboken/signature/signature_helper.cpp26
-rw-r--r--sources/shiboken6/libshiboken/signature_p.h11
-rw-r--r--sources/shiboken6/libshiboken/voidptr.cpp12
-rw-r--r--sources/shiboken6/shibokenmodule/CMakeLists.txt34
-rw-r--r--sources/shiboken6/shibokenmodule/Shiboken.pyi17
-rw-r--r--sources/shiboken6/shibokenmodule/__init__.py.in3
-rw-r--r--sources/shiboken6/shibokenmodule/_config.py.in1
-rw-r--r--sources/shiboken6/shibokenmodule/files.dir/shibokensupport/enum_310.py1102
-rw-r--r--sources/shiboken6/shibokenmodule/files.dir/shibokensupport/feature.py55
-rw-r--r--sources/shiboken6/shibokenmodule/files.dir/shibokensupport/shibokensupport.pyproject1
-rw-r--r--sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/errorhandler.py2
-rw-r--r--sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/layout.py2
-rw-r--r--sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/lib/enum_sig.py44
-rw-r--r--sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/lib/pyi_generator.py21
-rw-r--r--sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/loader.py39
-rw-r--r--sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/mapping.py39
-rw-r--r--sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/parser.py54
-rw-r--r--sources/shiboken6/shibokenmodule/files.dir/shibokensupport/signature/qt_attribution.json2
-rw-r--r--sources/shiboken6/shibokenmodule/typesystem_shiboken.xml45
-rw-r--r--sources/shiboken6/tests/CMakeLists.txt5
-rw-r--r--sources/shiboken6/tests/dumpcodemodel/CMakeLists.txt5
-rw-r--r--sources/shiboken6/tests/dumpcodemodel/main.cpp63
-rw-r--r--sources/shiboken6/tests/libminimal/CMakeLists.txt14
-rw-r--r--sources/shiboken6/tests/libminimal/containeruser.cpp55
-rw-r--r--sources/shiboken6/tests/libminimal/containeruser.h36
-rw-r--r--sources/shiboken6/tests/libminimal/listuser.cpp44
-rw-r--r--sources/shiboken6/tests/libminimal/listuser.h6
-rw-r--r--sources/shiboken6/tests/libminimal/minbool.h6
-rw-r--r--sources/shiboken6/tests/libminimal/obj.cpp3
-rw-r--r--sources/shiboken6/tests/libminimal/spanuser.cpp58
-rw-r--r--sources/shiboken6/tests/libminimal/spanuser.h35
-rw-r--r--sources/shiboken6/tests/libother/CMakeLists.txt17
-rw-r--r--sources/shiboken6/tests/libother/extendsnoimplicitconversion.h3
-rw-r--r--sources/shiboken6/tests/libother/number.cpp20
-rw-r--r--sources/shiboken6/tests/libother/number.h4
-rw-r--r--sources/shiboken6/tests/libother/otherderived.cpp16
-rw-r--r--sources/shiboken6/tests/libother/otherderived.h16
-rw-r--r--sources/shiboken6/tests/libother/othermultiplederived.cpp11
-rw-r--r--sources/shiboken6/tests/libother/othermultiplederived.h4
-rw-r--r--sources/shiboken6/tests/libother/otherobjecttype.cpp5
-rw-r--r--sources/shiboken6/tests/libother/otherobjecttype.h8
-rw-r--r--sources/shiboken6/tests/libother/smartptrtester.cpp2
-rw-r--r--sources/shiboken6/tests/libsample/CMakeLists.txt140
-rw-r--r--sources/shiboken6/tests/libsample/abstract.cpp57
-rw-r--r--sources/shiboken6/tests/libsample/abstract.h25
-rw-r--r--sources/shiboken6/tests/libsample/blackbox.cpp71
-rw-r--r--sources/shiboken6/tests/libsample/blackbox.h21
-rw-r--r--sources/shiboken6/tests/libsample/bucket.cpp26
-rw-r--r--sources/shiboken6/tests/libsample/bucket.h6
-rw-r--r--sources/shiboken6/tests/libsample/bytearray.cpp117
-rw-r--r--sources/shiboken6/tests/libsample/bytearray.h66
-rw-r--r--sources/shiboken6/tests/libsample/collector.cpp8
-rw-r--r--sources/shiboken6/tests/libsample/collector.h21
-rw-r--r--sources/shiboken6/tests/libsample/complex.cpp13
-rw-r--r--sources/shiboken6/tests/libsample/complex.h6
-rw-r--r--sources/shiboken6/tests/libsample/cvlist.h6
-rw-r--r--sources/shiboken6/tests/libsample/derived.cpp48
-rw-r--r--sources/shiboken6/tests/libsample/derived.h20
-rw-r--r--sources/shiboken6/tests/libsample/echo.h48
-rw-r--r--sources/shiboken6/tests/libsample/exceptiontest.cpp7
-rw-r--r--sources/shiboken6/tests/libsample/exceptiontest.h2
-rw-r--r--sources/shiboken6/tests/libsample/expression.cpp32
-rw-r--r--sources/shiboken6/tests/libsample/expression.h22
-rw-r--r--sources/shiboken6/tests/libsample/filter.cpp22
-rw-r--r--sources/shiboken6/tests/libsample/filter.h28
-rw-r--r--sources/shiboken6/tests/libsample/functions.cpp121
-rw-r--r--sources/shiboken6/tests/libsample/functions.h27
-rw-r--r--sources/shiboken6/tests/libsample/handle.cpp8
-rw-r--r--sources/shiboken6/tests/libsample/handle.h32
-rw-r--r--sources/shiboken6/tests/libsample/implicitconv.cpp24
-rw-r--r--sources/shiboken6/tests/libsample/implicitconv.h24
-rw-r--r--sources/shiboken6/tests/libsample/injectcode.cpp33
-rw-r--r--sources/shiboken6/tests/libsample/injectcode.h22
-rw-r--r--sources/shiboken6/tests/libsample/list.h35
-rw-r--r--sources/shiboken6/tests/libsample/listuser.cpp37
-rw-r--r--sources/shiboken6/tests/libsample/listuser.h20
-rw-r--r--sources/shiboken6/tests/libsample/main.cpp220
-rw-r--r--sources/shiboken6/tests/libsample/mapuser.cpp42
-rw-r--r--sources/shiboken6/tests/libsample/mapuser.h15
-rw-r--r--sources/shiboken6/tests/libsample/modelindex.h29
-rw-r--r--sources/shiboken6/tests/libsample/modifications.cpp110
-rw-r--r--sources/shiboken6/tests/libsample/modifications.h56
-rw-r--r--sources/shiboken6/tests/libsample/modified_constructor.cpp3
-rw-r--r--sources/shiboken6/tests/libsample/modified_constructor.h4
-rw-r--r--sources/shiboken6/tests/libsample/multiple_derived.cpp33
-rw-r--r--sources/shiboken6/tests/libsample/multiple_derived.h94
-rw-r--r--sources/shiboken6/tests/libsample/noimplicitconversion.h9
-rw-r--r--sources/shiboken6/tests/libsample/nondefaultctor.h10
-rw-r--r--sources/shiboken6/tests/libsample/nontypetemplate.h4
-rw-r--r--sources/shiboken6/tests/libsample/null.h8
-rw-r--r--sources/shiboken6/tests/libsample/objectmodel.cpp15
-rw-r--r--sources/shiboken6/tests/libsample/objectmodel.h14
-rw-r--r--sources/shiboken6/tests/libsample/objecttype.cpp127
-rw-r--r--sources/shiboken6/tests/libsample/objecttype.h89
-rw-r--r--sources/shiboken6/tests/libsample/objecttypebyvalue.h20
-rw-r--r--sources/shiboken6/tests/libsample/objecttypeholder.cpp10
-rw-r--r--sources/shiboken6/tests/libsample/objecttypeholder.h8
-rw-r--r--sources/shiboken6/tests/libsample/objecttypelayout.cpp16
-rw-r--r--sources/shiboken6/tests/libsample/objecttypelayout.h13
-rw-r--r--sources/shiboken6/tests/libsample/objecttypeoperators.cpp12
-rw-r--r--sources/shiboken6/tests/libsample/objecttypeoperators.h22
-rw-r--r--sources/shiboken6/tests/libsample/objectview.cpp13
-rw-r--r--sources/shiboken6/tests/libsample/objectview.h16
-rw-r--r--sources/shiboken6/tests/libsample/oddbool.cpp2
-rw-r--r--sources/shiboken6/tests/libsample/oddbool.h4
-rw-r--r--sources/shiboken6/tests/libsample/onlycopy.cpp13
-rw-r--r--sources/shiboken6/tests/libsample/onlycopy.h10
-rw-r--r--sources/shiboken6/tests/libsample/overload.cpp184
-rw-r--r--sources/shiboken6/tests/libsample/overload.h83
-rw-r--r--sources/shiboken6/tests/libsample/overloadsort.cpp35
-rw-r--r--sources/shiboken6/tests/libsample/overloadsort.h52
-rw-r--r--sources/shiboken6/tests/libsample/pairuser.cpp20
-rw-r--r--sources/shiboken6/tests/libsample/pairuser.h10
-rw-r--r--sources/shiboken6/tests/libsample/pen.cpp20
-rw-r--r--sources/shiboken6/tests/libsample/pen.h10
-rw-r--r--sources/shiboken6/tests/libsample/photon.cpp14
-rw-r--r--sources/shiboken6/tests/libsample/photon.h57
-rw-r--r--sources/shiboken6/tests/libsample/point.cpp75
-rw-r--r--sources/shiboken6/tests/libsample/point.h56
-rw-r--r--sources/shiboken6/tests/libsample/pointerholder.h11
-rw-r--r--sources/shiboken6/tests/libsample/pointf.cpp63
-rw-r--r--sources/shiboken6/tests/libsample/pointf.h46
-rw-r--r--sources/shiboken6/tests/libsample/polygon.cpp25
-rw-r--r--sources/shiboken6/tests/libsample/polygon.h14
-rw-r--r--sources/shiboken6/tests/libsample/privatector.h24
-rw-r--r--sources/shiboken6/tests/libsample/privatedtor.h18
-rw-r--r--sources/shiboken6/tests/libsample/protected.cpp9
-rw-r--r--sources/shiboken6/tests/libsample/protected.h69
-rw-r--r--sources/shiboken6/tests/libsample/rect.h48
-rw-r--r--sources/shiboken6/tests/libsample/reference.cpp36
-rw-r--r--sources/shiboken6/tests/libsample/reference.h37
-rw-r--r--sources/shiboken6/tests/libsample/removednamespaces.h1
-rw-r--r--sources/shiboken6/tests/libsample/sample.cpp2
-rw-r--r--sources/shiboken6/tests/libsample/sample.h4
-rw-r--r--sources/shiboken6/tests/libsample/samplenamespace.cpp81
-rw-r--r--sources/shiboken6/tests/libsample/samplenamespace.h46
-rw-r--r--sources/shiboken6/tests/libsample/sbkdate.h3
-rw-r--r--sources/shiboken6/tests/libsample/simplefile.cpp48
-rw-r--r--sources/shiboken6/tests/libsample/simplefile.h8
-rw-r--r--sources/shiboken6/tests/libsample/size.cpp9
-rw-r--r--sources/shiboken6/tests/libsample/size.h65
-rw-r--r--sources/shiboken6/tests/libsample/sometime.cpp29
-rw-r--r--sources/shiboken6/tests/libsample/sometime.h25
-rw-r--r--sources/shiboken6/tests/libsample/stdcomplex.cpp32
-rw-r--r--sources/shiboken6/tests/libsample/stdcomplex.h55
-rw-r--r--sources/shiboken6/tests/libsample/str.cpp95
-rw-r--r--sources/shiboken6/tests/libsample/str.h33
-rw-r--r--sources/shiboken6/tests/libsample/strlist.cpp6
-rw-r--r--sources/shiboken6/tests/libsample/strlist.h32
-rw-r--r--sources/shiboken6/tests/libsample/templateptr.cpp2
-rw-r--r--sources/shiboken6/tests/libsample/templateptr.h9
-rw-r--r--sources/shiboken6/tests/libsample/transform.cpp34
-rw-r--r--sources/shiboken6/tests/libsample/transform.h12
-rw-r--r--sources/shiboken6/tests/libsample/valueandvirtual.h9
-rw-r--r--sources/shiboken6/tests/libsample/virtualmethods.cpp14
-rw-r--r--sources/shiboken6/tests/libsample/virtualmethods.h38
-rw-r--r--sources/shiboken6/tests/libsample/voidholder.h15
-rw-r--r--sources/shiboken6/tests/libsmart/CMakeLists.txt17
-rw-r--r--sources/shiboken6/tests/libsmart/smart.cpp6
-rw-r--r--sources/shiboken6/tests/libsmart/smart.h1
-rw-r--r--sources/shiboken6/tests/libsmart/smart_integer.h8
-rw-r--r--sources/shiboken6/tests/libsmart/smart_obj.h4
-rw-r--r--sources/shiboken6/tests/libsmart/smart_sharedptr.h5
-rw-r--r--sources/shiboken6/tests/libsmart/smart_test.h13
-rw-r--r--sources/shiboken6/tests/libsmart/stduniqueptrtestbench.cpp16
-rw-r--r--sources/shiboken6/tests/libsmart/stduniqueptrtestbench.h4
-rw-r--r--sources/shiboken6/tests/minimalbinding/CMakeLists.txt23
-rw-r--r--sources/shiboken6/tests/minimalbinding/brace_pattern_test.py1
-rw-r--r--sources/shiboken6/tests/minimalbinding/containeruser_test.py44
-rw-r--r--sources/shiboken6/tests/minimalbinding/global.h2
-rw-r--r--sources/shiboken6/tests/minimalbinding/listuser_test.py10
-rw-r--r--sources/shiboken6/tests/minimalbinding/minimal-binding.txt.in1
-rw-r--r--sources/shiboken6/tests/minimalbinding/minimalbinding.pyproject10
-rw-r--r--sources/shiboken6/tests/minimalbinding/spanuser_test.py42
-rw-r--r--sources/shiboken6/tests/minimalbinding/typesystem_minimal.xml47
-rw-r--r--sources/shiboken6/tests/otherbinding/CMakeLists.txt21
-rw-r--r--sources/shiboken6/tests/otherbinding/other-binding.txt.in2
-rw-r--r--sources/shiboken6/tests/otherbinding/otherbinding.pyproject17
-rw-r--r--sources/shiboken6/tests/otherbinding/signature_test.py1
-rw-r--r--sources/shiboken6/tests/otherbinding/typesystem_other.xml4
-rw-r--r--sources/shiboken6/tests/qtxmltosphinx/CMakeLists.txt5
-rw-r--r--sources/shiboken6/tests/qtxmltosphinx/main.cpp4
-rw-r--r--sources/shiboken6/tests/qtxmltosphinxtest/CMakeLists.txt5
-rw-r--r--sources/shiboken6/tests/qtxmltosphinxtest/qtxmltosphinxtest.cpp107
-rw-r--r--sources/shiboken6/tests/qtxmltosphinxtest/qtxmltosphinxtest.h2
-rw-r--r--sources/shiboken6/tests/samplebinding/CMakeLists.txt24
-rw-r--r--sources/shiboken6/tests/samplebinding/derived_test.py20
-rw-r--r--sources/shiboken6/tests/samplebinding/enum_test.py55
-rw-r--r--sources/shiboken6/tests/samplebinding/enumfromremovednamespace_test.py10
-rw-r--r--sources/shiboken6/tests/samplebinding/exception_test.py11
-rw-r--r--sources/shiboken6/tests/samplebinding/global.h1
-rw-r--r--sources/shiboken6/tests/samplebinding/modifications_test.py12
-rw-r--r--sources/shiboken6/tests/samplebinding/multi_cpp_inheritance_test.py15
-rw-r--r--sources/shiboken6/tests/samplebinding/namespace_test.py36
-rw-r--r--sources/shiboken6/tests/samplebinding/pointerprimitivetype_test.py3
-rw-r--r--sources/shiboken6/tests/samplebinding/primitivereferenceargument_test.py4
-rw-r--r--sources/shiboken6/tests/samplebinding/renaming_test.py1
-rw-r--r--sources/shiboken6/tests/samplebinding/sample-binding.txt.in1
-rw-r--r--sources/shiboken6/tests/samplebinding/sample_test.py47
-rw-r--r--sources/shiboken6/tests/samplebinding/samplebinding.pyproject131
-rw-r--r--sources/shiboken6/tests/samplebinding/samplesnippets.cpp19
-rw-r--r--sources/shiboken6/tests/samplebinding/stdcomplex_test.py71
-rw-r--r--sources/shiboken6/tests/samplebinding/typeconverters_test.py11
-rw-r--r--sources/shiboken6/tests/samplebindin