PySide6-Examples 6.7.0__cp39-abi3-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1658) hide show
  1. PySide6/Qt3DAnimation.pyi +490 -0
  2. PySide6/Qt3DCore.pyi +600 -0
  3. PySide6/Qt3DExtras.pyi +1048 -0
  4. PySide6/Qt3DInput.pyi +403 -0
  5. PySide6/Qt3DLogic.pyi +41 -0
  6. PySide6/Qt3DRender.pyi +2434 -0
  7. PySide6/QtAxContainer.pyi +223 -0
  8. PySide6/QtBluetooth.pyi +1434 -0
  9. PySide6/QtCharts.pyi +1687 -0
  10. PySide6/QtConcurrent.pyi +123 -0
  11. PySide6/QtCore.pyi +10400 -0
  12. PySide6/QtDBus.pyi +719 -0
  13. PySide6/QtDataVisualization.pyi +1462 -0
  14. PySide6/QtDesigner.pyi +599 -0
  15. PySide6/QtGraphs.pyi +1997 -0
  16. PySide6/QtGui.pyi +10976 -0
  17. PySide6/QtHelp.pyi +325 -0
  18. PySide6/QtHttpServer.pyi +254 -0
  19. PySide6/QtLocation.pyi +1003 -0
  20. PySide6/QtMultimedia.pyi +1408 -0
  21. PySide6/QtMultimediaWidgets.pyi +68 -0
  22. PySide6/QtNetwork.pyi +2579 -0
  23. PySide6/QtNetworkAuth.pyi +329 -0
  24. PySide6/QtNfc.pyi +371 -0
  25. PySide6/QtOpenGL.pyi +14082 -0
  26. PySide6/QtOpenGLWidgets.pyi +81 -0
  27. PySide6/QtPdf.pyi +319 -0
  28. PySide6/QtPdfWidgets.pyi +100 -0
  29. PySide6/QtPositioning.pyi +592 -0
  30. PySide6/QtPrintSupport.pyi +389 -0
  31. PySide6/QtQml.pyi +1022 -0
  32. PySide6/QtQuick.pyi +1519 -0
  33. PySide6/QtQuick3D.pyi +291 -0
  34. PySide6/QtQuickControls2.pyi +35 -0
  35. PySide6/QtQuickTest.pyi +27 -0
  36. PySide6/QtQuickWidgets.pyi +94 -0
  37. PySide6/QtRemoteObjects.pyi +286 -0
  38. PySide6/QtScxml.pyi +329 -0
  39. PySide6/QtSensors.pyi +662 -0
  40. PySide6/QtSerialBus.pyi +597 -0
  41. PySide6/QtSerialPort.pyi +187 -0
  42. PySide6/QtSpatialAudio.pyi +242 -0
  43. PySide6/QtSql.pyi +685 -0
  44. PySide6/QtStateMachine.pyi +295 -0
  45. PySide6/QtSvg.pyi +122 -0
  46. PySide6/QtSvgWidgets.pyi +65 -0
  47. PySide6/QtTest.pyi +362 -0
  48. PySide6/QtTextToSpeech.pyi +182 -0
  49. PySide6/QtUiTools.pyi +57 -0
  50. PySide6/QtWebChannel.pyi +52 -0
  51. PySide6/QtWebEngineCore.pyi +1089 -0
  52. PySide6/QtWebEngineQuick.pyi +100 -0
  53. PySide6/QtWebEngineWidgets.pyi +99 -0
  54. PySide6/QtWebSockets.pyi +237 -0
  55. PySide6/QtWidgets.pyi +9553 -0
  56. PySide6/QtXml.pyi +452 -0
  57. PySide6/__feature__.pyi +10 -0
  58. PySide6/__init__.py +124 -0
  59. PySide6/_config.py +17 -0
  60. PySide6/_git_pyside_version.py +19 -0
  61. PySide6/examples/3d/simple3d/doc/simple3d.png +0 -0
  62. PySide6/examples/3d/simple3d/doc/simple3d.rst +8 -0
  63. PySide6/examples/3d/simple3d/simple3d.py +127 -0
  64. PySide6/examples/3d/simple3d/simple3d.pyproject +3 -0
  65. PySide6/examples/async/eratosthenes/doc/eratosthenes.rst +39 -0
  66. PySide6/examples/async/eratosthenes/doc/eratosthenes.svg +1 -0
  67. PySide6/examples/async/eratosthenes/eratosthenes.pyproject +3 -0
  68. PySide6/examples/async/eratosthenes/eratosthenes_asyncio.py +134 -0
  69. PySide6/examples/async/eratosthenes/eratosthenes_trio.py +197 -0
  70. PySide6/examples/async/eratosthenes/requirements_trio.txt +2 -0
  71. PySide6/examples/async/minimal/doc/minimal.png +0 -0
  72. PySide6/examples/async/minimal/doc/minimal.rst +38 -0
  73. PySide6/examples/async/minimal/minimal.pyproject +3 -0
  74. PySide6/examples/async/minimal/minimal_asyncio.py +40 -0
  75. PySide6/examples/async/minimal/minimal_trio.py +107 -0
  76. PySide6/examples/async/minimal/requirements_trio.txt +1 -0
  77. PySide6/examples/axcontainer/axviewer/axviewer.py +47 -0
  78. PySide6/examples/axcontainer/axviewer/axviewer.pyproject +3 -0
  79. PySide6/examples/axcontainer/axviewer/doc/axviewer.png +0 -0
  80. PySide6/examples/axcontainer/axviewer/doc/axviewer.rst +9 -0
  81. PySide6/examples/bluetooth/btscanner/btscanner.pyproject +3 -0
  82. PySide6/examples/bluetooth/btscanner/device.py +130 -0
  83. PySide6/examples/bluetooth/btscanner/device.ui +111 -0
  84. PySide6/examples/bluetooth/btscanner/doc/btscanner.rst +4 -0
  85. PySide6/examples/bluetooth/btscanner/main.py +17 -0
  86. PySide6/examples/bluetooth/btscanner/service.py +48 -0
  87. PySide6/examples/bluetooth/btscanner/service.ui +71 -0
  88. PySide6/examples/bluetooth/btscanner/ui_device.py +90 -0
  89. PySide6/examples/bluetooth/btscanner/ui_service.py +57 -0
  90. PySide6/examples/bluetooth/heartrate_game/HeartRateGame/App.qml +99 -0
  91. PySide6/examples/bluetooth/heartrate_game/HeartRateGame/BluetoothAlarmDialog.qml +79 -0
  92. PySide6/examples/bluetooth/heartrate_game/HeartRateGame/BottomLine.qml +12 -0
  93. PySide6/examples/bluetooth/heartrate_game/HeartRateGame/Connect.qml +159 -0
  94. PySide6/examples/bluetooth/heartrate_game/HeartRateGame/GameButton.qml +39 -0
  95. PySide6/examples/bluetooth/heartrate_game/HeartRateGame/GamePage.qml +36 -0
  96. PySide6/examples/bluetooth/heartrate_game/HeartRateGame/GameSettings.qml +51 -0
  97. PySide6/examples/bluetooth/heartrate_game/HeartRateGame/Main.qml +71 -0
  98. PySide6/examples/bluetooth/heartrate_game/HeartRateGame/Measure.qml +212 -0
  99. PySide6/examples/bluetooth/heartrate_game/HeartRateGame/SplashScreen.qml +30 -0
  100. PySide6/examples/bluetooth/heartrate_game/HeartRateGame/Stats.qml +55 -0
  101. PySide6/examples/bluetooth/heartrate_game/HeartRateGame/StatsLabel.qml +34 -0
  102. PySide6/examples/bluetooth/heartrate_game/HeartRateGame/TitleBar.qml +54 -0
  103. PySide6/examples/bluetooth/heartrate_game/HeartRateGame/images/bt_off_to_on.png +0 -0
  104. PySide6/examples/bluetooth/heartrate_game/HeartRateGame/images/heart.png +0 -0
  105. PySide6/examples/bluetooth/heartrate_game/HeartRateGame/images/logo.png +0 -0
  106. PySide6/examples/bluetooth/heartrate_game/HeartRateGame/qmldir +14 -0
  107. PySide6/examples/bluetooth/heartrate_game/bluetoothbaseclass.py +40 -0
  108. PySide6/examples/bluetooth/heartrate_game/connectionhandler.py +77 -0
  109. PySide6/examples/bluetooth/heartrate_game/devicefinder.py +139 -0
  110. PySide6/examples/bluetooth/heartrate_game/devicehandler.py +309 -0
  111. PySide6/examples/bluetooth/heartrate_game/deviceinfo.py +38 -0
  112. PySide6/examples/bluetooth/heartrate_game/doc/heartrate_game.rst +11 -0
  113. PySide6/examples/bluetooth/heartrate_game/heartrate_game.pyproject +23 -0
  114. PySide6/examples/bluetooth/heartrate_game/heartrate_global.py +30 -0
  115. PySide6/examples/bluetooth/heartrate_game/main.py +53 -0
  116. PySide6/examples/bluetooth/heartrate_server/doc/heartrate_server.rst +8 -0
  117. PySide6/examples/bluetooth/heartrate_server/heartrate_server.py +95 -0
  118. PySide6/examples/bluetooth/heartrate_server/heartrate_server.pyproject +3 -0
  119. PySide6/examples/bluetooth/lowenergyscanner/Scanner/Characteristics.qml +121 -0
  120. PySide6/examples/bluetooth/lowenergyscanner/Scanner/Devices.qml +121 -0
  121. PySide6/examples/bluetooth/lowenergyscanner/Scanner/Dialog.qml +48 -0
  122. PySide6/examples/bluetooth/lowenergyscanner/Scanner/Header.qml +25 -0
  123. PySide6/examples/bluetooth/lowenergyscanner/Scanner/Label.qml +16 -0
  124. PySide6/examples/bluetooth/lowenergyscanner/Scanner/Main.qml +31 -0
  125. PySide6/examples/bluetooth/lowenergyscanner/Scanner/Menu.qml +55 -0
  126. PySide6/examples/bluetooth/lowenergyscanner/Scanner/Services.qml +115 -0
  127. PySide6/examples/bluetooth/lowenergyscanner/Scanner/assets/busy_dark.png +0 -0
  128. PySide6/examples/bluetooth/lowenergyscanner/Scanner/qmldir +10 -0
  129. PySide6/examples/bluetooth/lowenergyscanner/characteristicinfo.py +87 -0
  130. PySide6/examples/bluetooth/lowenergyscanner/device.py +278 -0
  131. PySide6/examples/bluetooth/lowenergyscanner/deviceinfo.py +34 -0
  132. PySide6/examples/bluetooth/lowenergyscanner/doc/lowenergyscanner.png +0 -0
  133. PySide6/examples/bluetooth/lowenergyscanner/doc/lowenergyscanner.rst +11 -0
  134. PySide6/examples/bluetooth/lowenergyscanner/lowenergyscanner.pyproject +7 -0
  135. PySide6/examples/bluetooth/lowenergyscanner/main.py +27 -0
  136. PySide6/examples/bluetooth/lowenergyscanner/serviceinfo.py +64 -0
  137. PySide6/examples/charts/areachart/areachart.py +67 -0
  138. PySide6/examples/charts/areachart/areachart.pyproject +3 -0
  139. PySide6/examples/charts/areachart/doc/areachart.png +0 -0
  140. PySide6/examples/charts/areachart/doc/areachart.rst +8 -0
  141. PySide6/examples/charts/audio/audio.py +90 -0
  142. PySide6/examples/charts/audio/audio.pyproject +3 -0
  143. PySide6/examples/charts/audio/doc/audio.png +0 -0
  144. PySide6/examples/charts/audio/doc/audio.rst +8 -0
  145. PySide6/examples/charts/barchart/barchart.py +69 -0
  146. PySide6/examples/charts/barchart/barchart.pyproject +3 -0
  147. PySide6/examples/charts/barchart/doc/barchart.png +0 -0
  148. PySide6/examples/charts/barchart/doc/barchart.rst +8 -0
  149. PySide6/examples/charts/callout/callout.py +220 -0
  150. PySide6/examples/charts/callout/callout.pyproject +3 -0
  151. PySide6/examples/charts/callout/doc/callout.png +0 -0
  152. PySide6/examples/charts/callout/doc/callout.rst +8 -0
  153. PySide6/examples/charts/chartthemes/README.md +9 -0
  154. PySide6/examples/charts/chartthemes/chartthemes.pyproject +3 -0
  155. PySide6/examples/charts/chartthemes/doc/chartthemes.png +0 -0
  156. PySide6/examples/charts/chartthemes/doc/chartthemes.rst +11 -0
  157. PySide6/examples/charts/chartthemes/main.py +339 -0
  158. PySide6/examples/charts/chartthemes/themewidget.ui +103 -0
  159. PySide6/examples/charts/chartthemes/ui_themewidget.py +91 -0
  160. PySide6/examples/charts/donutbreakdown/doc/donutbreakdown.png +0 -0
  161. PySide6/examples/charts/donutbreakdown/doc/donutbreakdown.rst +8 -0
  162. PySide6/examples/charts/donutbreakdown/donutbreakdown.py +148 -0
  163. PySide6/examples/charts/donutbreakdown/donutbreakdown.pyproject +3 -0
  164. PySide6/examples/charts/dynamicspline/chart.py +52 -0
  165. PySide6/examples/charts/dynamicspline/doc/dynamicspline.rst +15 -0
  166. PySide6/examples/charts/dynamicspline/doc/dynamicspline1.png +0 -0
  167. PySide6/examples/charts/dynamicspline/doc/dynamicspline2.png +0 -0
  168. PySide6/examples/charts/dynamicspline/dynamicspline.pyproject +3 -0
  169. PySide6/examples/charts/dynamicspline/main.py +27 -0
  170. PySide6/examples/charts/legend/doc/legend.png +0 -0
  171. PySide6/examples/charts/legend/doc/legend.rst +20 -0
  172. PySide6/examples/charts/legend/legend.py +224 -0
  173. PySide6/examples/charts/legend/legend.pyproject +3 -0
  174. PySide6/examples/charts/lineandbar/doc/lineandbar.png +0 -0
  175. PySide6/examples/charts/lineandbar/doc/lineandbar.rst +11 -0
  176. PySide6/examples/charts/lineandbar/lineandbar.py +81 -0
  177. PySide6/examples/charts/lineandbar/lineandbar.pyproject +3 -0
  178. PySide6/examples/charts/linechart/doc/linechart.png +0 -0
  179. PySide6/examples/charts/linechart/doc/linechart.rst +8 -0
  180. PySide6/examples/charts/linechart/linechart.py +47 -0
  181. PySide6/examples/charts/linechart/linechart.pyproject +3 -0
  182. PySide6/examples/charts/logvalueaxis/doc/logvalueaxis.png +0 -0
  183. PySide6/examples/charts/logvalueaxis/doc/logvalueaxis.rst +8 -0
  184. PySide6/examples/charts/logvalueaxis/logvalueaxis.py +57 -0
  185. PySide6/examples/charts/logvalueaxis/logvalueaxis.pyproject +3 -0
  186. PySide6/examples/charts/memoryusage/doc/memoryusage.png +0 -0
  187. PySide6/examples/charts/memoryusage/doc/memoryusage.rst +9 -0
  188. PySide6/examples/charts/memoryusage/memoryusage.py +92 -0
  189. PySide6/examples/charts/memoryusage/memoryusage.pyproject +3 -0
  190. PySide6/examples/charts/modeldata/doc/modeldata.png +0 -0
  191. PySide6/examples/charts/modeldata/doc/modeldata.rst +9 -0
  192. PySide6/examples/charts/modeldata/modeldata.py +141 -0
  193. PySide6/examples/charts/modeldata/modeldata.pyproject +3 -0
  194. PySide6/examples/charts/nesteddonuts/doc/nesteddonuts.png +0 -0
  195. PySide6/examples/charts/nesteddonuts/doc/nesteddonuts.rst +7 -0
  196. PySide6/examples/charts/nesteddonuts/nesteddonuts.py +100 -0
  197. PySide6/examples/charts/nesteddonuts/nesteddonuts.pyproject +3 -0
  198. PySide6/examples/charts/percentbarchart/doc/percentbarchart.png +0 -0
  199. PySide6/examples/charts/percentbarchart/doc/percentbarchart.rst +17 -0
  200. PySide6/examples/charts/percentbarchart/percentbarchart.py +63 -0
  201. PySide6/examples/charts/percentbarchart/percentbarchart.pyproject +3 -0
  202. PySide6/examples/charts/piechart/doc/piechart.png +0 -0
  203. PySide6/examples/charts/piechart/doc/piechart.rst +8 -0
  204. PySide6/examples/charts/piechart/piechart.py +50 -0
  205. PySide6/examples/charts/piechart/piechart.pyproject +3 -0
  206. PySide6/examples/charts/pointconfiguration/chartwindow.py +156 -0
  207. PySide6/examples/charts/pointconfiguration/doc/pointconfiguration.png +0 -0
  208. PySide6/examples/charts/pointconfiguration/doc/pointconfiguration.rst +144 -0
  209. PySide6/examples/charts/pointconfiguration/pointconfiguration.py +17 -0
  210. PySide6/examples/charts/pointconfiguration/pointconfiguration.pyproject +3 -0
  211. PySide6/examples/charts/pointselectionandmarkers/doc/pointselectionandmarkers.png +0 -0
  212. PySide6/examples/charts/pointselectionandmarkers/doc/pointselectionandmarkers.rst +72 -0
  213. PySide6/examples/charts/pointselectionandmarkers/images/blue_triangle.png +0 -0
  214. PySide6/examples/charts/pointselectionandmarkers/images/green_triangle.png +0 -0
  215. PySide6/examples/charts/pointselectionandmarkers/markers.qrc +6 -0
  216. PySide6/examples/charts/pointselectionandmarkers/pointselectionandmarkers.py +128 -0
  217. PySide6/examples/charts/pointselectionandmarkers/pointselectionandmarkers.pyproject +3 -0
  218. PySide6/examples/charts/pointselectionandmarkers/rc_markers.py +275 -0
  219. PySide6/examples/charts/pointselectionandmarkers/utilities.py +77 -0
  220. PySide6/examples/charts/qmlpolarchart/View1.qml +52 -0
  221. PySide6/examples/charts/qmlpolarchart/View2.qml +73 -0
  222. PySide6/examples/charts/qmlpolarchart/View3.qml +60 -0
  223. PySide6/examples/charts/qmlpolarchart/doc/qmlpolarchart.png +0 -0
  224. PySide6/examples/charts/qmlpolarchart/doc/qmlpolarchart.rst +8 -0
  225. PySide6/examples/charts/qmlpolarchart/main.qml +63 -0
  226. PySide6/examples/charts/qmlpolarchart/qmlpolarchart.py +28 -0
  227. PySide6/examples/charts/qmlpolarchart/qmlpolarchart.pyproject +3 -0
  228. PySide6/examples/charts/temperaturerecords/doc/temperaturerecords.png +0 -0
  229. PySide6/examples/charts/temperaturerecords/doc/temperaturerecords.rst +10 -0
  230. PySide6/examples/charts/temperaturerecords/temperaturerecords.py +60 -0
  231. PySide6/examples/charts/temperaturerecords/temperaturerecords.pyproject +3 -0
  232. PySide6/examples/corelib/ipc/sharedmemory/dialog.py +93 -0
  233. PySide6/examples/corelib/ipc/sharedmemory/dialog.ui +47 -0
  234. PySide6/examples/corelib/ipc/sharedmemory/image.png +0 -0
  235. PySide6/examples/corelib/ipc/sharedmemory/main.py +15 -0
  236. PySide6/examples/corelib/ipc/sharedmemory/qt.png +0 -0
  237. PySide6/examples/corelib/ipc/sharedmemory/sharedmemory.pyproject +3 -0
  238. PySide6/examples/corelib/ipc/sharedmemory/ui_dialog.py +57 -0
  239. PySide6/examples/corelib/mimetypesbrowser/doc/mimetypesbrowser.png +0 -0
  240. PySide6/examples/corelib/mimetypesbrowser/doc/mimetypesbrowser.rst +10 -0
  241. PySide6/examples/corelib/mimetypesbrowser/mainwindow.py +161 -0
  242. PySide6/examples/corelib/mimetypesbrowser/mimetypemodel.py +136 -0
  243. PySide6/examples/corelib/mimetypesbrowser/mimetypesbrowser.py +24 -0
  244. PySide6/examples/corelib/mimetypesbrowser/mimetypesbrowser.pyproject +3 -0
  245. PySide6/examples/corelib/settingseditor/doc/settingseditor.png +0 -0
  246. PySide6/examples/corelib/settingseditor/doc/settingseditor.rst +10 -0
  247. PySide6/examples/corelib/settingseditor/settingseditor.py +753 -0
  248. PySide6/examples/corelib/settingseditor/settingseditor.pyproject +3 -0
  249. PySide6/examples/corelib/threads/doc/threads.png +0 -0
  250. PySide6/examples/corelib/threads/doc/threads.rst +10 -0
  251. PySide6/examples/corelib/threads/mandelbrot.py +352 -0
  252. PySide6/examples/corelib/threads/threads.pyproject +3 -0
  253. PySide6/examples/datavisualization/bars3d/bars3d.py +80 -0
  254. PySide6/examples/datavisualization/bars3d/bars3d.pyproject +3 -0
  255. PySide6/examples/datavisualization/bars3d/doc/bars3d.png +0 -0
  256. PySide6/examples/datavisualization/bars3d/doc/bars3d.rst +8 -0
  257. PySide6/examples/datavisualization/graphgallery/axesinputhandler.py +101 -0
  258. PySide6/examples/datavisualization/graphgallery/bargraph.py +276 -0
  259. PySide6/examples/datavisualization/graphgallery/custominputhandler.py +177 -0
  260. PySide6/examples/datavisualization/graphgallery/data/layer_1.png +0 -0
  261. PySide6/examples/datavisualization/graphgallery/data/layer_2.png +0 -0
  262. PySide6/examples/datavisualization/graphgallery/data/layer_3.png +0 -0
  263. PySide6/examples/datavisualization/graphgallery/data/license.txt +77 -0
  264. PySide6/examples/datavisualization/graphgallery/data/maptexture.jpg +0 -0
  265. PySide6/examples/datavisualization/graphgallery/data/oilrig.obj +2322 -0
  266. PySide6/examples/datavisualization/graphgallery/data/pipe.obj +330 -0
  267. PySide6/examples/datavisualization/graphgallery/data/raindata.txt +158 -0
  268. PySide6/examples/datavisualization/graphgallery/data/refinery.obj +2330 -0
  269. PySide6/examples/datavisualization/graphgallery/data/topography.png +0 -0
  270. PySide6/examples/datavisualization/graphgallery/doc/graph_gallery.webp +0 -0
  271. PySide6/examples/datavisualization/graphgallery/doc/graphgallery.rst +11 -0
  272. PySide6/examples/datavisualization/graphgallery/graphgallery.pyproject +18 -0
  273. PySide6/examples/datavisualization/graphgallery/graphgallery.qrc +13 -0
  274. PySide6/examples/datavisualization/graphgallery/graphmodifier.py +395 -0
  275. PySide6/examples/datavisualization/graphgallery/highlightseries.py +94 -0
  276. PySide6/examples/datavisualization/graphgallery/main.py +50 -0
  277. PySide6/examples/datavisualization/graphgallery/rainfalldata.py +125 -0
  278. PySide6/examples/datavisualization/graphgallery/scatterdatamodifier.py +151 -0
  279. PySide6/examples/datavisualization/graphgallery/scattergraph.py +128 -0
  280. PySide6/examples/datavisualization/graphgallery/surfacegraph.py +265 -0
  281. PySide6/examples/datavisualization/graphgallery/surfacegraphmodifier.py +643 -0
  282. PySide6/examples/datavisualization/graphgallery/topographicseries.py +57 -0
  283. PySide6/examples/datavisualization/graphgallery/variantbardatamapping.py +67 -0
  284. PySide6/examples/datavisualization/graphgallery/variantbardataproxy.py +100 -0
  285. PySide6/examples/datavisualization/graphgallery/variantdataset.py +39 -0
  286. PySide6/examples/datavisualization/minimalsurface/doc/minimalsurface.rst +4 -0
  287. PySide6/examples/datavisualization/minimalsurface/main.py +54 -0
  288. PySide6/examples/datavisualization/qmlsurfacegallery/datasource.py +99 -0
  289. PySide6/examples/datavisualization/qmlsurfacegallery/doc/qmlsurfacegallery.rst +9 -0
  290. PySide6/examples/datavisualization/qmlsurfacegallery/doc/qmlsurfacegallery.webp +0 -0
  291. PySide6/examples/datavisualization/qmlsurfacegallery/main.py +39 -0
  292. PySide6/examples/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/SpectrogramData.qml +1545 -0
  293. PySide6/examples/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/SurfaceHeightMap.qml +227 -0
  294. PySide6/examples/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/SurfaceOscilloscope.qml +430 -0
  295. PySide6/examples/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/SurfaceSpectrogram.qml +272 -0
  296. PySide6/examples/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/heightmap.png +0 -0
  297. PySide6/examples/datavisualization/qmlsurfacegallery/qml/qmlsurfacegallery/main.qml +57 -0
  298. PySide6/examples/datavisualization/qmlsurfacegallery/qmlsurfacegallery.pyproject +10 -0
  299. PySide6/examples/datavisualization/qmlsurfacegallery/qmlsurfacegallery.qrc +5 -0
  300. PySide6/examples/datavisualization/qmlsurfacegallery/rc_qmlsurfacegallery.py +39967 -0
  301. PySide6/examples/datavisualization/surface/doc/surface.rst +23 -0
  302. PySide6/examples/datavisualization/surface/doc/surface_mountain.png +0 -0
  303. PySide6/examples/datavisualization/surface/main.py +189 -0
  304. PySide6/examples/datavisualization/surface/mountain.png +0 -0
  305. PySide6/examples/datavisualization/surface/surface.pyproject +4 -0
  306. PySide6/examples/datavisualization/surface/surfacegraph.py +253 -0
  307. PySide6/examples/datavisualization/surface_model_numpy/doc/surface_model_numpy.rst +24 -0
  308. PySide6/examples/datavisualization/surface_model_numpy/main.py +189 -0
  309. PySide6/examples/datavisualization/surface_model_numpy/surface_model_numpy.pyproject +4 -0
  310. PySide6/examples/datavisualization/surface_model_numpy/surfacegraph.py +295 -0
  311. PySide6/examples/datavisualization/surface_numpy/doc/surface_numpy.rst +24 -0
  312. PySide6/examples/datavisualization/surface_numpy/main.py +189 -0
  313. PySide6/examples/datavisualization/surface_numpy/surface_numpy.pyproject +4 -0
  314. PySide6/examples/datavisualization/surface_numpy/surfacegraph.py +253 -0
  315. PySide6/examples/dbus/listnames/listnames.py +53 -0
  316. PySide6/examples/dbus/listnames/listnames.pyproject +3 -0
  317. PySide6/examples/dbus/pingpong/ping.py +38 -0
  318. PySide6/examples/dbus/pingpong/pingpong.pyproject +3 -0
  319. PySide6/examples/dbus/pingpong/pong.py +44 -0
  320. PySide6/examples/demos/colorpaletteclient/ColorPalette/ColorDialogDelete.qml +71 -0
  321. PySide6/examples/demos/colorpaletteclient/ColorPalette/ColorDialogEditor.qml +139 -0
  322. PySide6/examples/demos/colorpaletteclient/ColorPalette/ColorView.qml +381 -0
  323. PySide6/examples/demos/colorpaletteclient/ColorPalette/Main.qml +62 -0
  324. PySide6/examples/demos/colorpaletteclient/ColorPalette/ServerSelection.qml +241 -0
  325. PySide6/examples/demos/colorpaletteclient/ColorPalette/UserMenu.qml +139 -0
  326. PySide6/examples/demos/colorpaletteclient/ColorPalette/qmldir +7 -0
  327. PySide6/examples/demos/colorpaletteclient/QtExampleStyle/Button.qml +48 -0
  328. PySide6/examples/demos/colorpaletteclient/QtExampleStyle/CMakeLists.txt +54 -0
  329. PySide6/examples/demos/colorpaletteclient/QtExampleStyle/Popup.qml +27 -0
  330. PySide6/examples/demos/colorpaletteclient/QtExampleStyle/TextField.qml +22 -0
  331. PySide6/examples/demos/colorpaletteclient/QtExampleStyle/UIStyle.qml +29 -0
  332. PySide6/examples/demos/colorpaletteclient/QtExampleStyle/qmldir +5 -0
  333. PySide6/examples/demos/colorpaletteclient/abstractresource.py +24 -0
  334. PySide6/examples/demos/colorpaletteclient/basiclogin.py +100 -0
  335. PySide6/examples/demos/colorpaletteclient/colorpaletteclient.pyproject +21 -0
  336. PySide6/examples/demos/colorpaletteclient/colorpaletteclient.qrc +17 -0
  337. PySide6/examples/demos/colorpaletteclient/doc/colorpaletteclient.rst +79 -0
  338. PySide6/examples/demos/colorpaletteclient/doc/colorpaletteclient.webp +0 -0
  339. PySide6/examples/demos/colorpaletteclient/icons/close.svg +3 -0
  340. PySide6/examples/demos/colorpaletteclient/icons/delete.svg +3 -0
  341. PySide6/examples/demos/colorpaletteclient/icons/dots.svg +3 -0
  342. PySide6/examples/demos/colorpaletteclient/icons/edit.svg +3 -0
  343. PySide6/examples/demos/colorpaletteclient/icons/login.svg +3 -0
  344. PySide6/examples/demos/colorpaletteclient/icons/logout.svg +3 -0
  345. PySide6/examples/demos/colorpaletteclient/icons/ok.svg +3 -0
  346. PySide6/examples/demos/colorpaletteclient/icons/plus.svg +3 -0
  347. PySide6/examples/demos/colorpaletteclient/icons/qt.png +0 -0
  348. PySide6/examples/demos/colorpaletteclient/icons/qt_attribution.json +14 -0
  349. PySide6/examples/demos/colorpaletteclient/icons/testserver.png +0 -0
  350. PySide6/examples/demos/colorpaletteclient/icons/update.svg +3 -0
  351. PySide6/examples/demos/colorpaletteclient/icons/user.svg +4 -0
  352. PySide6/examples/demos/colorpaletteclient/icons/userMask.svg +3 -0
  353. PySide6/examples/demos/colorpaletteclient/main.py +33 -0
  354. PySide6/examples/demos/colorpaletteclient/paginatedresource.py +278 -0
  355. PySide6/examples/demos/colorpaletteclient/rc_colorpaletteclient.py +1098 -0
  356. PySide6/examples/demos/colorpaletteclient/restservice.py +53 -0
  357. PySide6/examples/demos/documentviewer/abstractviewer.py +185 -0
  358. PySide6/examples/demos/documentviewer/doc/abstractviewer.py.rstinc +25 -0
  359. PySide6/examples/demos/documentviewer/doc/documentviewer.png +0 -0
  360. PySide6/examples/demos/documentviewer/doc/documentviewer.rst +13 -0
  361. PySide6/examples/demos/documentviewer/doc/jsonviewer.py.rstinc +11 -0
  362. PySide6/examples/demos/documentviewer/doc/mainwindow.py.rstinc +11 -0
  363. PySide6/examples/demos/documentviewer/doc/viewerfactory.py.rstinc +3 -0
  364. PySide6/examples/demos/documentviewer/documentviewer.pyproject +14 -0
  365. PySide6/examples/demos/documentviewer/documentviewer.qrc +42 -0
  366. PySide6/examples/demos/documentviewer/images/copy.png +0 -0
  367. PySide6/examples/demos/documentviewer/images/copy@2x.png +0 -0
  368. PySide6/examples/demos/documentviewer/images/cut.png +0 -0
  369. PySide6/examples/demos/documentviewer/images/cut@2x.png +0 -0
  370. PySide6/examples/demos/documentviewer/images/document-open-recent.svgz +0 -0
  371. PySide6/examples/demos/documentviewer/images/go-next-view-page.png +0 -0
  372. PySide6/examples/demos/documentviewer/images/go-next-view-page@2x.png +0 -0
  373. PySide6/examples/demos/documentviewer/images/go-next-view.png +0 -0
  374. PySide6/examples/demos/documentviewer/images/go-next-view@2x.png +0 -0
  375. PySide6/examples/demos/documentviewer/images/go-next.svgz +0 -0
  376. PySide6/examples/demos/documentviewer/images/go-previous-view-page.png +0 -0
  377. PySide6/examples/demos/documentviewer/images/go-previous-view-page@2x.png +0 -0
  378. PySide6/examples/demos/documentviewer/images/go-previous-view.png +0 -0
  379. PySide6/examples/demos/documentviewer/images/go-previous-view@2x.png +0 -0
  380. PySide6/examples/demos/documentviewer/images/go-previous.svgz +0 -0
  381. PySide6/examples/demos/documentviewer/images/help-about.svgz +0 -0
  382. PySide6/examples/demos/documentviewer/images/magnifier.png +0 -0
  383. PySide6/examples/demos/documentviewer/images/magnifier@2x.png +0 -0
  384. PySide6/examples/demos/documentviewer/images/open.png +0 -0
  385. PySide6/examples/demos/documentviewer/images/open@2x.png +0 -0
  386. PySide6/examples/demos/documentviewer/images/paste.png +0 -0
  387. PySide6/examples/demos/documentviewer/images/paste@2x.png +0 -0
  388. PySide6/examples/demos/documentviewer/images/print.png +0 -0
  389. PySide6/examples/demos/documentviewer/images/print2x.png +0 -0
  390. PySide6/examples/demos/documentviewer/images/qt-logo.png +0 -0
  391. PySide6/examples/demos/documentviewer/images/qt-logo@2x.png +0 -0
  392. PySide6/examples/demos/documentviewer/images/zoom-fit-best.png +0 -0
  393. PySide6/examples/demos/documentviewer/images/zoom-fit-best@2x.png +0 -0
  394. PySide6/examples/demos/documentviewer/images/zoom-fit-width.png +0 -0
  395. PySide6/examples/demos/documentviewer/images/zoom-fit-width@2x.png +0 -0
  396. PySide6/examples/demos/documentviewer/images/zoom-in.png +0 -0
  397. PySide6/examples/demos/documentviewer/images/zoom-in@2x.png +0 -0
  398. PySide6/examples/demos/documentviewer/images/zoom-original.png +0 -0
  399. PySide6/examples/demos/documentviewer/images/zoom-original@2x.png +0 -0
  400. PySide6/examples/demos/documentviewer/images/zoom-out.png +0 -0
  401. PySide6/examples/demos/documentviewer/images/zoom-out@2x.png +0 -0
  402. PySide6/examples/demos/documentviewer/images/zoom-previous.png +0 -0
  403. PySide6/examples/demos/documentviewer/images/zoom-previous@2x.png +0 -0
  404. PySide6/examples/demos/documentviewer/jsonviewer/jsonviewer.py +396 -0
  405. PySide6/examples/demos/documentviewer/main.py +37 -0
  406. PySide6/examples/demos/documentviewer/mainwindow.py +178 -0
  407. PySide6/examples/demos/documentviewer/mainwindow.ui +272 -0
  408. PySide6/examples/demos/documentviewer/pdfviewer/pdfviewer.py +204 -0
  409. PySide6/examples/demos/documentviewer/pdfviewer/zoomselector.py +54 -0
  410. PySide6/examples/demos/documentviewer/rc_documentviewer.py +5135 -0
  411. PySide6/examples/demos/documentviewer/recentfilemenu.py +34 -0
  412. PySide6/examples/demos/documentviewer/recentfiles.py +159 -0
  413. PySide6/examples/demos/documentviewer/txtviewer/txtviewer.py +144 -0
  414. PySide6/examples/demos/documentviewer/ui_mainwindow.py +230 -0
  415. PySide6/examples/demos/documentviewer/viewerfactory.py +114 -0
  416. PySide6/examples/designer/taskmenuextension/doc/taskmenuextension.png +0 -0
  417. PySide6/examples/designer/taskmenuextension/doc/taskmenuextension.rst +17 -0
  418. PySide6/examples/designer/taskmenuextension/main.py +16 -0
  419. PySide6/examples/designer/taskmenuextension/registertictactoe.py +13 -0
  420. PySide6/examples/designer/taskmenuextension/taskmenuextension.pyproject +4 -0
  421. PySide6/examples/designer/taskmenuextension/tictactoe.py +133 -0
  422. PySide6/examples/designer/taskmenuextension/tictactoeplugin.py +70 -0
  423. PySide6/examples/designer/taskmenuextension/tictactoetaskmenu.py +68 -0
  424. PySide6/examples/examples.pyproject +162 -0
  425. PySide6/examples/external/matplotlib/widget3d/doc/widget3d.png +0 -0
  426. PySide6/examples/external/matplotlib/widget3d/doc/widget3d.rst +9 -0
  427. PySide6/examples/external/matplotlib/widget3d/requirements.txt +2 -0
  428. PySide6/examples/external/matplotlib/widget3d/widget3d.py +207 -0
  429. PySide6/examples/external/matplotlib/widget3d/widget3d.pyproject +3 -0
  430. PySide6/examples/external/matplotlib/widget_gaussian/doc/widget_gaussian.png +0 -0
  431. PySide6/examples/external/matplotlib/widget_gaussian/doc/widget_gaussian.rst +9 -0
  432. PySide6/examples/external/matplotlib/widget_gaussian/requirements.txt +3 -0
  433. PySide6/examples/external/matplotlib/widget_gaussian/widget_gaussian.py +74 -0
  434. PySide6/examples/external/matplotlib/widget_gaussian/widget_gaussian.pyproject +3 -0
  435. PySide6/examples/external/networkx/doc/networkx.png +0 -0
  436. PySide6/examples/external/networkx/doc/networkx.rst +8 -0
  437. PySide6/examples/external/networkx/main.py +346 -0
  438. PySide6/examples/external/networkx/networkx.pyproject +3 -0
  439. PySide6/examples/external/networkx/requirements.txt +3 -0
  440. PySide6/examples/external/opencv/doc/opencv.png +0 -0
  441. PySide6/examples/external/opencv/doc/opencv.rst +9 -0
  442. PySide6/examples/external/opencv/opencv.pyproject +3 -0
  443. PySide6/examples/external/opencv/requirements.txt +1 -0
  444. PySide6/examples/external/opencv/webcam_pattern_detection.py +170 -0
  445. PySide6/examples/external/pandas/dataframe_model.py +82 -0
  446. PySide6/examples/external/pandas/doc/pandas.rst +9 -0
  447. PySide6/examples/external/pandas/doc/pandas_simple.png +0 -0
  448. PySide6/examples/external/pandas/iris.csv +151 -0
  449. PySide6/examples/external/pandas/pandas.pyproject +3 -0
  450. PySide6/examples/external/pandas/requirements.txt +1 -0
  451. PySide6/examples/external/scikit/doc/scikit.png +0 -0
  452. PySide6/examples/external/scikit/doc/scikit.rst +9 -0
  453. PySide6/examples/external/scikit/requirements.txt +1 -0
  454. PySide6/examples/external/scikit/scikit.pyproject +3 -0
  455. PySide6/examples/external/scikit/staining_colors_separation.py +147 -0
  456. PySide6/examples/graphs/2d/hellographs/HelloGraphs/Main.qml +153 -0
  457. PySide6/examples/graphs/2d/hellographs/HelloGraphs/qmldir +2 -0
  458. PySide6/examples/graphs/2d/hellographs/doc/hellographs.rst +51 -0
  459. PySide6/examples/graphs/2d/hellographs/doc/hellographs.webp +0 -0
  460. PySide6/examples/graphs/2d/hellographs/hellographs.pyproject +3 -0
  461. PySide6/examples/graphs/2d/hellographs/main.py +22 -0
  462. PySide6/examples/graphs/3d/minimalsurfacegraph/doc/minimalsurfacegraph.rst +4 -0
  463. PySide6/examples/graphs/3d/minimalsurfacegraph/main.py +54 -0
  464. PySide6/examples/graphs/3d/widgetgallery/axesinputhandler.py +100 -0
  465. PySide6/examples/graphs/3d/widgetgallery/bargraph.py +272 -0
  466. PySide6/examples/graphs/3d/widgetgallery/custominputhandler.py +177 -0
  467. PySide6/examples/graphs/3d/widgetgallery/data/layer_1.png +0 -0
  468. PySide6/examples/graphs/3d/widgetgallery/data/layer_2.png +0 -0
  469. PySide6/examples/graphs/3d/widgetgallery/data/layer_3.png +0 -0
  470. PySide6/examples/graphs/3d/widgetgallery/data/license.txt +77 -0
  471. PySide6/examples/graphs/3d/widgetgallery/data/maptexture.jpg +0 -0
  472. PySide6/examples/graphs/3d/widgetgallery/data/narrowarrow.mesh +0 -0
  473. PySide6/examples/graphs/3d/widgetgallery/data/oilrig.mesh +0 -0
  474. PySide6/examples/graphs/3d/widgetgallery/data/pipe.mesh +0 -0
  475. PySide6/examples/graphs/3d/widgetgallery/data/raindata.txt +158 -0
  476. PySide6/examples/graphs/3d/widgetgallery/data/refinery.mesh +0 -0
  477. PySide6/examples/graphs/3d/widgetgallery/data/topography.png +0 -0
  478. PySide6/examples/graphs/3d/widgetgallery/doc/widgetgallery.rst +11 -0
  479. PySide6/examples/graphs/3d/widgetgallery/doc/widgetgallery.webp +0 -0
  480. PySide6/examples/graphs/3d/widgetgallery/graphmodifier.py +391 -0
  481. PySide6/examples/graphs/3d/widgetgallery/highlightseries.py +94 -0
  482. PySide6/examples/graphs/3d/widgetgallery/main.py +41 -0
  483. PySide6/examples/graphs/3d/widgetgallery/rainfalldata.py +125 -0
  484. PySide6/examples/graphs/3d/widgetgallery/scatterdatamodifier.py +149 -0
  485. PySide6/examples/graphs/3d/widgetgallery/scattergraph.py +121 -0
  486. PySide6/examples/graphs/3d/widgetgallery/surfacegraph.py +256 -0
  487. PySide6/examples/graphs/3d/widgetgallery/surfacegraphmodifier.py +641 -0
  488. PySide6/examples/graphs/3d/widgetgallery/topographicseries.py +57 -0
  489. PySide6/examples/graphs/3d/widgetgallery/variantbardatamapping.py +67 -0
  490. PySide6/examples/graphs/3d/widgetgallery/variantbardataproxy.py +100 -0
  491. PySide6/examples/graphs/3d/widgetgallery/variantdataset.py +39 -0
  492. PySide6/examples/graphs/3d/widgetgallery/widgetgallery.pyproject +29 -0
  493. PySide6/examples/gui/analogclock/analogclock.pyproject +3 -0
  494. PySide6/examples/gui/analogclock/doc/analogclock.rst +8 -0
  495. PySide6/examples/gui/analogclock/main.py +92 -0
  496. PySide6/examples/gui/rhiwindow/doc/rhiwindow.rst +49 -0
  497. PySide6/examples/gui/rhiwindow/doc/rhiwindow.webp +0 -0
  498. PySide6/examples/gui/rhiwindow/main.py +80 -0
  499. PySide6/examples/gui/rhiwindow/rc_rhiwindow.py +319 -0
  500. PySide6/examples/gui/rhiwindow/rhiwindow.py +420 -0
  501. PySide6/examples/gui/rhiwindow/rhiwindow.pyproject +5 -0
  502. PySide6/examples/gui/rhiwindow/rhiwindow.qrc +8 -0
  503. PySide6/examples/gui/rhiwindow/shaders/color.frag +15 -0
  504. PySide6/examples/gui/rhiwindow/shaders/color.vert +17 -0
  505. PySide6/examples/gui/rhiwindow/shaders/prebuilt/color.frag.qsb +0 -0
  506. PySide6/examples/gui/rhiwindow/shaders/prebuilt/color.vert.qsb +0 -0
  507. PySide6/examples/gui/rhiwindow/shaders/prebuilt/quad.frag.qsb +0 -0
  508. PySide6/examples/gui/rhiwindow/shaders/prebuilt/quad.vert.qsb +0 -0
  509. PySide6/examples/gui/rhiwindow/shaders/quad.frag +11 -0
  510. PySide6/examples/gui/rhiwindow/shaders/quad.vert +10 -0
  511. PySide6/examples/httpserver/afterrequest/doc/afterrequest.rst +5 -0
  512. PySide6/examples/httpserver/afterrequest/main.py +36 -0
  513. PySide6/examples/installer_test/hello.py +71 -0
  514. PySide6/examples/installer_test/hello_app.spec +53 -0
  515. PySide6/examples/location/mapviewer/MapViewer/Main.qml +460 -0
  516. PySide6/examples/location/mapviewer/MapViewer/forms/Geocode.qml +42 -0
  517. PySide6/examples/location/mapviewer/MapViewer/forms/GeocodeForm.ui.qml +136 -0
  518. PySide6/examples/location/mapviewer/MapViewer/forms/Locale.qml +45 -0
  519. PySide6/examples/location/mapviewer/MapViewer/forms/LocaleForm.ui.qml +116 -0
  520. PySide6/examples/location/mapviewer/MapViewer/forms/Message.qml +21 -0
  521. PySide6/examples/location/mapviewer/MapViewer/forms/MessageForm.ui.qml +69 -0
  522. PySide6/examples/location/mapviewer/MapViewer/forms/ReverseGeocode.qml +38 -0
  523. PySide6/examples/location/mapviewer/MapViewer/forms/ReverseGeocodeForm.ui.qml +103 -0
  524. PySide6/examples/location/mapviewer/MapViewer/forms/RouteAddress.qml +105 -0
  525. PySide6/examples/location/mapviewer/MapViewer/forms/RouteAddressForm.ui.qml +160 -0
  526. PySide6/examples/location/mapviewer/MapViewer/forms/RouteCoordinate.qml +41 -0
  527. PySide6/examples/location/mapviewer/MapViewer/forms/RouteCoordinateForm.ui.qml +136 -0
  528. PySide6/examples/location/mapviewer/MapViewer/forms/RouteList.qml +50 -0
  529. PySide6/examples/location/mapviewer/MapViewer/forms/RouteListDelegate.qml +42 -0
  530. PySide6/examples/location/mapviewer/MapViewer/forms/RouteListHeader.qml +47 -0
  531. PySide6/examples/location/mapviewer/MapViewer/helper.js +44 -0
  532. PySide6/examples/location/mapviewer/MapViewer/map/MapComponent.qml +497 -0
  533. PySide6/examples/location/mapviewer/MapViewer/map/MapSliders.qml +282 -0
  534. PySide6/examples/location/mapviewer/MapViewer/map/Marker.qml +64 -0
  535. PySide6/examples/location/mapviewer/MapViewer/map/MiniMap.qml +78 -0
  536. PySide6/examples/location/mapviewer/MapViewer/menus/ItemPopupMenu.qml +19 -0
  537. PySide6/examples/location/mapviewer/MapViewer/menus/MainMenu.qml +122 -0
  538. PySide6/examples/location/mapviewer/MapViewer/menus/MapPopupMenu.qml +30 -0
  539. PySide6/examples/location/mapviewer/MapViewer/menus/MarkerPopupMenu.qml +38 -0
  540. PySide6/examples/location/mapviewer/MapViewer/qmldir +27 -0
  541. PySide6/examples/location/mapviewer/MapViewer/resources/marker.png +0 -0
  542. PySide6/examples/location/mapviewer/MapViewer/resources/marker_blue.png +0 -0
  543. PySide6/examples/location/mapviewer/MapViewer/resources/scale.png +0 -0
  544. PySide6/examples/location/mapviewer/MapViewer/resources/scale_end.png +0 -0
  545. PySide6/examples/location/mapviewer/doc/mapviewer.rst +14 -0
  546. PySide6/examples/location/mapviewer/doc/mapviewer.webp +0 -0
  547. PySide6/examples/location/mapviewer/main.py +75 -0
  548. PySide6/examples/location/mapviewer/mapviewer.pyproject +33 -0
  549. PySide6/examples/multimedia/audiooutput/audiooutput.py +276 -0
  550. PySide6/examples/multimedia/audiooutput/audiooutput.pyproject +3 -0
  551. PySide6/examples/multimedia/audiooutput/doc/audiooutput.png +0 -0
  552. PySide6/examples/multimedia/audiooutput/doc/audiooutput.rst +14 -0
  553. PySide6/examples/multimedia/audiosource/audiosource.py +227 -0
  554. PySide6/examples/multimedia/audiosource/audiosource.pyproject +3 -0
  555. PySide6/examples/multimedia/audiosource/doc/audiosource.png +0 -0
  556. PySide6/examples/multimedia/audiosource/doc/audiosource.rst +13 -0
  557. PySide6/examples/multimedia/camera/camera.py +369 -0
  558. PySide6/examples/multimedia/camera/camera.pyproject +12 -0
  559. PySide6/examples/multimedia/camera/camera.ui +497 -0
  560. PySide6/examples/multimedia/camera/camera_mobile.ui +504 -0
  561. PySide6/examples/multimedia/camera/doc/camera.rst +14 -0
  562. PySide6/examples/multimedia/camera/doc/camera.webp +0 -0
  563. PySide6/examples/multimedia/camera/imagesettings.py +56 -0
  564. PySide6/examples/multimedia/camera/imagesettings.ui +123 -0
  565. PySide6/examples/multimedia/camera/main.py +17 -0
  566. PySide6/examples/multimedia/camera/metadatadialog.py +86 -0
  567. PySide6/examples/multimedia/camera/shutter.svg +21 -0
  568. PySide6/examples/multimedia/camera/ui_camera.py +232 -0
  569. PySide6/examples/multimedia/camera/ui_camera_mobile.py +251 -0
  570. PySide6/examples/multimedia/camera/ui_imagesettings.py +94 -0
  571. PySide6/examples/multimedia/camera/ui_videosettings.py +178 -0
  572. PySide6/examples/multimedia/camera/ui_videosettings_mobile.py +176 -0
  573. PySide6/examples/multimedia/camera/videosettings.py +167 -0
  574. PySide6/examples/multimedia/camera/videosettings.ui +213 -0
  575. PySide6/examples/multimedia/camera/videosettings_mobile.ui +207 -0
  576. PySide6/examples/multimedia/player/doc/player.png +0 -0
  577. PySide6/examples/multimedia/player/doc/player.rst +9 -0
  578. PySide6/examples/multimedia/player/player.py +194 -0
  579. PySide6/examples/multimedia/player/player.pyproject +3 -0
  580. PySide6/examples/multimedia/screencapture/doc/screencapture.rst +42 -0
  581. PySide6/examples/multimedia/screencapture/doc/screencapture.webp +0 -0
  582. PySide6/examples/multimedia/screencapture/main.py +20 -0
  583. PySide6/examples/multimedia/screencapture/screencapture.pyproject +3 -0
  584. PySide6/examples/multimedia/screencapture/screencapturepreview.py +151 -0
  585. PySide6/examples/multimedia/screencapture/screenlistmodel.py +38 -0
  586. PySide6/examples/multimedia/screencapture/windowlistmodel.py +30 -0
  587. PySide6/examples/network/blockingfortuneclient/blockingfortuneclient.py +187 -0
  588. PySide6/examples/network/blockingfortuneclient/blockingfortuneclient.pyproject +3 -0
  589. PySide6/examples/network/downloader/doc/downloader.png +0 -0
  590. PySide6/examples/network/downloader/doc/downloader.rst +9 -0
  591. PySide6/examples/network/downloader/downloader.py +179 -0
  592. PySide6/examples/network/downloader/downloader.pyproject +3 -0
  593. PySide6/examples/network/fortuneclient/fortuneclient.py +124 -0
  594. PySide6/examples/network/fortuneclient/fortuneclient.pyproject +3 -0
  595. PySide6/examples/network/fortuneserver/fortuneserver.py +82 -0
  596. PySide6/examples/network/fortuneserver/fortuneserver.pyproject +3 -0
  597. PySide6/examples/network/googlesuggest/doc/googlesuggest.png +0 -0
  598. PySide6/examples/network/googlesuggest/doc/googlesuggest.rst +11 -0
  599. PySide6/examples/network/googlesuggest/googlesuggest.py +136 -0
  600. PySide6/examples/network/googlesuggest/googlesuggest.pyproject +3 -0
  601. PySide6/examples/network/googlesuggest/main.py +14 -0
  602. PySide6/examples/network/googlesuggest/searchbox.py +27 -0
  603. PySide6/examples/network/loopback/dialog.py +151 -0
  604. PySide6/examples/network/loopback/doc/loopback.png +0 -0
  605. PySide6/examples/network/loopback/doc/loopback.rst +10 -0
  606. PySide6/examples/network/loopback/loopback.pyproject +3 -0
  607. PySide6/examples/network/loopback/main.py +15 -0
  608. PySide6/examples/network/threadedfortuneserver/threadedfortuneserver.py +116 -0
  609. PySide6/examples/network/threadedfortuneserver/threadedfortuneserver.pyproject +3 -0
  610. PySide6/examples/networkauth/redditclient/doc/redditclient.png +0 -0
  611. PySide6/examples/networkauth/redditclient/doc/redditclient.rst +21 -0
  612. PySide6/examples/networkauth/redditclient/main.py +28 -0
  613. PySide6/examples/networkauth/redditclient/redditclient.pyproject +3 -0
  614. PySide6/examples/networkauth/redditclient/redditmodel.py +70 -0
  615. PySide6/examples/networkauth/redditclient/redditwrapper.py +92 -0
  616. PySide6/examples/opengl/contextinfo/contextinfo.py +266 -0
  617. PySide6/examples/opengl/contextinfo/contextinfo.pyproject +3 -0
  618. PySide6/examples/opengl/contextinfo/doc/contextinfo.png +0 -0
  619. PySide6/examples/opengl/contextinfo/doc/contextinfo.rst +10 -0
  620. PySide6/examples/opengl/hellogl2/doc/hellogl2.png +0 -0
  621. PySide6/examples/opengl/hellogl2/doc/hellogl2.rst +23 -0
  622. PySide6/examples/opengl/hellogl2/glwidget.py +272 -0
  623. PySide6/examples/opengl/hellogl2/hellogl2.pyproject +3 -0
  624. PySide6/examples/opengl/hellogl2/logo.py +101 -0
  625. PySide6/examples/opengl/hellogl2/main.py +58 -0
  626. PySide6/examples/opengl/hellogl2/mainwindow.py +29 -0
  627. PySide6/examples/opengl/hellogl2/window.py +110 -0
  628. PySide6/examples/opengl/textures/doc/textures.png +0 -0
  629. PySide6/examples/opengl/textures/doc/textures.rst +9 -0
  630. PySide6/examples/opengl/textures/images/side1.png +0 -0
  631. PySide6/examples/opengl/textures/images/side2.png +0 -0
  632. PySide6/examples/opengl/textures/images/side3.png +0 -0
  633. PySide6/examples/opengl/textures/images/side4.png +0 -0
  634. PySide6/examples/opengl/textures/images/side5.png +0 -0
  635. PySide6/examples/opengl/textures/images/side6.png +0 -0
  636. PySide6/examples/opengl/textures/textures.py +211 -0
  637. PySide6/examples/opengl/textures/textures.pyproject +3 -0
  638. PySide6/examples/opengl/textures/textures.qrc +10 -0
  639. PySide6/examples/opengl/textures/textures_rc.py +762 -0
  640. PySide6/examples/opengl/threadedqopenglwidget/doc/threadedqopenglwidget.png +0 -0
  641. PySide6/examples/opengl/threadedqopenglwidget/doc/threadedqopenglwidget.rst +9 -0
  642. PySide6/examples/opengl/threadedqopenglwidget/glwidget.py +79 -0
  643. PySide6/examples/opengl/threadedqopenglwidget/main.py +93 -0
  644. PySide6/examples/opengl/threadedqopenglwidget/mainwindow.py +24 -0
  645. PySide6/examples/opengl/threadedqopenglwidget/renderer.py +326 -0
  646. PySide6/examples/opengl/threadedqopenglwidget/threadedqopenglwidget.pyproject +3 -0
  647. PySide6/examples/pdf/quickpdfviewer/doc/quickpdfviewer.rst +4 -0
  648. PySide6/examples/pdf/quickpdfviewer/main.py +49 -0
  649. PySide6/examples/pdf/quickpdfviewer/quickpdfviewer.pyproject +3 -0
  650. PySide6/examples/pdf/quickpdfviewer/rc_viewer.py +5505 -0
  651. PySide6/examples/pdf/quickpdfviewer/resources/document-open.svg +13 -0
  652. PySide6/examples/pdf/quickpdfviewer/resources/edit-clear.svg +15 -0
  653. PySide6/examples/pdf/quickpdfviewer/resources/edit-copy.svg +15 -0
  654. PySide6/examples/pdf/quickpdfviewer/resources/edit-select-all.svg +13 -0
  655. PySide6/examples/pdf/quickpdfviewer/resources/go-down-search.svg +13 -0
  656. PySide6/examples/pdf/quickpdfviewer/resources/go-next-view-page.svg +13 -0
  657. PySide6/examples/pdf/quickpdfviewer/resources/go-previous-view-page.svg +13 -0
  658. PySide6/examples/pdf/quickpdfviewer/resources/go-up-search.svg +8 -0
  659. PySide6/examples/pdf/quickpdfviewer/resources/rotate-left.svg +6 -0
  660. PySide6/examples/pdf/quickpdfviewer/resources/rotate-right.svg +6 -0
  661. PySide6/examples/pdf/quickpdfviewer/resources/test.pdf +0 -0
  662. PySide6/examples/pdf/quickpdfviewer/resources/zoom-fit-best.svg +13 -0
  663. PySide6/examples/pdf/quickpdfviewer/resources/zoom-fit-width.svg +13 -0
  664. PySide6/examples/pdf/quickpdfviewer/resources/zoom-in.svg +13 -0
  665. PySide6/examples/pdf/quickpdfviewer/resources/zoom-original.svg +13 -0
  666. PySide6/examples/pdf/quickpdfviewer/resources/zoom-out.svg +13 -0
  667. PySide6/examples/pdf/quickpdfviewer/viewer.qml +307 -0
  668. PySide6/examples/pdf/quickpdfviewer/viewer.qrc +20 -0
  669. PySide6/examples/pdfwidgets/pdfviewer/doc/pdfviewer.rst +5 -0
  670. PySide6/examples/pdfwidgets/pdfviewer/images/document-open.svgz +0 -0
  671. PySide6/examples/pdfwidgets/pdfviewer/images/go-next-view-page.svgz +0 -0
  672. PySide6/examples/pdfwidgets/pdfviewer/images/go-next-view.svgz +0 -0
  673. PySide6/examples/pdfwidgets/pdfviewer/images/go-previous-view-page.svgz +0 -0
  674. PySide6/examples/pdfwidgets/pdfviewer/images/go-previous-view.svgz +0 -0
  675. PySide6/examples/pdfwidgets/pdfviewer/images/zoom-fit-best.svgz +0 -0
  676. PySide6/examples/pdfwidgets/pdfviewer/images/zoom-fit-width.svgz +0 -0
  677. PySide6/examples/pdfwidgets/pdfviewer/images/zoom-in.svgz +0 -0
  678. PySide6/examples/pdfwidgets/pdfviewer/images/zoom-original.svgz +0 -0
  679. PySide6/examples/pdfwidgets/pdfviewer/images/zoom-out.svgz +0 -0
  680. PySide6/examples/pdfwidgets/pdfviewer/images/zoom-previous.svgz +0 -0
  681. PySide6/examples/pdfwidgets/pdfviewer/main.py +27 -0
  682. PySide6/examples/pdfwidgets/pdfviewer/mainwindow.py +141 -0
  683. PySide6/examples/pdfwidgets/pdfviewer/mainwindow.ui +327 -0
  684. PySide6/examples/pdfwidgets/pdfviewer/pdfviewer.pyproject +4 -0
  685. PySide6/examples/pdfwidgets/pdfviewer/resources.qrc +11 -0
  686. PySide6/examples/pdfwidgets/pdfviewer/resources_rc.py +3468 -0
  687. PySide6/examples/pdfwidgets/pdfviewer/ui_mainwindow.py +259 -0
  688. PySide6/examples/pdfwidgets/pdfviewer/zoomselector.py +59 -0
  689. PySide6/examples/qml/editingmodel/MovingRectangle.qml +78 -0
  690. PySide6/examples/qml/editingmodel/doc/editingmodel.rst +16 -0
  691. PySide6/examples/qml/editingmodel/doc/qabstractlistmodelqml.png +0 -0
  692. PySide6/examples/qml/editingmodel/main.py +21 -0
  693. PySide6/examples/qml/editingmodel/main.pyproject +3 -0
  694. PySide6/examples/qml/editingmodel/main.qml +106 -0
  695. PySide6/examples/qml/editingmodel/model.py +156 -0
  696. PySide6/examples/qml/signals/pytoqml1/main.py +31 -0
  697. PySide6/examples/qml/signals/pytoqml1/pytoqml1.pyproject +3 -0
  698. PySide6/examples/qml/signals/pytoqml1/view.qml +36 -0
  699. PySide6/examples/qml/signals/pytoqml2/main.py +54 -0
  700. PySide6/examples/qml/signals/pytoqml2/pytoqml2.pyproject +3 -0
  701. PySide6/examples/qml/signals/pytoqml2/view.qml +30 -0
  702. PySide6/examples/qml/signals/qmltopy1/main.py +50 -0
  703. PySide6/examples/qml/signals/qmltopy1/qmltopy1.pyproject +3 -0
  704. PySide6/examples/qml/signals/qmltopy1/view.qml +54 -0
  705. PySide6/examples/qml/signals/qmltopy2/main.py +45 -0
  706. PySide6/examples/qml/signals/qmltopy2/qmltopy2.pyproject +3 -0
  707. PySide6/examples/qml/signals/qmltopy2/view.qml +49 -0
  708. PySide6/examples/qml/signals/qmltopy3/main.py +33 -0
  709. PySide6/examples/qml/signals/qmltopy3/qmltopy3.pyproject +3 -0
  710. PySide6/examples/qml/signals/qmltopy3/view.qml +66 -0
  711. PySide6/examples/qml/signals/qmltopy4/main.py +33 -0
  712. PySide6/examples/qml/signals/qmltopy4/qmltopy4.pyproject +3 -0
  713. PySide6/examples/qml/signals/qmltopy4/view.qml +31 -0
  714. PySide6/examples/qml/textproperties/doc/textproperties.png +0 -0
  715. PySide6/examples/qml/textproperties/doc/textproperties.rst +9 -0
  716. PySide6/examples/qml/textproperties/main.py +76 -0
  717. PySide6/examples/qml/textproperties/textproperties.pyproject +3 -0
  718. PySide6/examples/qml/textproperties/view.qml +160 -0
  719. PySide6/examples/qml/tutorials/extending-qml/chapter1-basics/app.qml +26 -0
  720. PySide6/examples/qml/tutorials/extending-qml/chapter1-basics/basics.py +68 -0
  721. PySide6/examples/qml/tutorials/extending-qml/chapter1-basics/chapter1-basics.pyproject +3 -0
  722. PySide6/examples/qml/tutorials/extending-qml/chapter1-basics/doc/chapter1-basics.rst +107 -0
  723. PySide6/examples/qml/tutorials/extending-qml/chapter2-methods/app.qml +32 -0
  724. PySide6/examples/qml/tutorials/extending-qml/chapter2-methods/chapter2-methods.pyproject +3 -0
  725. PySide6/examples/qml/tutorials/extending-qml/chapter2-methods/doc/chapter2-methods.rst +36 -0
  726. PySide6/examples/qml/tutorials/extending-qml/chapter2-methods/methods.py +75 -0
  727. PySide6/examples/qml/tutorials/extending-qml/chapter3-bindings/app.qml +40 -0
  728. PySide6/examples/qml/tutorials/extending-qml/chapter3-bindings/bindings.py +79 -0
  729. PySide6/examples/qml/tutorials/extending-qml/chapter3-bindings/chapter3-bindings.pyproject +3 -0
  730. PySide6/examples/qml/tutorials/extending-qml/chapter3-bindings/doc/chapter3-bindings.rst +54 -0
  731. PySide6/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/app.qml +22 -0
  732. PySide6/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/chapter4-customPropertyTypes.pyproject +3 -0
  733. PySide6/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/customPropertyTypes.py +83 -0
  734. PySide6/examples/qml/tutorials/extending-qml/chapter4-customPropertyTypes/doc/chapter4-customPropertyTypes.rst +73 -0
  735. PySide6/examples/qml/tutorials/extending-qml/chapter5-listproperties/app.qml +32 -0
  736. PySide6/examples/qml/tutorials/extending-qml/chapter5-listproperties/chapter5-listproperties.pyproject +3 -0
  737. PySide6/examples/qml/tutorials/extending-qml/chapter5-listproperties/doc/chapter5-listproperties.rst +46 -0
  738. PySide6/examples/qml/tutorials/extending-qml/chapter5-listproperties/listproperties.py +97 -0
  739. PySide6/examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/piechart.py +41 -0
  740. PySide6/examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/pieslice.py +53 -0
  741. PySide6/examples/qml/tutorials/extending-qml/chapter6-plugins/Charts/plugins.png +0 -0
  742. PySide6/examples/qml/tutorials/extending-qml/chapter6-plugins/app.qml +32 -0
  743. PySide6/examples/qml/tutorials/extending-qml/chapter6-plugins/chapter6-plugins.pyproject +3 -0
  744. PySide6/examples/qml/tutorials/extending-qml/chapter6-plugins/doc/chapter6-plugins.rst +26 -0
  745. PySide6/examples/qml/tutorials/extending-qml/chapter6-plugins/doc/plugins.png +0 -0
  746. PySide6/examples/qml/tutorials/extending-qml-advanced/adding/People/Main.qml +9 -0
  747. PySide6/examples/qml/tutorials/extending-qml-advanced/adding/People/qmldir +3 -0
  748. PySide6/examples/qml/tutorials/extending-qml-advanced/adding/adding.pyproject +4 -0
  749. PySide6/examples/qml/tutorials/extending-qml-advanced/adding/doc/adding.rst +67 -0
  750. PySide6/examples/qml/tutorials/extending-qml-advanced/adding/main.py +30 -0
  751. PySide6/examples/qml/tutorials/extending-qml-advanced/adding/person.py +34 -0
  752. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/People/Main.qml +16 -0
  753. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/People/qmldir +3 -0
  754. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/advanced1-Base-project.pyproject +4 -0
  755. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/birthdayparty.py +46 -0
  756. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/doc/advanced1-Base-project.rst +57 -0
  757. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/main.py +33 -0
  758. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced1-Base-project/person.py +41 -0
  759. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/People/Main.qml +16 -0
  760. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/People/qmldir +3 -0
  761. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/advanced2-Inheritance-and-coercion.pyproject +4 -0
  762. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/birthdayparty.py +46 -0
  763. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/doc/advanced2-Inheritance-and-coercion.rst +62 -0
  764. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/main.py +38 -0
  765. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/person.py +52 -0
  766. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/People/Main.qml +15 -0
  767. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/People/qmldir +3 -0
  768. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/advanced3-Default-properties.pyproject +4 -0
  769. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/birthdayparty.py +47 -0
  770. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/doc/advanced3-Default-properties.rst +40 -0
  771. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/main.py +38 -0
  772. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced3-Default-properties/person.py +51 -0
  773. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/People/Main.qml +33 -0
  774. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/People/qmldir +3 -0
  775. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/advanced4-Grouped-properties.pyproject +4 -0
  776. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/birthdayparty.py +47 -0
  777. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/doc/advanced4-Grouped-properties.rst +39 -0
  778. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/main.py +46 -0
  779. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced4-Grouped-properties/person.py +102 -0
  780. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/People/Main.qml +22 -0
  781. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/People/qmldir +3 -0
  782. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/advanced5-Attached-properties.pyproject +4 -0
  783. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/birthdayparty.py +71 -0
  784. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/doc/advanced5-Attached-properties.rst +51 -0
  785. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/main.py +48 -0
  786. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced5-Attached-properties/person.py +51 -0
  787. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/People/Main.qml +27 -0
  788. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/People/qmldir +3 -0
  789. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/advanced6-Property-value-source.pyproject +4 -0
  790. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/birthdayparty.py +89 -0
  791. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/doc/advanced6-Property-value-source.rst +43 -0
  792. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/happybirthdaysong.py +49 -0
  793. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/main.py +53 -0
  794. PySide6/examples/qml/tutorials/extending-qml-advanced/advanced6-Property-value-source/person.py +51 -0
  795. PySide6/examples/qml/tutorials/extending-qml-advanced/binding/People/Main.qml +29 -0
  796. PySide6/examples/qml/tutorials/extending-qml-advanced/binding/People/qmldir +3 -0
  797. PySide6/examples/qml/tutorials/extending-qml-advanced/binding/binding.pyproject +4 -0
  798. PySide6/examples/qml/tutorials/extending-qml-advanced/binding/birthdayparty.py +83 -0
  799. PySide6/examples/qml/tutorials/extending-qml-advanced/binding/doc/binding.rst +17 -0
  800. PySide6/examples/qml/tutorials/extending-qml-advanced/binding/happybirthdaysong.py +47 -0
  801. PySide6/examples/qml/tutorials/extending-qml-advanced/binding/main.py +52 -0
  802. PySide6/examples/qml/tutorials/extending-qml-advanced/binding/person.py +53 -0
  803. PySide6/examples/qml/tutorials/extending-qml-advanced/extended/doc/extended.rst +41 -0
  804. PySide6/examples/qml/tutorials/extending-qml-advanced/extended/example.qml +8 -0
  805. PySide6/examples/qml/tutorials/extending-qml-advanced/extended/extended.pyproject +3 -0
  806. PySide6/examples/qml/tutorials/extending-qml-advanced/extended/main.py +95 -0
  807. PySide6/examples/qml/tutorials/extending-qml-advanced/methods/People/Main.qml +19 -0
  808. PySide6/examples/qml/tutorials/extending-qml-advanced/methods/People/qmldir +3 -0
  809. PySide6/examples/qml/tutorials/extending-qml-advanced/methods/birthdayparty.py +47 -0
  810. PySide6/examples/qml/tutorials/extending-qml-advanced/methods/doc/methods.rst +15 -0
  811. PySide6/examples/qml/tutorials/extending-qml-advanced/methods/main.py +32 -0
  812. PySide6/examples/qml/tutorials/extending-qml-advanced/methods/methods.pyproject +4 -0
  813. PySide6/examples/qml/tutorials/extending-qml-advanced/methods/person.py +34 -0
  814. PySide6/examples/qml/tutorials/extending-qml-advanced/properties/People/Main.qml +16 -0
  815. PySide6/examples/qml/tutorials/extending-qml-advanced/properties/People/qmldir +3 -0
  816. PySide6/examples/qml/tutorials/extending-qml-advanced/properties/birthdayparty.py +41 -0
  817. PySide6/examples/qml/tutorials/extending-qml-advanced/properties/doc/properties.rst +89 -0
  818. PySide6/examples/qml/tutorials/extending-qml-advanced/properties/main.py +34 -0
  819. PySide6/examples/qml/tutorials/extending-qml-advanced/properties/person.py +34 -0
  820. PySide6/examples/qml/tutorials/extending-qml-advanced/properties/properties.pyproject +4 -0
  821. PySide6/examples/qml/usingmodel/doc/usingmodel.png +0 -0
  822. PySide6/examples/qml/usingmodel/doc/usingmodel.rst +11 -0
  823. PySide6/examples/qml/usingmodel/usingmodel.py +74 -0
  824. PySide6/examples/qml/usingmodel/usingmodel.pyproject +3 -0
  825. PySide6/examples/qml/usingmodel/view.qml +21 -0
  826. PySide6/examples/quick/models/objectlistmodel/doc/objectlistmodel.png +0 -0
  827. PySide6/examples/quick/models/objectlistmodel/doc/objectlistmodel.rst +14 -0
  828. PySide6/examples/quick/models/objectlistmodel/objectlistmodel.py +61 -0
  829. PySide6/examples/quick/models/objectlistmodel/objectlistmodel.pyproject +3 -0
  830. PySide6/examples/quick/models/objectlistmodel/view.qml +15 -0
  831. PySide6/examples/quick/models/stringlistmodel/doc/stringlistmodel.png +0 -0
  832. PySide6/examples/quick/models/stringlistmodel/doc/stringlistmodel.rst +11 -0
  833. PySide6/examples/quick/models/stringlistmodel/stringlistmodel.py +26 -0
  834. PySide6/examples/quick/models/stringlistmodel/stringlistmodel.pyproject +3 -0
  835. PySide6/examples/quick/models/stringlistmodel/view.qml +17 -0
  836. PySide6/examples/quick/painteditem/doc/painteditem.png +0 -0
  837. PySide6/examples/quick/painteditem/doc/painteditem.rst +13 -0
  838. PySide6/examples/quick/painteditem/main.qml +77 -0
  839. PySide6/examples/quick/painteditem/painteditem.py +83 -0
  840. PySide6/examples/quick/painteditem/painteditem.pyproject +3 -0
  841. PySide6/examples/quick/rendercontrol/rendercontrol_opengl/cuberenderer.py +183 -0
  842. PySide6/examples/quick/rendercontrol/rendercontrol_opengl/demo.qml +161 -0
  843. PySide6/examples/quick/rendercontrol/rendercontrol_opengl/doc/rendercontrol_opengl.rst +5 -0
  844. PySide6/examples/quick/rendercontrol/rendercontrol_opengl/main.py +20 -0
  845. PySide6/examples/quick/rendercontrol/rendercontrol_opengl/rendercontrol_opengl.pyproject +6 -0
  846. PySide6/examples/quick/rendercontrol/rendercontrol_opengl/window_singlethreaded.py +272 -0
  847. PySide6/examples/quick/scenegraph/openglunderqml/doc/openglunderqml.rst +21 -0
  848. PySide6/examples/quick/scenegraph/openglunderqml/doc/squircle.png +0 -0
  849. PySide6/examples/quick/scenegraph/openglunderqml/main.py +27 -0
  850. PySide6/examples/quick/scenegraph/openglunderqml/main.qml +39 -0
  851. PySide6/examples/quick/scenegraph/openglunderqml/openglunderqml.pyproject +3 -0
  852. PySide6/examples/quick/scenegraph/openglunderqml/squircle.py +79 -0
  853. PySide6/examples/quick/scenegraph/openglunderqml/squirclerenderer.py +98 -0
  854. PySide6/examples/quick/scenegraph/scenegraph_customgeometry/doc/scenegraph_customgeometry.rst +7 -0
  855. PySide6/examples/quick/scenegraph/scenegraph_customgeometry/main.py +152 -0
  856. PySide6/examples/quick/scenegraph/scenegraph_customgeometry/main.qml +34 -0
  857. PySide6/examples/quick/scenegraph/scenegraph_customgeometry/scenegraph_customgeometry.pyproject +3 -0
  858. PySide6/examples/quick/shared/Button.qml +50 -0
  859. PySide6/examples/quick/shared/CheckBox.qml +59 -0
  860. PySide6/examples/quick/shared/FlickrRssModel.qml +45 -0
  861. PySide6/examples/quick/shared/Images.qml +14 -0
  862. PySide6/examples/quick/shared/Label.qml +9 -0
  863. PySide6/examples/quick/shared/LauncherList.qml +205 -0
  864. PySide6/examples/quick/shared/README +11 -0
  865. PySide6/examples/quick/shared/SimpleLauncherDelegate.qml +96 -0
  866. PySide6/examples/quick/shared/Slider.qml +82 -0
  867. PySide6/examples/quick/shared/TabSet.qml +69 -0
  868. PySide6/examples/quick/shared/TextField.qml +43 -0
  869. PySide6/examples/quick/shared/images/back.png +0 -0
  870. PySide6/examples/quick/shared/images/checkmark.png +0 -0
  871. PySide6/examples/quick/shared/images/next.png +0 -0
  872. PySide6/examples/quick/shared/images/qt-logo.png +0 -0
  873. PySide6/examples/quick/shared/images/slider_handle.png +0 -0
  874. PySide6/examples/quick/shared/images/tab.png +0 -0
  875. PySide6/examples/quick/shared/qmldir +11 -0
  876. PySide6/examples/quick/shared/quick_shared.qrc +15 -0
  877. PySide6/examples/quick/shared/shared.qrc +21 -0
  878. PySide6/examples/quick/shared/shared_rc.py +2253 -0
  879. PySide6/examples/quick/window/AllScreens.qml +42 -0
  880. PySide6/examples/quick/window/CurrentScreen.qml +83 -0
  881. PySide6/examples/quick/window/Splash.qml +42 -0
  882. PySide6/examples/quick/window/doc/window.png +0 -0
  883. PySide6/examples/quick/window/doc/window.rst +35 -0
  884. PySide6/examples/quick/window/main.py +40 -0
  885. PySide6/examples/quick/window/rc_window.py +335 -0
  886. PySide6/examples/quick/window/resources/icon.icns +0 -0
  887. PySide6/examples/quick/window/resources/icon.ico +0 -0
  888. PySide6/examples/quick/window/resources/icon.svg +208 -0
  889. PySide6/examples/quick/window/resources/icon64.png +0 -0
  890. PySide6/examples/quick/window/window.pyproject +3 -0
  891. PySide6/examples/quick/window/window.qml +151 -0
  892. PySide6/examples/quick/window/window.qrc +8 -0
  893. PySide6/examples/quick3d/customgeometry/customgeometry.pyproject +3 -0
  894. PySide6/examples/quick3d/customgeometry/doc/customgeometry-example.jpg +0 -0
  895. PySide6/examples/quick3d/customgeometry/doc/customgeometry.rst +17 -0
  896. PySide6/examples/quick3d/customgeometry/examplepoint.py +51 -0
  897. PySide6/examples/quick3d/customgeometry/exampletriangle.py +188 -0
  898. PySide6/examples/quick3d/customgeometry/main.py +29 -0
  899. PySide6/examples/quick3d/customgeometry/main.qml +240 -0
  900. PySide6/examples/quick3d/customgeometry/qt_logo_rect.png +0 -0
  901. PySide6/examples/quick3d/customgeometry/resources.qrc +6 -0
  902. PySide6/examples/quick3d/customgeometry/resources_rc.py +585 -0
  903. PySide6/examples/quick3d/intro/doc/intro.png +0 -0
  904. PySide6/examples/quick3d/intro/doc/intro.rst +9 -0
  905. PySide6/examples/quick3d/intro/intro.pyproject +3 -0
  906. PySide6/examples/quick3d/intro/main.py +24 -0
  907. PySide6/examples/quick3d/intro/main.qml +80 -0
  908. PySide6/examples/quick3d/proceduraltexture/ProceduralTextureModule/Main.qml +188 -0
  909. PySide6/examples/quick3d/proceduraltexture/ProceduralTextureModule/app.qrc +6 -0
  910. PySide6/examples/quick3d/proceduraltexture/ProceduralTextureModule/qmldir +2 -0
  911. PySide6/examples/quick3d/proceduraltexture/doc/proceduraltexture-example.webp +0 -0
  912. PySide6/examples/quick3d/proceduraltexture/doc/proceduraltexture.rst +12 -0
  913. PySide6/examples/quick3d/proceduraltexture/gradienttexture.py +105 -0
  914. PySide6/examples/quick3d/proceduraltexture/main.py +30 -0
  915. PySide6/examples/quick3d/proceduraltexture/proceduraltexture.pyproject +9 -0
  916. PySide6/examples/quickcontrols/contactslist/Contact/ContactDelegate.ui.qml +82 -0
  917. PySide6/examples/quickcontrols/contactslist/Contact/ContactDialog.qml +45 -0
  918. PySide6/examples/quickcontrols/contactslist/Contact/ContactForm.ui.qml +72 -0
  919. PySide6/examples/quickcontrols/contactslist/Contact/ContactList.qml +70 -0
  920. PySide6/examples/quickcontrols/contactslist/Contact/ContactView.ui.qml +36 -0
  921. PySide6/examples/quickcontrols/contactslist/Contact/SectionDelegate.ui.qml +17 -0
  922. PySide6/examples/quickcontrols/contactslist/Contact/qmldir +7 -0
  923. PySide6/examples/quickcontrols/contactslist/contactlist.pyproject +10 -0
  924. PySide6/examples/quickcontrols/contactslist/contactmodel.py +116 -0
  925. PySide6/examples/quickcontrols/contactslist/doc/contactslist.rst +15 -0
  926. PySide6/examples/quickcontrols/contactslist/doc/qtquickcontrols-contactlist.png +0 -0
  927. PySide6/examples/quickcontrols/contactslist/main.py +27 -0
  928. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/Main.qml +185 -0
  929. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/app.qrc +15 -0
  930. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/app_icon.svg +2 -0
  931. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/folder_closed.svg +38 -0
  932. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/folder_open.svg +38 -0
  933. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/generic_file.svg +38 -0
  934. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/globe.svg +38 -0
  935. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/info_sign.svg +38 -0
  936. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/light_bulb.svg +43 -0
  937. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/qt_logo.svg +26 -0
  938. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/read.svg +38 -0
  939. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/icons/resize.svg +6 -0
  940. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/icons.qrc +14 -0
  941. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/About.qml +93 -0
  942. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/Colors.qml +23 -0
  943. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/Editor.qml +160 -0
  944. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/FileSystemView.qml +156 -0
  945. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/MyMenu.qml +45 -0
  946. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/MyMenuBar.qml +177 -0
  947. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/ResizeButton.qml +23 -0
  948. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/Sidebar.qml +138 -0
  949. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/qml/WindowDragHandler.qml +16 -0
  950. PySide6/examples/quickcontrols/filesystemexplorer/FileSystemModule/qmldir +11 -0
  951. PySide6/examples/quickcontrols/filesystemexplorer/doc/filesystemexplorer.rst +52 -0
  952. PySide6/examples/quickcontrols/filesystemexplorer/doc/filesystemexplorer.webp +0 -0
  953. PySide6/examples/quickcontrols/filesystemexplorer/editormodels.py +116 -0
  954. PySide6/examples/quickcontrols/filesystemexplorer/filesystemexplorer.pyproject +29 -0
  955. PySide6/examples/quickcontrols/filesystemexplorer/main.py +48 -0
  956. PySide6/examples/quickcontrols/gallery/+Material/ToolBar.qml +8 -0
  957. PySide6/examples/quickcontrols/gallery/ToolBar.qml +6 -0
  958. PySide6/examples/quickcontrols/gallery/doc/gallery.png +0 -0
  959. PySide6/examples/quickcontrols/gallery/doc/gallery.rst +9 -0
  960. PySide6/examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-drawer.png +0 -0
  961. PySide6/examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-menu.png +0 -0
  962. PySide6/examples/quickcontrols/gallery/doc/images/qtquickcontrols2-gallery-welcome.png +0 -0
  963. PySide6/examples/quickcontrols/gallery/gallery.py +52 -0
  964. PySide6/examples/quickcontrols/gallery/gallery.pyproject +36 -0
  965. PySide6/examples/quickcontrols/gallery/gallery.qml +318 -0
  966. PySide6/examples/quickcontrols/gallery/gallery.qrc +61 -0
  967. PySide6/examples/quickcontrols/gallery/icons/gallery/20x20/back.png +0 -0
  968. PySide6/examples/quickcontrols/gallery/icons/gallery/20x20/drawer.png +0 -0
  969. PySide6/examples/quickcontrols/gallery/icons/gallery/20x20/menu.png +0 -0
  970. PySide6/examples/quickcontrols/gallery/icons/gallery/20x20@2/back.png +0 -0
  971. PySide6/examples/quickcontrols/gallery/icons/gallery/20x20@2/drawer.png +0 -0
  972. PySide6/examples/quickcontrols/gallery/icons/gallery/20x20@2/menu.png +0 -0
  973. PySide6/examples/quickcontrols/gallery/icons/gallery/20x20@3/back.png +0 -0
  974. PySide6/examples/quickcontrols/gallery/icons/gallery/20x20@3/drawer.png +0 -0
  975. PySide6/examples/quickcontrols/gallery/icons/gallery/20x20@3/menu.png +0 -0
  976. PySide6/examples/quickcontrols/gallery/icons/gallery/20x20@4/back.png +0 -0
  977. PySide6/examples/quickcontrols/gallery/icons/gallery/20x20@4/drawer.png +0 -0
  978. PySide6/examples/quickcontrols/gallery/icons/gallery/20x20@4/menu.png +0 -0
  979. PySide6/examples/quickcontrols/gallery/icons/gallery/index.theme +24 -0
  980. PySide6/examples/quickcontrols/gallery/images/arrow.png +0 -0
  981. PySide6/examples/quickcontrols/gallery/images/arrow@2x.png +0 -0
  982. PySide6/examples/quickcontrols/gallery/images/arrow@3x.png +0 -0
  983. PySide6/examples/quickcontrols/gallery/images/arrow@4x.png +0 -0
  984. PySide6/examples/quickcontrols/gallery/images/arrows.png +0 -0
  985. PySide6/examples/quickcontrols/gallery/images/arrows@2x.png +0 -0
  986. PySide6/examples/quickcontrols/gallery/images/arrows@3x.png +0 -0
  987. PySide6/examples/quickcontrols/gallery/images/arrows@4x.png +0 -0
  988. PySide6/examples/quickcontrols/gallery/images/qt-logo.png +0 -0
  989. PySide6/examples/quickcontrols/gallery/images/qt-logo@2x.png +0 -0
  990. PySide6/examples/quickcontrols/gallery/images/qt-logo@3x.png +0 -0
  991. PySide6/examples/quickcontrols/gallery/images/qt-logo@4x.png +0 -0
  992. PySide6/examples/quickcontrols/gallery/pages/BusyIndicatorPage.qml +28 -0
  993. PySide6/examples/quickcontrols/gallery/pages/ButtonPage.qml +44 -0
  994. PySide6/examples/quickcontrols/gallery/pages/CheckBoxPage.qml +40 -0
  995. PySide6/examples/quickcontrols/gallery/pages/ComboBoxPage.qml +51 -0
  996. PySide6/examples/quickcontrols/gallery/pages/DelayButtonPage.qml +27 -0
  997. PySide6/examples/quickcontrols/gallery/pages/DelegatePage.qml +201 -0
  998. PySide6/examples/quickcontrols/gallery/pages/DialPage.qml +27 -0
  999. PySide6/examples/quickcontrols/gallery/pages/DialogPage.qml +179 -0
  1000. PySide6/examples/quickcontrols/gallery/pages/FramePage.qml +47 -0
  1001. PySide6/examples/quickcontrols/gallery/pages/GroupBoxPage.qml +48 -0
  1002. PySide6/examples/quickcontrols/gallery/pages/PageIndicatorPage.qml +27 -0
  1003. PySide6/examples/quickcontrols/gallery/pages/ProgressBarPage.qml +33 -0
  1004. PySide6/examples/quickcontrols/gallery/pages/RadioButtonPage.qml +39 -0
  1005. PySide6/examples/quickcontrols/gallery/pages/RangeSliderPage.qml +35 -0
  1006. PySide6/examples/quickcontrols/gallery/pages/ScrollBarPage.qml +40 -0
  1007. PySide6/examples/quickcontrols/gallery/pages/ScrollIndicatorPage.qml +40 -0
  1008. PySide6/examples/quickcontrols/gallery/pages/ScrollablePage.qml +24 -0
  1009. PySide6/examples/quickcontrols/gallery/pages/SliderPage.qml +33 -0
  1010. PySide6/examples/quickcontrols/gallery/pages/SpinBoxPage.qml +29 -0
  1011. PySide6/examples/quickcontrols/gallery/pages/StackViewPage.qml +58 -0
  1012. PySide6/examples/quickcontrols/gallery/pages/SwipeViewPage.qml +49 -0
  1013. PySide6/examples/quickcontrols/gallery/pages/SwitchPage.qml +39 -0
  1014. PySide6/examples/quickcontrols/gallery/pages/TabBarPage.qml +57 -0
  1015. PySide6/examples/quickcontrols/gallery/pages/TextAreaPage.qml +29 -0
  1016. PySide6/examples/quickcontrols/gallery/pages/TextFieldPage.qml +27 -0
  1017. PySide6/examples/quickcontrols/gallery/pages/ToolTipPage.qml +30 -0
  1018. PySide6/examples/quickcontrols/gallery/pages/TumblerPage.qml +26 -0
  1019. PySide6/examples/quickcontrols/gallery/qmldir +1 -0
  1020. PySide6/examples/quickcontrols/gallery/qtquickcontrols2.conf +8 -0
  1021. PySide6/examples/quickcontrols/gallery/rc_gallery.py +4410 -0
  1022. PySide6/examples/remoteobjects/modelview/modelview.pyproject +3 -0
  1023. PySide6/examples/remoteobjects/modelview/modelviewclient.py +24 -0
  1024. PySide6/examples/remoteobjects/modelview/modelviewserver.py +103 -0
  1025. PySide6/examples/samplebinding/CMakeLists.txt +252 -0
  1026. PySide6/examples/samplebinding/bindings.h +10 -0
  1027. PySide6/examples/samplebinding/bindings.xml +31 -0
  1028. PySide6/examples/samplebinding/doc/bindings.h.rstinc +2 -0
  1029. PySide6/examples/samplebinding/doc/bindings.xml.rstinc +31 -0
  1030. PySide6/examples/samplebinding/doc/samplebinding.pyproject +11 -0
  1031. PySide6/examples/samplebinding/doc/samplebinding.rst +288 -0
  1032. PySide6/examples/samplebinding/icecream.cpp +26 -0
  1033. PySide6/examples/samplebinding/icecream.h +26 -0
  1034. PySide6/examples/samplebinding/macros.h +21 -0
  1035. PySide6/examples/samplebinding/main.py +64 -0
  1036. PySide6/examples/samplebinding/truck.cpp +93 -0
  1037. PySide6/examples/samplebinding/truck.h +46 -0
  1038. PySide6/examples/scriptableapplication/CMakeLists.txt +228 -0
  1039. PySide6/examples/scriptableapplication/doc/scriptableapplication.pyproject +9 -0
  1040. PySide6/examples/scriptableapplication/doc/scriptableapplication.rst +195 -0
  1041. PySide6/examples/scriptableapplication/main.cpp +17 -0
  1042. PySide6/examples/scriptableapplication/mainwindow.cpp +107 -0
  1043. PySide6/examples/scriptableapplication/mainwindow.h +31 -0
  1044. PySide6/examples/scriptableapplication/pyside.pri +52 -0
  1045. PySide6/examples/scriptableapplication/pythonutils.cpp +134 -0
  1046. PySide6/examples/scriptableapplication/pythonutils.h +34 -0
  1047. PySide6/examples/scriptableapplication/scriptableapplication.pro +85 -0
  1048. PySide6/examples/scriptableapplication/scriptableapplication.xml +9 -0
  1049. PySide6/examples/scriptableapplication/wrappedclasses.h +9 -0
  1050. PySide6/examples/serialbus/can/bitratebox.py +55 -0
  1051. PySide6/examples/serialbus/can/can.pyproject +10 -0
  1052. PySide6/examples/serialbus/can/can.qrc +8 -0
  1053. PySide6/examples/serialbus/can/canbusdeviceinfobox.py +49 -0
  1054. PySide6/examples/serialbus/can/canbusdeviceinfobox.ui +86 -0
  1055. PySide6/examples/serialbus/can/canbusdeviceinfodialog.py +16 -0
  1056. PySide6/examples/serialbus/can/canbusdeviceinfodialog.ui +66 -0
  1057. PySide6/examples/serialbus/can/connectdialog.py +235 -0
  1058. PySide6/examples/serialbus/can/connectdialog.ui +278 -0
  1059. PySide6/examples/serialbus/can/doc/can.rst +6 -0
  1060. PySide6/examples/serialbus/can/images/application-exit.png +0 -0
  1061. PySide6/examples/serialbus/can/images/clear.png +0 -0
  1062. PySide6/examples/serialbus/can/images/connect.png +0 -0
  1063. PySide6/examples/serialbus/can/images/disconnect.png +0 -0
  1064. PySide6/examples/serialbus/can/main.py +18 -0
  1065. PySide6/examples/serialbus/can/mainwindow.py +238 -0
  1066. PySide6/examples/serialbus/can/mainwindow.ui +207 -0
  1067. PySide6/examples/serialbus/can/rc_can.py +3453 -0
  1068. PySide6/examples/serialbus/can/receivedframesmodel.py +142 -0
  1069. PySide6/examples/serialbus/can/receivedframesview.py +54 -0
  1070. PySide6/examples/serialbus/can/sendframebox.py +195 -0
  1071. PySide6/examples/serialbus/can/sendframebox.ui +211 -0
  1072. PySide6/examples/serialbus/can/ui_canbusdeviceinfobox.py +88 -0
  1073. PySide6/examples/serialbus/can/ui_canbusdeviceinfodialog.py +64 -0
  1074. PySide6/examples/serialbus/can/ui_connectdialog.py +252 -0
  1075. PySide6/examples/serialbus/can/ui_mainwindow.py +172 -0
  1076. PySide6/examples/serialbus/can/ui_sendframebox.py +188 -0
  1077. PySide6/examples/serialbus/modbus/modbusclient/doc/modbusclient.rst +9 -0
  1078. PySide6/examples/serialbus/modbus/modbusclient/images/application-exit.png +0 -0
  1079. PySide6/examples/serialbus/modbus/modbusclient/images/connect.png +0 -0
  1080. PySide6/examples/serialbus/modbus/modbusclient/images/disconnect.png +0 -0
  1081. PySide6/examples/serialbus/modbus/modbusclient/images/settings.png +0 -0
  1082. PySide6/examples/serialbus/modbus/modbusclient/main.py +26 -0
  1083. PySide6/examples/serialbus/modbus/modbusclient/mainwindow.py +331 -0
  1084. PySide6/examples/serialbus/modbus/modbusclient/mainwindow.ui +520 -0
  1085. PySide6/examples/serialbus/modbus/modbusclient/modbusclient.pyproject +5 -0
  1086. PySide6/examples/serialbus/modbus/modbusclient/modbusclient.qrc +8 -0
  1087. PySide6/examples/serialbus/modbus/modbusclient/rc_modbusclient.py +3672 -0
  1088. PySide6/examples/serialbus/modbus/modbusclient/settingsdialog.py +52 -0
  1089. PySide6/examples/serialbus/modbus/modbusclient/settingsdialog.ui +237 -0
  1090. PySide6/examples/serialbus/modbus/modbusclient/ui_mainwindow.py +377 -0
  1091. PySide6/examples/serialbus/modbus/modbusclient/ui_settingsdialog.py +173 -0
  1092. PySide6/examples/serialbus/modbus/modbusclient/writeregistermodel.py +118 -0
  1093. PySide6/examples/serialport/terminal/console.py +49 -0
  1094. PySide6/examples/serialport/terminal/doc/terminal.rst +9 -0
  1095. PySide6/examples/serialport/terminal/images/application-exit.png +0 -0
  1096. PySide6/examples/serialport/terminal/images/clear.png +0 -0
  1097. PySide6/examples/serialport/terminal/images/connect.png +0 -0
  1098. PySide6/examples/serialport/terminal/images/disconnect.png +0 -0
  1099. PySide6/examples/serialport/terminal/images/settings.png +0 -0
  1100. PySide6/examples/serialport/terminal/main.py +17 -0
  1101. PySide6/examples/serialport/terminal/mainwindow.py +108 -0
  1102. PySide6/examples/serialport/terminal/mainwindow.ui +162 -0
  1103. PySide6/examples/serialport/terminal/rc_terminal.py +4464 -0
  1104. PySide6/examples/serialport/terminal/settingsdialog.py +180 -0
  1105. PySide6/examples/serialport/terminal/settingsdialog.ui +177 -0
  1106. PySide6/examples/serialport/terminal/terminal.pyproject +4 -0
  1107. PySide6/examples/serialport/terminal/terminal.qrc +9 -0
  1108. PySide6/examples/serialport/terminal/ui_mainwindow.py +149 -0
  1109. PySide6/examples/serialport/terminal/ui_settingsdialog.py +181 -0
  1110. PySide6/examples/spatialaudio/audiopanning/audiopanning.pyproject +3 -0
  1111. PySide6/examples/spatialaudio/audiopanning/doc/audiopanning.rst +15 -0
  1112. PySide6/examples/spatialaudio/audiopanning/main.py +193 -0
  1113. PySide6/examples/speech/hello_speak/doc/hello_speak.rst +16 -0
  1114. PySide6/examples/speech/hello_speak/doc/hello_speak.webp +0 -0
  1115. PySide6/examples/speech/hello_speak/hello_speak.pyproject +5 -0
  1116. PySide6/examples/speech/hello_speak/main.py +20 -0
  1117. PySide6/examples/speech/hello_speak/mainwindow.py +134 -0
  1118. PySide6/examples/speech/hello_speak/mainwindow.ui +267 -0
  1119. PySide6/examples/speech/hello_speak/ui_mainwindow.py +211 -0
  1120. PySide6/examples/sql/books/bookdelegate.py +97 -0
  1121. PySide6/examples/sql/books/books.pyproject +5 -0
  1122. PySide6/examples/sql/books/books.qrc +6 -0
  1123. PySide6/examples/sql/books/bookwindow.py +98 -0
  1124. PySide6/examples/sql/books/bookwindow.ui +164 -0
  1125. PySide6/examples/sql/books/createdb.py +96 -0
  1126. PySide6/examples/sql/books/doc/books.png +0 -0
  1127. PySide6/examples/sql/books/doc/books.rst +11 -0
  1128. PySide6/examples/sql/books/images/star-filled.svg +1 -0
  1129. PySide6/examples/sql/books/images/star.svg +1 -0
  1130. PySide6/examples/sql/books/main.py +16 -0
  1131. PySide6/examples/sql/books/rc_books.py +118 -0
  1132. PySide6/examples/sql/books/ui_bookwindow.py +135 -0
  1133. PySide6/examples/sql/relationaltablemodel/connection.py +18 -0
  1134. PySide6/examples/sql/relationaltablemodel/relationaltablemodel.py +77 -0
  1135. PySide6/examples/statemachine/moveblocks/doc/moveblocks.png +0 -0
  1136. PySide6/examples/statemachine/moveblocks/doc/moveblocks.rst +10 -0
  1137. PySide6/examples/statemachine/moveblocks/moveblocks.py +222 -0
  1138. PySide6/examples/statemachine/moveblocks/moveblocks.pyproject +3 -0
  1139. PySide6/examples/statemachine/ping_pong/ping_pong.py +70 -0
  1140. PySide6/examples/statemachine/ping_pong/ping_pong.pyproject +3 -0
  1141. PySide6/examples/statemachine/rogue/rogue.py +179 -0
  1142. PySide6/examples/statemachine/rogue/rogue.pyproject +3 -0
  1143. PySide6/examples/statemachine/trafficlight/doc/trafficlight.png +0 -0
  1144. PySide6/examples/statemachine/trafficlight/doc/trafficlight.rst +10 -0
  1145. PySide6/examples/statemachine/trafficlight/trafficlight.py +117 -0
  1146. PySide6/examples/statemachine/trafficlight/trafficlight.pyproject +3 -0
  1147. PySide6/examples/uitools/uiloader/uiloader.py +35 -0
  1148. PySide6/examples/uitools/uiloader/uiloader.pyproject +3 -0
  1149. PySide6/examples/utils/pyside_config.py +340 -0
  1150. PySide6/examples/webchannel/standalone/core.py +25 -0
  1151. PySide6/examples/webchannel/standalone/dialog.py +32 -0
  1152. PySide6/examples/webchannel/standalone/dialog.ui +48 -0
  1153. PySide6/examples/webchannel/standalone/doc/standalone.png +0 -0
  1154. PySide6/examples/webchannel/standalone/doc/standalone.rst +8 -0
  1155. PySide6/examples/webchannel/standalone/index.html +79 -0
  1156. PySide6/examples/webchannel/standalone/main.py +62 -0
  1157. PySide6/examples/webchannel/standalone/standalone.pyproject +4 -0
  1158. PySide6/examples/webchannel/standalone/ui_dialog.py +57 -0
  1159. PySide6/examples/webchannel/standalone/websocketclientwrapper.py +35 -0
  1160. PySide6/examples/webchannel/standalone/websockettransport.py +51 -0
  1161. PySide6/examples/webenginequick/nanobrowser/ApplicationRoot.qml +40 -0
  1162. PySide6/examples/webenginequick/nanobrowser/BrowserDialog.qml +27 -0
  1163. PySide6/examples/webenginequick/nanobrowser/BrowserWindow.qml +817 -0
  1164. PySide6/examples/webenginequick/nanobrowser/DownloadView.qml +127 -0
  1165. PySide6/examples/webenginequick/nanobrowser/FindBar.qml +95 -0
  1166. PySide6/examples/webenginequick/nanobrowser/FullScreenNotification.qml +62 -0
  1167. PySide6/examples/webenginequick/nanobrowser/doc/nanobrowser.png +0 -0
  1168. PySide6/examples/webenginequick/nanobrowser/doc/nanobrowser.rst +8 -0
  1169. PySide6/examples/webenginequick/nanobrowser/icons/3rdparty/COPYING +1 -0
  1170. PySide6/examples/webenginequick/nanobrowser/icons/3rdparty/go-next.png +0 -0
  1171. PySide6/examples/webenginequick/nanobrowser/icons/3rdparty/go-previous.png +0 -0
  1172. PySide6/examples/webenginequick/nanobrowser/icons/3rdparty/process-stop.png +0 -0
  1173. PySide6/examples/webenginequick/nanobrowser/icons/3rdparty/view-refresh.png +0 -0
  1174. PySide6/examples/webenginequick/nanobrowser/nanobrowser.pyproject +6 -0
  1175. PySide6/examples/webenginequick/nanobrowser/quicknanobrowser.py +70 -0
  1176. PySide6/examples/webenginequick/nanobrowser/rc_resources.py +348 -0
  1177. PySide6/examples/webenginequick/nanobrowser/resources.qrc +8 -0
  1178. PySide6/examples/webenginewidgets/markdowneditor/document.py +24 -0
  1179. PySide6/examples/webenginewidgets/markdowneditor/main.py +20 -0
  1180. PySide6/examples/webenginewidgets/markdowneditor/mainwindow.py +137 -0
  1181. PySide6/examples/webenginewidgets/markdowneditor/mainwindow.ui +107 -0
  1182. PySide6/examples/webenginewidgets/markdowneditor/markdowneditor.pyproject +8 -0
  1183. PySide6/examples/webenginewidgets/markdowneditor/previewpage.py +18 -0
  1184. PySide6/examples/webenginewidgets/markdowneditor/rc_markdowneditor.py +852 -0
  1185. PySide6/examples/webenginewidgets/markdowneditor/resources/3rdparty/MARKDOWN-LICENSE.txt +16 -0
  1186. PySide6/examples/webenginewidgets/markdowneditor/resources/3rdparty/MARKED-LICENSE.txt +19 -0
  1187. PySide6/examples/webenginewidgets/markdowneditor/resources/3rdparty/markdown.css +260 -0
  1188. PySide6/examples/webenginewidgets/markdowneditor/resources/3rdparty/marked.js +1514 -0
  1189. PySide6/examples/webenginewidgets/markdowneditor/resources/3rdparty/qt_attribution.json +35 -0
  1190. PySide6/examples/webenginewidgets/markdowneditor/resources/default.md +12 -0
  1191. PySide6/examples/webenginewidgets/markdowneditor/resources/index.html +32 -0
  1192. PySide6/examples/webenginewidgets/markdowneditor/resources/markdowneditor.qrc +8 -0
  1193. PySide6/examples/webenginewidgets/markdowneditor/ui_mainwindow.py +115 -0
  1194. PySide6/examples/webenginewidgets/notifications/doc/notifications.png +0 -0
  1195. PySide6/examples/webenginewidgets/notifications/doc/notifications.rst +8 -0
  1196. PySide6/examples/webenginewidgets/notifications/main.py +57 -0
  1197. PySide6/examples/webenginewidgets/notifications/notificationpopup.py +68 -0
  1198. PySide6/examples/webenginewidgets/notifications/notifications.pyproject +3 -0
  1199. PySide6/examples/webenginewidgets/notifications/resources/icon.png +0 -0
  1200. PySide6/examples/webenginewidgets/notifications/resources/index.html +91 -0
  1201. PySide6/examples/webenginewidgets/simplebrowser/browser.py +69 -0
  1202. PySide6/examples/webenginewidgets/simplebrowser/browserwindow.py +500 -0
  1203. PySide6/examples/webenginewidgets/simplebrowser/certificateerrordialog.ui +133 -0
  1204. PySide6/examples/webenginewidgets/simplebrowser/data/3rdparty/COPYING +1 -0
  1205. PySide6/examples/webenginewidgets/simplebrowser/data/3rdparty/dialog-error.png +0 -0
  1206. PySide6/examples/webenginewidgets/simplebrowser/data/3rdparty/edit-clear.png +0 -0
  1207. PySide6/examples/webenginewidgets/simplebrowser/data/3rdparty/go-bottom.png +0 -0
  1208. PySide6/examples/webenginewidgets/simplebrowser/data/3rdparty/go-next.png +0 -0
  1209. PySide6/examples/webenginewidgets/simplebrowser/data/3rdparty/go-previous.png +0 -0
  1210. PySide6/examples/webenginewidgets/simplebrowser/data/3rdparty/process-stop.png +0 -0
  1211. PySide6/examples/webenginewidgets/simplebrowser/data/3rdparty/qt_attribution.json +24 -0
  1212. PySide6/examples/webenginewidgets/simplebrowser/data/3rdparty/text-html.png +0 -0
  1213. PySide6/examples/webenginewidgets/simplebrowser/data/3rdparty/view-refresh.png +0 -0
  1214. PySide6/examples/webenginewidgets/simplebrowser/data/AppLogoColor.png +0 -0
  1215. PySide6/examples/webenginewidgets/simplebrowser/data/ninja.png +0 -0
  1216. PySide6/examples/webenginewidgets/simplebrowser/data/rc_simplebrowser.py +1391 -0
  1217. PySide6/examples/webenginewidgets/simplebrowser/data/simplebrowser.qrc +16 -0
  1218. PySide6/examples/webenginewidgets/simplebrowser/doc/simplebrowser.rst +177 -0
  1219. PySide6/examples/webenginewidgets/simplebrowser/doc/simplebrowser.webp +0 -0
  1220. PySide6/examples/webenginewidgets/simplebrowser/downloadmanagerwidget.py +51 -0
  1221. PySide6/examples/webenginewidgets/simplebrowser/downloadmanagerwidget.ui +104 -0
  1222. PySide6/examples/webenginewidgets/simplebrowser/downloadwidget.py +109 -0
  1223. PySide6/examples/webenginewidgets/simplebrowser/downloadwidget.ui +78 -0
  1224. PySide6/examples/webenginewidgets/simplebrowser/main.py +45 -0
  1225. PySide6/examples/webenginewidgets/simplebrowser/passworddialog.ui +121 -0
  1226. PySide6/examples/webenginewidgets/simplebrowser/simplebrowser.pyproject +7 -0
  1227. PySide6/examples/webenginewidgets/simplebrowser/tabwidget.py +241 -0
  1228. PySide6/examples/webenginewidgets/simplebrowser/ui_certificateerrordialog.py +87 -0
  1229. PySide6/examples/webenginewidgets/simplebrowser/ui_downloadmanagerwidget.py +76 -0
  1230. PySide6/examples/webenginewidgets/simplebrowser/ui_downloadwidget.py +86 -0
  1231. PySide6/examples/webenginewidgets/simplebrowser/ui_passworddialog.py +96 -0
  1232. PySide6/examples/webenginewidgets/simplebrowser/webpage.py +29 -0
  1233. PySide6/examples/webenginewidgets/simplebrowser/webpopupwindow.py +53 -0
  1234. PySide6/examples/webenginewidgets/simplebrowser/webview.py +294 -0
  1235. PySide6/examples/webenginewidgets/widgetsnanobrowser/doc/widgetsnanobrowser.png +0 -0
  1236. PySide6/examples/webenginewidgets/widgetsnanobrowser/doc/widgetsnanobrowser.rst +8 -0
  1237. PySide6/examples/webenginewidgets/widgetsnanobrowser/widgetsnanobrowser.py +70 -0
  1238. PySide6/examples/webenginewidgets/widgetsnanobrowser/widgetsnanobrowser.pyproject +3 -0
  1239. PySide6/examples/widgetbinding/CMakeLists.txt +294 -0
  1240. PySide6/examples/widgetbinding/bindings.h +7 -0
  1241. PySide6/examples/widgetbinding/bindings.xml +9 -0
  1242. PySide6/examples/widgetbinding/dialog.py +33 -0
  1243. PySide6/examples/widgetbinding/doc/widgetbinding.md +74 -0
  1244. PySide6/examples/widgetbinding/doc/widgetbinding.pyproject +10 -0
  1245. PySide6/examples/widgetbinding/macros.h +16 -0
  1246. PySide6/examples/widgetbinding/main.py +14 -0
  1247. PySide6/examples/widgetbinding/registerwigglywidget.py +31 -0
  1248. PySide6/examples/widgetbinding/wigglywidget.cpp +92 -0
  1249. PySide6/examples/widgetbinding/wigglywidget.h +40 -0
  1250. PySide6/examples/widgetbinding/wigglywidget.py +69 -0
  1251. PySide6/examples/widgets/animation/animatedtiles/animatedtiles.py +231 -0
  1252. PySide6/examples/widgets/animation/animatedtiles/animatedtiles.pyproject +3 -0
  1253. PySide6/examples/widgets/animation/animatedtiles/animatedtiles.qrc +11 -0
  1254. PySide6/examples/widgets/animation/animatedtiles/animatedtiles_rc.py +6108 -0
  1255. PySide6/examples/widgets/animation/animatedtiles/doc/animatedtiles.png +0 -0
  1256. PySide6/examples/widgets/animation/animatedtiles/doc/animatedtiles.rst +8 -0
  1257. PySide6/examples/widgets/animation/animatedtiles/images/Time-For-Lunch-2.jpg +0 -0
  1258. PySide6/examples/widgets/animation/animatedtiles/images/centered.png +0 -0
  1259. PySide6/examples/widgets/animation/animatedtiles/images/ellipse.png +0 -0
  1260. PySide6/examples/widgets/animation/animatedtiles/images/figure8.png +0 -0
  1261. PySide6/examples/widgets/animation/animatedtiles/images/kinetic.png +0 -0
  1262. PySide6/examples/widgets/animation/animatedtiles/images/random.png +0 -0
  1263. PySide6/examples/widgets/animation/animatedtiles/images/tile.png +0 -0
  1264. PySide6/examples/widgets/animation/appchooser/accessories-dictionary.png +0 -0
  1265. PySide6/examples/widgets/animation/appchooser/akregator.png +0 -0
  1266. PySide6/examples/widgets/animation/appchooser/appchooser.py +99 -0
  1267. PySide6/examples/widgets/animation/appchooser/appchooser.pyproject +3 -0
  1268. PySide6/examples/widgets/animation/appchooser/appchooser.qrc +8 -0
  1269. PySide6/examples/widgets/animation/appchooser/appchooser_rc.py +1424 -0
  1270. PySide6/examples/widgets/animation/appchooser/digikam.png +0 -0
  1271. PySide6/examples/widgets/animation/appchooser/doc/appchooser.png +0 -0
  1272. PySide6/examples/widgets/animation/appchooser/doc/appchooser.rst +9 -0
  1273. PySide6/examples/widgets/animation/appchooser/k3b.png +0 -0
  1274. PySide6/examples/widgets/animation/easing/doc/easing.png +0 -0
  1275. PySide6/examples/widgets/animation/easing/doc/easing.rst +9 -0
  1276. PySide6/examples/widgets/animation/easing/easing.py +219 -0
  1277. PySide6/examples/widgets/animation/easing/easing.pyproject +3 -0
  1278. PySide6/examples/widgets/animation/easing/form.ui +270 -0
  1279. PySide6/examples/widgets/animation/easing/ui_form.py +178 -0
  1280. PySide6/examples/widgets/animation/states/doc/states.png +0 -0
  1281. PySide6/examples/widgets/animation/states/doc/states.rst +8 -0
  1282. PySide6/examples/widgets/animation/states/states.py +235 -0
  1283. PySide6/examples/widgets/animation/states/states.pyproject +3 -0
  1284. PySide6/examples/widgets/animation/states/states_rc.py +2182 -0
  1285. PySide6/examples/widgets/desktop/screenshot/doc/screenshot.png +0 -0
  1286. PySide6/examples/widgets/desktop/screenshot/doc/screenshot.rst +8 -0
  1287. PySide6/examples/widgets/desktop/screenshot/screenshot.py +156 -0
  1288. PySide6/examples/widgets/desktop/screenshot/screenshot.pyproject +3 -0
  1289. PySide6/examples/widgets/desktop/systray/images/bad.png +0 -0
  1290. PySide6/examples/widgets/desktop/systray/images/heart.png +0 -0
  1291. PySide6/examples/widgets/desktop/systray/images/trash.png +0 -0
  1292. PySide6/examples/widgets/desktop/systray/main.py +21 -0
  1293. PySide6/examples/widgets/desktop/systray/rc_systray.py +2581 -0
  1294. PySide6/examples/widgets/desktop/systray/systray.pyproject +3 -0
  1295. PySide6/examples/widgets/desktop/systray/systray.qrc +7 -0
  1296. PySide6/examples/widgets/desktop/systray/window.py +236 -0
  1297. PySide6/examples/widgets/dialogs/classwizard/classwizard.py +380 -0
  1298. PySide6/examples/widgets/dialogs/classwizard/classwizard.pyproject +3 -0
  1299. PySide6/examples/widgets/dialogs/classwizard/classwizard.qrc +7 -0
  1300. PySide6/examples/widgets/dialogs/classwizard/classwizard_rc.py +2316 -0
  1301. PySide6/examples/widgets/dialogs/classwizard/doc/classwizard.png +0 -0
  1302. PySide6/examples/widgets/dialogs/classwizard/doc/classwizard.rst +11 -0
  1303. PySide6/examples/widgets/dialogs/classwizard/images/background.png +0 -0
  1304. PySide6/examples/widgets/dialogs/classwizard/images/banner.png +0 -0
  1305. PySide6/examples/widgets/dialogs/classwizard/images/watermark1.png +0 -0
  1306. PySide6/examples/widgets/dialogs/classwizard/listchooser.py +173 -0
  1307. PySide6/examples/widgets/dialogs/extension/extension.py +77 -0
  1308. PySide6/examples/widgets/dialogs/extension/extension.pyproject +3 -0
  1309. PySide6/examples/widgets/dialogs/licensewizard/doc/licensewizard.png +0 -0
  1310. PySide6/examples/widgets/dialogs/licensewizard/doc/licensewizard.rst +9 -0
  1311. PySide6/examples/widgets/dialogs/licensewizard/images/logo.png +0 -0
  1312. PySide6/examples/widgets/dialogs/licensewizard/images/watermark.png +0 -0
  1313. PySide6/examples/widgets/dialogs/licensewizard/licensewizard.py +298 -0
  1314. PySide6/examples/widgets/dialogs/licensewizard/licensewizard.pyproject +3 -0
  1315. PySide6/examples/widgets/dialogs/licensewizard/main.py +15 -0
  1316. PySide6/examples/widgets/dialogs/standarddialogs/standarddialogs.py +437 -0
  1317. PySide6/examples/widgets/dialogs/standarddialogs/standarddialogs.pyproject +3 -0
  1318. PySide6/examples/widgets/dialogs/tabdialog/doc/tabdialog.png +0 -0
  1319. PySide6/examples/widgets/dialogs/tabdialog/doc/tabdialog.rst +13 -0
  1320. PySide6/examples/widgets/dialogs/tabdialog/tabdialog.py +178 -0
  1321. PySide6/examples/widgets/dialogs/tabdialog/tabdialog.pyproject +3 -0
  1322. PySide6/examples/widgets/dialogs/trivialwizard/trivialwizard.py +63 -0
  1323. PySide6/examples/widgets/dialogs/trivialwizard/trivialwizard.pyproject +3 -0
  1324. PySide6/examples/widgets/draganddrop/draggableicons/doc/draggableicons.png +0 -0
  1325. PySide6/examples/widgets/draganddrop/draggableicons/doc/draggableicons.rst +9 -0
  1326. PySide6/examples/widgets/draganddrop/draggableicons/draggableicons.py +128 -0
  1327. PySide6/examples/widgets/draganddrop/draggableicons/draggableicons.qrc +7 -0
  1328. PySide6/examples/widgets/draganddrop/draggableicons/images/boat.png +0 -0
  1329. PySide6/examples/widgets/draganddrop/draggableicons/images/car.png +0 -0
  1330. PySide6/examples/widgets/draganddrop/draggableicons/images/house.png +0 -0
  1331. PySide6/examples/widgets/draganddrop/draggabletext/draggabletext.py +119 -0
  1332. PySide6/examples/widgets/draganddrop/draggabletext/draggabletext.pyproject +3 -0
  1333. PySide6/examples/widgets/draganddrop/draggabletext/draggabletext.qrc +5 -0
  1334. PySide6/examples/widgets/draganddrop/draggabletext/draggabletext_rc.py +55 -0
  1335. PySide6/examples/widgets/draganddrop/draggabletext/words.txt +41 -0
  1336. PySide6/examples/widgets/draganddrop/dropsite/doc/dropsite.rst +8 -0
  1337. PySide6/examples/widgets/draganddrop/dropsite/droparea.py +67 -0
  1338. PySide6/examples/widgets/draganddrop/dropsite/dropsite.pyproject +3 -0
  1339. PySide6/examples/widgets/draganddrop/dropsite/dropsitewindow.py +115 -0
  1340. PySide6/examples/widgets/draganddrop/dropsite/main.py +15 -0
  1341. PySide6/examples/widgets/effects/blurpicker/blureffect.py +33 -0
  1342. PySide6/examples/widgets/effects/blurpicker/blurpicker.py +105 -0
  1343. PySide6/examples/widgets/effects/blurpicker/blurpicker.pyproject +17 -0
  1344. PySide6/examples/widgets/effects/blurpicker/doc/blurpicker.png +0 -0
  1345. PySide6/examples/widgets/effects/blurpicker/doc/blurpicker.rst +9 -0
  1346. PySide6/examples/widgets/effects/blurpicker/images/README.txt +5 -0
  1347. PySide6/examples/widgets/effects/blurpicker/images/accessories-calculator.png +0 -0
  1348. PySide6/examples/widgets/effects/blurpicker/images/accessories-text-editor.png +0 -0
  1349. PySide6/examples/widgets/effects/blurpicker/images/background.jpg +0 -0
  1350. PySide6/examples/widgets/effects/blurpicker/images/help-browser.png +0 -0
  1351. PySide6/examples/widgets/effects/blurpicker/images/internet-group-chat.png +0 -0
  1352. PySide6/examples/widgets/effects/blurpicker/images/internet-mail.png +0 -0
  1353. PySide6/examples/widgets/effects/blurpicker/images/internet-web-browser.png +0 -0
  1354. PySide6/examples/widgets/effects/blurpicker/images/office-calendar.png +0 -0
  1355. PySide6/examples/widgets/effects/blurpicker/images/system-users.png +0 -0
  1356. PySide6/examples/widgets/effects/blurpicker/main.py +20 -0
  1357. PySide6/examples/widgets/effects/lighting/lighting.py +107 -0
  1358. PySide6/examples/widgets/effects/lighting/lighting.pyproject +3 -0
  1359. PySide6/examples/widgets/gettext/doc/gettext.rst +7 -0
  1360. PySide6/examples/widgets/gettext/gettext.pyproject +4 -0
  1361. PySide6/examples/widgets/gettext/locales/de_DE/LC_MESSAGES/example.mo +0 -0
  1362. PySide6/examples/widgets/gettext/locales/de_DE/LC_MESSAGES/example.pot +32 -0
  1363. PySide6/examples/widgets/gettext/locales/example.pot +32 -0
  1364. PySide6/examples/widgets/gettext/main.py +60 -0
  1365. PySide6/examples/widgets/graphicsview/anchorlayout/anchorlayout.py +90 -0
  1366. PySide6/examples/widgets/graphicsview/anchorlayout/anchorlayout.pyproject +3 -0
  1367. PySide6/examples/widgets/graphicsview/collidingmice/collidingmice.py +178 -0
  1368. PySide6/examples/widgets/graphicsview/collidingmice/collidingmice.pyproject +3 -0
  1369. PySide6/examples/widgets/graphicsview/collidingmice/mice_rc.py +232 -0
  1370. PySide6/examples/widgets/graphicsview/diagramscene/diagramscene.py +802 -0
  1371. PySide6/examples/widgets/graphicsview/diagramscene/diagramscene.pyproject +3 -0
  1372. PySide6/examples/widgets/graphicsview/diagramscene/diagramscene.qrc +19 -0
  1373. PySide6/examples/widgets/graphicsview/diagramscene/diagramscene_rc.py +417 -0
  1374. PySide6/examples/widgets/graphicsview/diagramscene/images/background1.png +0 -0
  1375. PySide6/examples/widgets/graphicsview/diagramscene/images/background2.png +0 -0
  1376. PySide6/examples/widgets/graphicsview/diagramscene/images/background3.png +0 -0
  1377. PySide6/examples/widgets/graphicsview/diagramscene/images/background4.png +0 -0
  1378. PySide6/examples/widgets/graphicsview/diagramscene/images/bold.png +0 -0
  1379. PySide6/examples/widgets/graphicsview/diagramscene/images/bringtofront.png +0 -0
  1380. PySide6/examples/widgets/graphicsview/diagramscene/images/delete.png +0 -0
  1381. PySide6/examples/widgets/graphicsview/diagramscene/images/floodfill.png +0 -0
  1382. PySide6/examples/widgets/graphicsview/diagramscene/images/italic.png +0 -0
  1383. PySide6/examples/widgets/graphicsview/diagramscene/images/linecolor.png +0 -0
  1384. PySide6/examples/widgets/graphicsview/diagramscene/images/linepointer.png +0 -0
  1385. PySide6/examples/widgets/graphicsview/diagramscene/images/pointer.png +0 -0
  1386. PySide6/examples/widgets/graphicsview/diagramscene/images/sendtoback.png +0 -0
  1387. PySide6/examples/widgets/graphicsview/diagramscene/images/textpointer.png +0 -0
  1388. PySide6/examples/widgets/graphicsview/diagramscene/images/underline.png +0 -0
  1389. PySide6/examples/widgets/graphicsview/dragdroprobot/dragdroprobot.py +253 -0
  1390. PySide6/examples/widgets/graphicsview/dragdroprobot/dragdroprobot.pyproject +3 -0
  1391. PySide6/examples/widgets/graphicsview/dragdroprobot/dragdroprobot.qrc +5 -0
  1392. PySide6/examples/widgets/graphicsview/dragdroprobot/dragdroprobot_rc.py +975 -0
  1393. PySide6/examples/widgets/graphicsview/dragdroprobot/images/head.png +0 -0
  1394. PySide6/examples/widgets/graphicsview/elasticnodes/elasticnodes.py +391 -0
  1395. PySide6/examples/widgets/graphicsview/elasticnodes/elasticnodes.pyproject +3 -0
  1396. PySide6/examples/widgets/imageviewer/imageviewer.py +277 -0
  1397. PySide6/examples/widgets/imageviewer/imageviewer.pyproject +3 -0
  1398. PySide6/examples/widgets/imageviewer/main.py +27 -0
  1399. PySide6/examples/widgets/itemviews/address_book/adddialogwidget.py +65 -0
  1400. PySide6/examples/widgets/itemviews/address_book/address_book.py +99 -0
  1401. PySide6/examples/widgets/itemviews/address_book/address_book.pyproject +4 -0
  1402. PySide6/examples/widgets/itemviews/address_book/addresswidget.py +215 -0
  1403. PySide6/examples/widgets/itemviews/address_book/doc/address_book.png +0 -0
  1404. PySide6/examples/widgets/itemviews/address_book/doc/address_book.rst +9 -0
  1405. PySide6/examples/widgets/itemviews/address_book/newaddresstab.py +56 -0
  1406. PySide6/examples/widgets/itemviews/address_book/tablemodel.py +109 -0
  1407. PySide6/examples/widgets/itemviews/basicfiltermodel/basicsortfiltermodel.py +178 -0
  1408. PySide6/examples/widgets/itemviews/basicfiltermodel/basicsortfiltermodel.pyproject +3 -0
  1409. PySide6/examples/widgets/itemviews/dirview/dirview.py +59 -0
  1410. PySide6/examples/widgets/itemviews/dirview/dirview.pyproject +3 -0
  1411. PySide6/examples/widgets/itemviews/dirview/doc/dirview.rst +5 -0
  1412. PySide6/examples/widgets/itemviews/editabletreemodel/default.txt +40 -0
  1413. PySide6/examples/widgets/itemviews/editabletreemodel/doc/editabletreemodel.png +0 -0
  1414. PySide6/examples/widgets/itemviews/editabletreemodel/doc/editabletreemodel.rst +10 -0
  1415. PySide6/examples/widgets/itemviews/editabletreemodel/editabletreemodel.pyproject +7 -0
  1416. PySide6/examples/widgets/itemviews/editabletreemodel/main.py +14 -0
  1417. PySide6/examples/widgets/itemviews/editabletreemodel/mainwindow.py +163 -0
  1418. PySide6/examples/widgets/itemviews/editabletreemodel/treeitem.py +94 -0
  1419. PySide6/examples/widgets/itemviews/editabletreemodel/treemodel.py +199 -0
  1420. PySide6/examples/widgets/itemviews/fetchmore/fetchmore.py +137 -0
  1421. PySide6/examples/widgets/itemviews/fetchmore/fetchmore.pyproject +3 -0
  1422. PySide6/examples/widgets/itemviews/jsonmodel/doc/jsonmodel.png +0 -0
  1423. PySide6/examples/widgets/itemviews/jsonmodel/doc/jsonmodel.rst +8 -0
  1424. PySide6/examples/widgets/itemviews/jsonmodel/example.json +26 -0
  1425. PySide6/examples/widgets/itemviews/jsonmodel/jsonmodel.py +320 -0
  1426. PySide6/examples/widgets/itemviews/jsonmodel/jsonmodel.pyproject +3 -0
  1427. PySide6/examples/widgets/itemviews/spinboxdelegate/doc/spinboxdelegate.rst +5 -0
  1428. PySide6/examples/widgets/itemviews/spinboxdelegate/spinboxdelegate.py +79 -0
  1429. PySide6/examples/widgets/itemviews/spinboxdelegate/spinboxdelegate.pyproject +3 -0
  1430. PySide6/examples/widgets/itemviews/spreadsheet/doc/spreadsheet.png +0 -0
  1431. PySide6/examples/widgets/itemviews/spreadsheet/doc/spreadsheet.rst +10 -0
  1432. PySide6/examples/widgets/itemviews/spreadsheet/main.py +19 -0
  1433. PySide6/examples/widgets/itemviews/spreadsheet/spreadsheet.py +544 -0
  1434. PySide6/examples/widgets/itemviews/spreadsheet/spreadsheetdelegate.py +67 -0
  1435. PySide6/examples/widgets/itemviews/spreadsheet/spreadsheetitem.py +122 -0
  1436. PySide6/examples/widgets/itemviews/stardelegate/doc/stardelegate.png +0 -0
  1437. PySide6/examples/widgets/itemviews/stardelegate/doc/stardelegate.rst +10 -0
  1438. PySide6/examples/widgets/itemviews/stardelegate/stardelegate.py +136 -0
  1439. PySide6/examples/widgets/itemviews/stardelegate/stardelegate.pyproject +3 -0
  1440. PySide6/examples/widgets/itemviews/stardelegate/stareditor.py +62 -0
  1441. PySide6/examples/widgets/itemviews/stardelegate/starrating.py +62 -0
  1442. PySide6/examples/widgets/layouts/basiclayouts/basiclayouts.py +98 -0
  1443. PySide6/examples/widgets/layouts/basiclayouts/basiclayouts.pyproject +3 -0
  1444. PySide6/examples/widgets/layouts/basiclayouts/doc/basiclayouts.png +0 -0
  1445. PySide6/examples/widgets/layouts/basiclayouts/doc/basiclayouts.rst +9 -0
  1446. PySide6/examples/widgets/layouts/borderlayout/borderlayout.py +248 -0
  1447. PySide6/examples/widgets/layouts/borderlayout/borderlayout.pyproject +3 -0
  1448. PySide6/examples/widgets/layouts/borderlayout/doc/borderlayout.png +0 -0
  1449. PySide6/examples/widgets/layouts/borderlayout/doc/borderlayout.rst +10 -0
  1450. PySide6/examples/widgets/layouts/dynamiclayouts/doc/dynamiclayouts.png +0 -0
  1451. PySide6/examples/widgets/layouts/dynamiclayouts/doc/dynamiclayouts.rst +10 -0
  1452. PySide6/examples/widgets/layouts/dynamiclayouts/dynamiclayouts.py +134 -0
  1453. PySide6/examples/widgets/layouts/dynamiclayouts/dynamiclayouts.pyproject +3 -0
  1454. PySide6/examples/widgets/layouts/flowlayout/doc/flowlayout.png +0 -0
  1455. PySide6/examples/widgets/layouts/flowlayout/doc/flowlayout.rst +11 -0
  1456. PySide6/examples/widgets/layouts/flowlayout/flowlayout.py +120 -0
  1457. PySide6/examples/widgets/layouts/flowlayout/flowlayout.pyproject +3 -0
  1458. PySide6/examples/widgets/linguist/doc/linguist.rst +7 -0
  1459. PySide6/examples/widgets/linguist/example_de.ts +40 -0
  1460. PySide6/examples/widgets/linguist/linguist.pyproject +3 -0
  1461. PySide6/examples/widgets/linguist/linguist.qrc +5 -0
  1462. PySide6/examples/widgets/linguist/linguist_rc.py +68 -0
  1463. PySide6/examples/widgets/linguist/main.py +55 -0
  1464. PySide6/examples/widgets/mainwindows/application/application.py +260 -0
  1465. PySide6/examples/widgets/mainwindows/application/application.pyproject +3 -0
  1466. PySide6/examples/widgets/mainwindows/application/application.qrc +10 -0
  1467. PySide6/examples/widgets/mainwindows/application/application_rc.py +608 -0
  1468. PySide6/examples/widgets/mainwindows/application/images/copy.png +0 -0
  1469. PySide6/examples/widgets/mainwindows/application/images/cut.png +0 -0
  1470. PySide6/examples/widgets/mainwindows/application/images/new.png +0 -0
  1471. PySide6/examples/widgets/mainwindows/application/images/open.png +0 -0
  1472. PySide6/examples/widgets/mainwindows/application/images/paste.png +0 -0
  1473. PySide6/examples/widgets/mainwindows/application/images/save.png +0 -0
  1474. PySide6/examples/widgets/mainwindows/dockwidgets/doc/dockwidgets.png +0 -0
  1475. PySide6/examples/widgets/mainwindows/dockwidgets/doc/dockwidgets.rst +9 -0
  1476. PySide6/examples/widgets/mainwindows/dockwidgets/dockwidgets.py +273 -0
  1477. PySide6/examples/widgets/mainwindows/dockwidgets/dockwidgets.pyproject +3 -0
  1478. PySide6/examples/widgets/mainwindows/dockwidgets/dockwidgets.qrc +8 -0
  1479. PySide6/examples/widgets/mainwindows/dockwidgets/dockwidgets_rc.py +464 -0
  1480. PySide6/examples/widgets/mainwindows/dockwidgets/images/new.png +0 -0
  1481. PySide6/examples/widgets/mainwindows/dockwidgets/images/print.png +0 -0
  1482. PySide6/examples/widgets/mainwindows/dockwidgets/images/save.png +0 -0
  1483. PySide6/examples/widgets/mainwindows/dockwidgets/images/undo.png +0 -0
  1484. PySide6/examples/widgets/mainwindows/mdi/mdi.py +447 -0
  1485. PySide6/examples/widgets/mainwindows/mdi/mdi.pyproject +3 -0
  1486. PySide6/examples/widgets/painting/basicdrawing/basicdrawing.py +310 -0
  1487. PySide6/examples/widgets/painting/basicdrawing/basicdrawing.pyproject +3 -0
  1488. PySide6/examples/widgets/painting/basicdrawing/basicdrawing.qrc +6 -0
  1489. PySide6/examples/widgets/painting/basicdrawing/basicdrawing_rc.py +135 -0
  1490. PySide6/examples/widgets/painting/basicdrawing/doc/basicdrawing.png +0 -0
  1491. PySide6/examples/widgets/painting/basicdrawing/doc/basicdrawing.rst +15 -0
  1492. PySide6/examples/widgets/painting/basicdrawing/images/brick.png +0 -0
  1493. PySide6/examples/widgets/painting/basicdrawing/images/qt-logo.png +0 -0
  1494. PySide6/examples/widgets/painting/concentriccircles/concentriccircles.py +109 -0
  1495. PySide6/examples/widgets/painting/concentriccircles/concentriccircles.pyproject +3 -0
  1496. PySide6/examples/widgets/painting/concentriccircles/doc/concentriccircles.png +0 -0
  1497. PySide6/examples/widgets/painting/concentriccircles/doc/concentriccircles.rst +12 -0
  1498. PySide6/examples/widgets/painting/painter/doc/painter.png +0 -0
  1499. PySide6/examples/widgets/painting/painter/doc/painter.rst +8 -0
  1500. PySide6/examples/widgets/painting/painter/painter.py +204 -0
  1501. PySide6/examples/widgets/painting/painter/painter.pyproject +3 -0
  1502. PySide6/examples/widgets/painting/plot/doc/plot.png +0 -0
  1503. PySide6/examples/widgets/painting/plot/doc/plot.rst +36 -0
  1504. PySide6/examples/widgets/painting/plot/plot.py +66 -0
  1505. PySide6/examples/widgets/painting/plot/plot.pyproject +3 -0
  1506. PySide6/examples/widgets/rhi/simplerhiwidget/doc/simplerhiwidget.rst +34 -0
  1507. PySide6/examples/widgets/rhi/simplerhiwidget/doc/simplerhiwidget.webp +0 -0
  1508. PySide6/examples/widgets/rhi/simplerhiwidget/examplewidget.py +135 -0
  1509. PySide6/examples/widgets/rhi/simplerhiwidget/main.py +35 -0
  1510. PySide6/examples/widgets/rhi/simplerhiwidget/rc_simplerhiwidget.py +163 -0
  1511. PySide6/examples/widgets/rhi/simplerhiwidget/shader_assets/color.frag.qsb +0 -0
  1512. PySide6/examples/widgets/rhi/simplerhiwidget/shader_assets/color.vert.qsb +0 -0
  1513. PySide6/examples/widgets/rhi/simplerhiwidget/shaders/color.frag +10 -0
  1514. PySide6/examples/widgets/rhi/simplerhiwidget/shaders/color.vert +16 -0
  1515. PySide6/examples/widgets/rhi/simplerhiwidget/simplerhiwidget.pyproject +4 -0
  1516. PySide6/examples/widgets/rhi/simplerhiwidget/simplerhiwidget.qrc +6 -0
  1517. PySide6/examples/widgets/richtext/orderform/orderform.py +265 -0
  1518. PySide6/examples/widgets/richtext/orderform/orderform.pyproject +3 -0
  1519. PySide6/examples/widgets/richtext/syntaxhighlighter/doc/syntaxhighlighter.png +0 -0
  1520. PySide6/examples/widgets/richtext/syntaxhighlighter/doc/syntaxhighlighter.rst +8 -0
  1521. PySide6/examples/widgets/richtext/syntaxhighlighter/examples/example +79 -0
  1522. PySide6/examples/widgets/richtext/syntaxhighlighter/syntaxhighlighter.py +109 -0
  1523. PySide6/examples/widgets/richtext/syntaxhighlighter/syntaxhighlighter.pyproject +3 -0
  1524. PySide6/examples/widgets/richtext/textedit/doc/textedit.png +0 -0
  1525. PySide6/examples/widgets/richtext/textedit/doc/textedit.rst +8 -0
  1526. PySide6/examples/widgets/richtext/textedit/example.html +79 -0
  1527. PySide6/examples/widgets/richtext/textedit/images/logo32.png +0 -0
  1528. PySide6/examples/widgets/richtext/textedit/images/mac/checkbox-checked.png +0 -0
  1529. PySide6/examples/widgets/richtext/textedit/images/mac/checkbox.png +0 -0
  1530. PySide6/examples/widgets/richtext/textedit/images/mac/editcopy.png +0 -0
  1531. PySide6/examples/widgets/richtext/textedit/images/mac/editcut.png +0 -0
  1532. PySide6/examples/widgets/richtext/textedit/images/mac/editpaste.png +0 -0
  1533. PySide6/examples/widgets/richtext/textedit/images/mac/editredo.png +0 -0
  1534. PySide6/examples/widgets/richtext/textedit/images/mac/editundo.png +0 -0
  1535. PySide6/examples/widgets/richtext/textedit/images/mac/exportpdf.png +0 -0
  1536. PySide6/examples/widgets/richtext/textedit/images/mac/filenew.png +0 -0
  1537. PySide6/examples/widgets/richtext/textedit/images/mac/fileopen.png +0 -0
  1538. PySide6/examples/widgets/richtext/textedit/images/mac/fileprint.png +0 -0
  1539. PySide6/examples/widgets/richtext/textedit/images/mac/filesave.png +0 -0
  1540. PySide6/examples/widgets/richtext/textedit/images/mac/format-indent-less.png +0 -0
  1541. PySide6/examples/widgets/richtext/textedit/images/mac/format-indent-more.png +0 -0
  1542. PySide6/examples/widgets/richtext/textedit/images/mac/textbold.png +0 -0
  1543. PySide6/examples/widgets/richtext/textedit/images/mac/textcenter.png +0 -0
  1544. PySide6/examples/widgets/richtext/textedit/images/mac/textitalic.png +0 -0
  1545. PySide6/examples/widgets/richtext/textedit/images/mac/textjustify.png +0 -0
  1546. PySide6/examples/widgets/richtext/textedit/images/mac/textleft.png +0 -0
  1547. PySide6/examples/widgets/richtext/textedit/images/mac/textright.png +0 -0
  1548. PySide6/examples/widgets/richtext/textedit/images/mac/textunder.png +0 -0
  1549. PySide6/examples/widgets/richtext/textedit/images/mac/textundercolor.png +0 -0
  1550. PySide6/examples/widgets/richtext/textedit/images/mac/zoomin.png +0 -0
  1551. PySide6/examples/widgets/richtext/textedit/images/mac/zoomout.png +0 -0
  1552. PySide6/examples/widgets/richtext/textedit/images/win/checkbox-checked.png +0 -0
  1553. PySide6/examples/widgets/richtext/textedit/images/win/checkbox.png +0 -0
  1554. PySide6/examples/widgets/richtext/textedit/images/win/editcopy.png +0 -0
  1555. PySide6/examples/widgets/richtext/textedit/images/win/editcut.png +0 -0
  1556. PySide6/examples/widgets/richtext/textedit/images/win/editpaste.png +0 -0
  1557. PySide6/examples/widgets/richtext/textedit/images/win/editredo.png +0 -0
  1558. PySide6/examples/widgets/richtext/textedit/images/win/editundo.png +0 -0
  1559. PySide6/examples/widgets/richtext/textedit/images/win/exportpdf.png +0 -0
  1560. PySide6/examples/widgets/richtext/textedit/images/win/filenew.png +0 -0
  1561. PySide6/examples/widgets/richtext/textedit/images/win/fileopen.png +0 -0
  1562. PySide6/examples/widgets/richtext/textedit/images/win/fileprint.png +0 -0
  1563. PySide6/examples/widgets/richtext/textedit/images/win/filesave.png +0 -0
  1564. PySide6/examples/widgets/richtext/textedit/images/win/format-indent-less.png +0 -0
  1565. PySide6/examples/widgets/richtext/textedit/images/win/format-indent-more.png +0 -0
  1566. PySide6/examples/widgets/richtext/textedit/images/win/textbold.png +0 -0
  1567. PySide6/examples/widgets/richtext/textedit/images/win/textcenter.png +0 -0
  1568. PySide6/examples/widgets/richtext/textedit/images/win/textitalic.png +0 -0
  1569. PySide6/examples/widgets/richtext/textedit/images/win/textjustify.png +0 -0
  1570. PySide6/examples/widgets/richtext/textedit/images/win/textleft.png +0 -0
  1571. PySide6/examples/widgets/richtext/textedit/images/win/textright.png +0 -0
  1572. PySide6/examples/widgets/richtext/textedit/images/win/textunder.png +0 -0
  1573. PySide6/examples/widgets/richtext/textedit/images/win/textundercolor.png +0 -0
  1574. PySide6/examples/widgets/richtext/textedit/images/win/zoomin.png +0 -0
  1575. PySide6/examples/widgets/richtext/textedit/images/win/zoomout.png +0 -0
  1576. PySide6/examples/widgets/richtext/textedit/main.py +42 -0
  1577. PySide6/examples/widgets/richtext/textedit/textedit.py +721 -0
  1578. PySide6/examples/widgets/richtext/textedit/textedit.pyproject +3 -0
  1579. PySide6/examples/widgets/richtext/textedit/textedit.qrc +54 -0
  1580. PySide6/examples/widgets/richtext/textedit/textedit_rc.py +6029 -0
  1581. PySide6/examples/widgets/richtext/textobject/doc/textobject.png +0 -0
  1582. PySide6/examples/widgets/richtext/textobject/doc/textobject.rst +31 -0
  1583. PySide6/examples/widgets/richtext/textobject/files/heart.svg +55 -0
  1584. PySide6/examples/widgets/richtext/textobject/textobject.py +104 -0
  1585. PySide6/examples/widgets/richtext/textobject/textobject.pyproject +3 -0
  1586. PySide6/examples/widgets/thread_signals/thread_signals.py +62 -0
  1587. PySide6/examples/widgets/thread_signals/thread_signals.pyproject +3 -0
  1588. PySide6/examples/widgets/tools/regularexpression/doc/regularexpression.png +0 -0
  1589. PySide6/examples/widgets/tools/regularexpression/doc/regularexpression.rst +10 -0
  1590. PySide6/examples/widgets/tools/regularexpression/regularexpression.py +21 -0
  1591. PySide6/examples/widgets/tools/regularexpression/regularexpression.pyproject +3 -0
  1592. PySide6/examples/widgets/tools/regularexpression/regularexpressiondialog.py +456 -0
  1593. PySide6/examples/widgets/tutorials/addressbook/addressbook.pyproject +4 -0
  1594. PySide6/examples/widgets/tutorials/addressbook/doc/addressbook.png +0 -0
  1595. PySide6/examples/widgets/tutorials/addressbook/doc/addressbook.rst +9 -0
  1596. PySide6/examples/widgets/tutorials/addressbook/part1.py +38 -0
  1597. PySide6/examples/widgets/tutorials/addressbook/part2.py +145 -0
  1598. PySide6/examples/widgets/tutorials/addressbook/part3.py +214 -0
  1599. PySide6/examples/widgets/tutorials/addressbook/part4.py +271 -0
  1600. PySide6/examples/widgets/tutorials/addressbook/part5.py +330 -0
  1601. PySide6/examples/widgets/tutorials/addressbook/part6.py +393 -0
  1602. PySide6/examples/widgets/tutorials/addressbook/part7.py +444 -0
  1603. PySide6/examples/widgets/tutorials/cannon/cannon.pyproject +5 -0
  1604. PySide6/examples/widgets/tutorials/cannon/doc/cannon.png +0 -0
  1605. PySide6/examples/widgets/tutorials/cannon/doc/cannon.rst +8 -0
  1606. PySide6/examples/widgets/tutorials/cannon/t1.py +20 -0
  1607. PySide6/examples/widgets/tutorials/cannon/t10.py +152 -0
  1608. PySide6/examples/widgets/tutorials/cannon/t11.py +224 -0
  1609. PySide6/examples/widgets/tutorials/cannon/t12.py +275 -0
  1610. PySide6/examples/widgets/tutorials/cannon/t13.py +356 -0
  1611. PySide6/examples/widgets/tutorials/cannon/t14.py +410 -0
  1612. PySide6/examples/widgets/tutorials/cannon/t2.py +23 -0
  1613. PySide6/examples/widgets/tutorials/cannon/t3.py +25 -0
  1614. PySide6/examples/widgets/tutorials/cannon/t4.py +30 -0
  1615. PySide6/examples/widgets/tutorials/cannon/t5.py +41 -0
  1616. PySide6/examples/widgets/tutorials/cannon/t6.py +51 -0
  1617. PySide6/examples/widgets/tutorials/cannon/t7.py +73 -0
  1618. PySide6/examples/widgets/tutorials/cannon/t8.py +116 -0
  1619. PySide6/examples/widgets/tutorials/cannon/t9.py +122 -0
  1620. PySide6/examples/widgets/tutorials/modelview/1_readonly.py +38 -0
  1621. PySide6/examples/widgets/tutorials/modelview/2_formatting.py +65 -0
  1622. PySide6/examples/widgets/tutorials/modelview/3_changingmodel.py +53 -0
  1623. PySide6/examples/widgets/tutorials/modelview/4_headers.py +43 -0
  1624. PySide6/examples/widgets/tutorials/modelview/5_edit.py +73 -0
  1625. PySide6/examples/widgets/tutorials/modelview/6_treeview.py +42 -0
  1626. PySide6/examples/widgets/tutorials/modelview/7_selections.py +71 -0
  1627. PySide6/examples/widgets/tutorials/modelview/doc/modelview.rst +4 -0
  1628. PySide6/examples/widgets/tutorials/modelview/modelview.pyproject +9 -0
  1629. PySide6/examples/widgets/widgets/charactermap/charactermap.pyproject +4 -0
  1630. PySide6/examples/widgets/widgets/charactermap/characterwidget.py +133 -0
  1631. PySide6/examples/widgets/widgets/charactermap/doc/charactermap.rst +8 -0
  1632. PySide6/examples/widgets/widgets/charactermap/fontinfodialog.py +47 -0
  1633. PySide6/examples/widgets/widgets/charactermap/main.py +17 -0
  1634. PySide6/examples/widgets/widgets/charactermap/mainwindow.py +167 -0
  1635. PySide6/examples/widgets/widgets/digitalclock/digitalclock.py +41 -0
  1636. PySide6/examples/widgets/widgets/digitalclock/digitalclock.pyproject +3 -0
  1637. PySide6/examples/widgets/widgets/digitalclock/doc/digitalclock-screenshot.png +0 -0
  1638. PySide6/examples/widgets/widgets/digitalclock/doc/digitalclock.rst +14 -0
  1639. PySide6/examples/widgets/widgets/tetrix/doc/tetrix-screenshot.png +0 -0
  1640. PySide6/examples/widgets/widgets/tetrix/doc/tetrix.rst +38 -0
  1641. PySide6/examples/widgets/widgets/tetrix/tetrix.py +472 -0
  1642. PySide6/examples/widgets/widgets/tetrix/tetrix.pyproject +3 -0
  1643. PySide6/examples/widgets/widgetsgallery/doc/widgetsgallery.png +0 -0
  1644. PySide6/examples/widgets/widgetsgallery/doc/widgetsgallery.rst +16 -0
  1645. PySide6/examples/widgets/widgetsgallery/main.py +16 -0
  1646. PySide6/examples/widgets/widgetsgallery/widgetgallery.py +410 -0
  1647. PySide6/examples/widgets/widgetsgallery/widgetsgallery.pyproject +3 -0
  1648. PySide6/examples/xml/dombookmarks/doc/dombookmarks.png +0 -0
  1649. PySide6/examples/xml/dombookmarks/doc/dombookmarks.rst +12 -0
  1650. PySide6/examples/xml/dombookmarks/dombookmarks.py +221 -0
  1651. PySide6/examples/xml/dombookmarks/dombookmarks.pyproject +3 -0
  1652. PySide6/examples/xml/dombookmarks/jennifer.xbel +69 -0
  1653. PySide6/py.typed +1 -0
  1654. PySide6_Examples-6.7.0.dist-info/LicenseRef-Qt-Commercial.txt +8 -0
  1655. PySide6_Examples-6.7.0.dist-info/METADATA +79 -0
  1656. PySide6_Examples-6.7.0.dist-info/RECORD +1658 -0
  1657. PySide6_Examples-6.7.0.dist-info/WHEEL +5 -0
  1658. PySide6_Examples-6.7.0.dist-info/top_level.txt +2 -0
PySide6/QtLocation.pyi ADDED
@@ -0,0 +1,1003 @@
1
+ # Copyright (C) 2022 The Qt Company Ltd.
2
+ # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
+ from __future__ import annotations
4
+
5
+ """
6
+ This file contains the exact signatures for all functions in module
7
+ PySide6.QtLocation, except for defaults which are replaced by "...".
8
+ """
9
+
10
+ # Module `PySide6.QtLocation`
11
+
12
+ import PySide6.QtLocation
13
+ import PySide6.QtCore
14
+ import PySide6.QtPositioning
15
+
16
+ import enum
17
+ from typing import Any, ClassVar, Dict, List, Optional, Sequence, Tuple, Union, overload
18
+ from PySide6.QtCore import Signal
19
+ from shiboken6 import Shiboken
20
+
21
+
22
+ NoneType = type(None)
23
+
24
+
25
+ class QGeoCodeReply(PySide6.QtCore.QObject):
26
+
27
+ aborted : ClassVar[Signal] = ... # aborted()
28
+ errorOccurred : ClassVar[Signal] = ... # errorOccurred(QGeoCodeReply::Error,QString); errorOccurred(QGeoCodeReply::Error)
29
+ finished : ClassVar[Signal] = ... # finished()
30
+
31
+ class Error(enum.Enum):
32
+
33
+ NoError : QGeoCodeReply.Error = ... # 0x0
34
+ EngineNotSetError : QGeoCodeReply.Error = ... # 0x1
35
+ CommunicationError : QGeoCodeReply.Error = ... # 0x2
36
+ ParseError : QGeoCodeReply.Error = ... # 0x3
37
+ UnsupportedOptionError : QGeoCodeReply.Error = ... # 0x4
38
+ CombinationError : QGeoCodeReply.Error = ... # 0x5
39
+ UnknownError : QGeoCodeReply.Error = ... # 0x6
40
+
41
+
42
+ @overload
43
+ def __init__(self, error: PySide6.QtLocation.QGeoCodeReply.Error, errorString: str, parent: Optional[PySide6.QtCore.QObject] = ...) -> None: ...
44
+ @overload
45
+ def __init__(self, parent: Optional[PySide6.QtCore.QObject] = ...) -> None: ...
46
+
47
+ def abort(self) -> None: ...
48
+ def addLocation(self, location: PySide6.QtPositioning.QGeoLocation) -> None: ...
49
+ def error(self) -> PySide6.QtLocation.QGeoCodeReply.Error: ...
50
+ def errorString(self) -> str: ...
51
+ def isFinished(self) -> bool: ...
52
+ def limit(self) -> int: ...
53
+ def locations(self) -> List[PySide6.QtPositioning.QGeoLocation]: ...
54
+ def offset(self) -> int: ...
55
+ def setError(self, error: PySide6.QtLocation.QGeoCodeReply.Error, errorString: str) -> None: ...
56
+ def setFinished(self, finished: bool) -> None: ...
57
+ def setLimit(self, limit: int) -> None: ...
58
+ def setLocations(self, locations: Sequence[PySide6.QtPositioning.QGeoLocation]) -> None: ...
59
+ def setOffset(self, offset: int) -> None: ...
60
+ def setViewport(self, viewport: PySide6.QtPositioning.QGeoShape) -> None: ...
61
+ def viewport(self) -> PySide6.QtPositioning.QGeoShape: ...
62
+
63
+
64
+ class QGeoCodingManager(PySide6.QtCore.QObject):
65
+
66
+ errorOccurred : ClassVar[Signal] = ... # errorOccurred(QGeoCodeReply*,QGeoCodeReply::Error,QString); errorOccurred(QGeoCodeReply*,QGeoCodeReply::Error)
67
+ finished : ClassVar[Signal] = ... # finished(QGeoCodeReply*)
68
+ @overload
69
+ def geocode(self, address: PySide6.QtPositioning.QGeoAddress, bounds: PySide6.QtPositioning.QGeoShape = ...) -> PySide6.QtLocation.QGeoCodeReply: ...
70
+ @overload
71
+ def geocode(self, searchString: str, limit: int = ..., offset: int = ..., bounds: PySide6.QtPositioning.QGeoShape = ...) -> PySide6.QtLocation.QGeoCodeReply: ...
72
+ def locale(self) -> PySide6.QtCore.QLocale: ...
73
+ def managerName(self) -> str: ...
74
+ def managerVersion(self) -> int: ...
75
+ def reverseGeocode(self, coordinate: PySide6.QtPositioning.QGeoCoordinate, bounds: PySide6.QtPositioning.QGeoShape = ...) -> PySide6.QtLocation.QGeoCodeReply: ...
76
+ def setLocale(self, locale: Union[PySide6.QtCore.QLocale, PySide6.QtCore.QLocale.Language]) -> None: ...
77
+
78
+
79
+ class QGeoCodingManagerEngine(PySide6.QtCore.QObject):
80
+
81
+ errorOccurred : ClassVar[Signal] = ... # errorOccurred(QGeoCodeReply*,QGeoCodeReply::Error,QString); errorOccurred(QGeoCodeReply*,QGeoCodeReply::Error)
82
+ finished : ClassVar[Signal] = ... # finished(QGeoCodeReply*)
83
+
84
+ def __init__(self, parameters: Dict[str, Any], parent: Optional[PySide6.QtCore.QObject] = ...) -> None: ...
85
+
86
+ @overload
87
+ def geocode(self, address: PySide6.QtPositioning.QGeoAddress, bounds: PySide6.QtPositioning.QGeoShape) -> PySide6.QtLocation.QGeoCodeReply: ...
88
+ @overload
89
+ def geocode(self, address: str, limit: int, offset: int, bounds: PySide6.QtPositioning.QGeoShape) -> PySide6.QtLocation.QGeoCodeReply: ...
90
+ def locale(self) -> PySide6.QtCore.QLocale: ...
91
+ def managerName(self) -> str: ...
92
+ def managerVersion(self) -> int: ...
93
+ def reverseGeocode(self, coordinate: PySide6.QtPositioning.QGeoCoordinate, bounds: PySide6.QtPositioning.QGeoShape) -> PySide6.QtLocation.QGeoCodeReply: ...
94
+ def setLocale(self, locale: Union[PySide6.QtCore.QLocale, PySide6.QtCore.QLocale.Language]) -> None: ...
95
+
96
+
97
+ class QGeoManeuver(Shiboken.Object):
98
+
99
+ class InstructionDirection(enum.Enum):
100
+
101
+ NoDirection : QGeoManeuver.InstructionDirection = ... # 0x0
102
+ DirectionForward : QGeoManeuver.InstructionDirection = ... # 0x1
103
+ DirectionBearRight : QGeoManeuver.InstructionDirection = ... # 0x2
104
+ DirectionLightRight : QGeoManeuver.InstructionDirection = ... # 0x3
105
+ DirectionRight : QGeoManeuver.InstructionDirection = ... # 0x4
106
+ DirectionHardRight : QGeoManeuver.InstructionDirection = ... # 0x5
107
+ DirectionUTurnRight : QGeoManeuver.InstructionDirection = ... # 0x6
108
+ DirectionUTurnLeft : QGeoManeuver.InstructionDirection = ... # 0x7
109
+ DirectionHardLeft : QGeoManeuver.InstructionDirection = ... # 0x8
110
+ DirectionLeft : QGeoManeuver.InstructionDirection = ... # 0x9
111
+ DirectionLightLeft : QGeoManeuver.InstructionDirection = ... # 0xa
112
+ DirectionBearLeft : QGeoManeuver.InstructionDirection = ... # 0xb
113
+
114
+
115
+ @overload
116
+ def __init__(self) -> None: ...
117
+ @overload
118
+ def __init__(self, other: PySide6.QtLocation.QGeoManeuver) -> None: ...
119
+
120
+ @staticmethod
121
+ def __copy__() -> None: ...
122
+ def direction(self) -> PySide6.QtLocation.QGeoManeuver.InstructionDirection: ...
123
+ def distanceToNextInstruction(self) -> float: ...
124
+ def extendedAttributes(self) -> Dict[str, Any]: ...
125
+ def instructionText(self) -> str: ...
126
+ def isValid(self) -> bool: ...
127
+ def position(self) -> PySide6.QtPositioning.QGeoCoordinate: ...
128
+ def setDirection(self, direction: PySide6.QtLocation.QGeoManeuver.InstructionDirection) -> None: ...
129
+ def setDistanceToNextInstruction(self, distance: float) -> None: ...
130
+ def setExtendedAttributes(self, extendedAttributes: Dict[str, Any]) -> None: ...
131
+ def setInstructionText(self, instructionText: str) -> None: ...
132
+ def setPosition(self, position: PySide6.QtPositioning.QGeoCoordinate) -> None: ...
133
+ def setTimeToNextInstruction(self, secs: int) -> None: ...
134
+ def setWaypoint(self, coordinate: PySide6.QtPositioning.QGeoCoordinate) -> None: ...
135
+ def swap(self, other: PySide6.QtLocation.QGeoManeuver) -> None: ...
136
+ def timeToNextInstruction(self) -> int: ...
137
+ def waypoint(self) -> PySide6.QtPositioning.QGeoCoordinate: ...
138
+
139
+
140
+ class QGeoRoute(Shiboken.Object):
141
+
142
+ @overload
143
+ def __init__(self) -> None: ...
144
+ @overload
145
+ def __init__(self, other: PySide6.QtLocation.QGeoRoute) -> None: ...
146
+
147
+ @staticmethod
148
+ def __copy__() -> None: ...
149
+ def bounds(self) -> PySide6.QtPositioning.QGeoRectangle: ...
150
+ def distance(self) -> float: ...
151
+ def extendedAttributes(self) -> Dict[str, Any]: ...
152
+ def firstRouteSegment(self) -> PySide6.QtLocation.QGeoRouteSegment: ...
153
+ def legIndex(self) -> int: ...
154
+ def overallRoute(self) -> PySide6.QtLocation.QGeoRoute: ...
155
+ def path(self) -> List[PySide6.QtPositioning.QGeoCoordinate]: ...
156
+ def request(self) -> PySide6.QtLocation.QGeoRouteRequest: ...
157
+ def routeId(self) -> str: ...
158
+ def routeLegs(self) -> List[PySide6.QtLocation.QGeoRoute]: ...
159
+ def segments(self) -> List[PySide6.QtLocation.QGeoRouteSegment]: ...
160
+ def segmentsCount(self) -> int: ...
161
+ def setBounds(self, bounds: Union[PySide6.QtPositioning.QGeoRectangle, PySide6.QtPositioning.QGeoShape, Sequence[PySide6.QtPositioning.QGeoCoordinate]]) -> None: ...
162
+ def setDistance(self, distance: float) -> None: ...
163
+ def setExtendedAttributes(self, extendedAttributes: Dict[str, Any]) -> None: ...
164
+ def setFirstRouteSegment(self, routeSegment: PySide6.QtLocation.QGeoRouteSegment) -> None: ...
165
+ def setLegIndex(self, idx: int) -> None: ...
166
+ def setOverallRoute(self, route: PySide6.QtLocation.QGeoRoute) -> None: ...
167
+ def setPath(self, path: Sequence[PySide6.QtPositioning.QGeoCoordinate]) -> None: ...
168
+ def setRequest(self, request: PySide6.QtLocation.QGeoRouteRequest) -> None: ...
169
+ def setRouteId(self, id: str) -> None: ...
170
+ def setRouteLegs(self, legs: Sequence[PySide6.QtLocation.QGeoRoute]) -> None: ...
171
+ def setTravelMode(self, mode: PySide6.QtLocation.QGeoRouteRequest.TravelMode) -> None: ...
172
+ def setTravelTime(self, secs: int) -> None: ...
173
+ def swap(self, other: PySide6.QtLocation.QGeoRoute) -> None: ...
174
+ def travelMode(self) -> PySide6.QtLocation.QGeoRouteRequest.TravelMode: ...
175
+ def travelTime(self) -> int: ...
176
+
177
+
178
+ class QGeoRouteReply(PySide6.QtCore.QObject):
179
+
180
+ aborted : ClassVar[Signal] = ... # aborted()
181
+ errorOccurred : ClassVar[Signal] = ... # errorOccurred(QGeoRouteReply::Error,QString); errorOccurred(QGeoRouteReply::Error)
182
+ finished : ClassVar[Signal] = ... # finished()
183
+
184
+ class Error(enum.Enum):
185
+
186
+ NoError : QGeoRouteReply.Error = ... # 0x0
187
+ EngineNotSetError : QGeoRouteReply.Error = ... # 0x1
188
+ CommunicationError : QGeoRouteReply.Error = ... # 0x2
189
+ ParseError : QGeoRouteReply.Error = ... # 0x3
190
+ UnsupportedOptionError : QGeoRouteReply.Error = ... # 0x4
191
+ UnknownError : QGeoRouteReply.Error = ... # 0x5
192
+
193
+
194
+ @overload
195
+ def __init__(self, error: PySide6.QtLocation.QGeoRouteReply.Error, errorString: str, parent: Optional[PySide6.QtCore.QObject] = ...) -> None: ...
196
+ @overload
197
+ def __init__(self, request: PySide6.QtLocation.QGeoRouteRequest, parent: Optional[PySide6.QtCore.QObject] = ...) -> None: ...
198
+
199
+ def abort(self) -> None: ...
200
+ def addRoutes(self, routes: Sequence[PySide6.QtLocation.QGeoRoute]) -> None: ...
201
+ def error(self) -> PySide6.QtLocation.QGeoRouteReply.Error: ...
202
+ def errorString(self) -> str: ...
203
+ def isFinished(self) -> bool: ...
204
+ def request(self) -> PySide6.QtLocation.QGeoRouteRequest: ...
205
+ def routes(self) -> List[PySide6.QtLocation.QGeoRoute]: ...
206
+ def setError(self, error: PySide6.QtLocation.QGeoRouteReply.Error, errorString: str) -> None: ...
207
+ def setFinished(self, finished: bool) -> None: ...
208
+ def setRoutes(self, routes: Sequence[PySide6.QtLocation.QGeoRoute]) -> None: ...
209
+
210
+
211
+ class QGeoRouteRequest(Shiboken.Object):
212
+
213
+ class FeatureType(enum.Flag):
214
+
215
+ NoFeature : QGeoRouteRequest.FeatureType = ... # 0x0
216
+ TollFeature : QGeoRouteRequest.FeatureType = ... # 0x1
217
+ HighwayFeature : QGeoRouteRequest.FeatureType = ... # 0x2
218
+ PublicTransitFeature : QGeoRouteRequest.FeatureType = ... # 0x4
219
+ FerryFeature : QGeoRouteRequest.FeatureType = ... # 0x8
220
+ TunnelFeature : QGeoRouteRequest.FeatureType = ... # 0x10
221
+ DirtRoadFeature : QGeoRouteRequest.FeatureType = ... # 0x20
222
+ ParksFeature : QGeoRouteRequest.FeatureType = ... # 0x40
223
+ MotorPoolLaneFeature : QGeoRouteRequest.FeatureType = ... # 0x80
224
+ TrafficFeature : QGeoRouteRequest.FeatureType = ... # 0x100
225
+
226
+ class FeatureWeight(enum.Flag):
227
+
228
+ NeutralFeatureWeight : QGeoRouteRequest.FeatureWeight = ... # 0x0
229
+ PreferFeatureWeight : QGeoRouteRequest.FeatureWeight = ... # 0x1
230
+ RequireFeatureWeight : QGeoRouteRequest.FeatureWeight = ... # 0x2
231
+ AvoidFeatureWeight : QGeoRouteRequest.FeatureWeight = ... # 0x4
232
+ DisallowFeatureWeight : QGeoRouteRequest.FeatureWeight = ... # 0x8
233
+
234
+ class ManeuverDetail(enum.Flag):
235
+
236
+ NoManeuvers : QGeoRouteRequest.ManeuverDetail = ... # 0x0
237
+ BasicManeuvers : QGeoRouteRequest.ManeuverDetail = ... # 0x1
238
+
239
+ class RouteOptimization(enum.Flag):
240
+
241
+ ShortestRoute : QGeoRouteRequest.RouteOptimization = ... # 0x1
242
+ FastestRoute : QGeoRouteRequest.RouteOptimization = ... # 0x2
243
+ MostEconomicRoute : QGeoRouteRequest.RouteOptimization = ... # 0x4
244
+ MostScenicRoute : QGeoRouteRequest.RouteOptimization = ... # 0x8
245
+
246
+ class SegmentDetail(enum.Flag):
247
+
248
+ NoSegmentData : QGeoRouteRequest.SegmentDetail = ... # 0x0
249
+ BasicSegmentData : QGeoRouteRequest.SegmentDetail = ... # 0x1
250
+
251
+ class TravelMode(enum.Flag):
252
+
253
+ CarTravel : QGeoRouteRequest.TravelMode = ... # 0x1
254
+ PedestrianTravel : QGeoRouteRequest.TravelMode = ... # 0x2
255
+ BicycleTravel : QGeoRouteRequest.TravelMode = ... # 0x4
256
+ PublicTransitTravel : QGeoRouteRequest.TravelMode = ... # 0x8
257
+ TruckTravel : QGeoRouteRequest.TravelMode = ... # 0x10
258
+
259
+
260
+ @overload
261
+ def __init__(self, origin: PySide6.QtPositioning.QGeoCoordinate, destination: PySide6.QtPositioning.QGeoCoordinate) -> None: ...
262
+ @overload
263
+ def __init__(self, other: PySide6.QtLocation.QGeoRouteRequest) -> None: ...
264
+ @overload
265
+ def __init__(self, waypoints: Sequence[PySide6.QtPositioning.QGeoCoordinate] = ...) -> None: ...
266
+
267
+ def departureTime(self) -> PySide6.QtCore.QDateTime: ...
268
+ def excludeAreas(self) -> List[PySide6.QtPositioning.QGeoRectangle]: ...
269
+ def featureTypes(self) -> List[PySide6.QtLocation.QGeoRouteRequest.FeatureType]: ...
270
+ def featureWeight(self, featureType: PySide6.QtLocation.QGeoRouteRequest.FeatureType) -> PySide6.QtLocation.QGeoRouteRequest.FeatureWeight: ...
271
+ def maneuverDetail(self) -> PySide6.QtLocation.QGeoRouteRequest.ManeuverDetail: ...
272
+ def numberAlternativeRoutes(self) -> int: ...
273
+ def routeOptimization(self) -> PySide6.QtLocation.QGeoRouteRequest.RouteOptimization: ...
274
+ def segmentDetail(self) -> PySide6.QtLocation.QGeoRouteRequest.SegmentDetail: ...
275
+ def setDepartureTime(self, departureTime: PySide6.QtCore.QDateTime) -> None: ...
276
+ def setExcludeAreas(self, areas: Sequence[PySide6.QtPositioning.QGeoRectangle]) -> None: ...
277
+ def setFeatureWeight(self, featureType: PySide6.QtLocation.QGeoRouteRequest.FeatureType, featureWeight: PySide6.QtLocation.QGeoRouteRequest.FeatureWeight) -> None: ...
278
+ def setManeuverDetail(self, maneuverDetail: PySide6.QtLocation.QGeoRouteRequest.ManeuverDetail) -> None: ...
279
+ def setNumberAlternativeRoutes(self, alternatives: int) -> None: ...
280
+ def setRouteOptimization(self, optimization: PySide6.QtLocation.QGeoRouteRequest.RouteOptimization) -> None: ...
281
+ def setSegmentDetail(self, segmentDetail: PySide6.QtLocation.QGeoRouteRequest.SegmentDetail) -> None: ...
282
+ def setTravelModes(self, travelModes: PySide6.QtLocation.QGeoRouteRequest.TravelMode) -> None: ...
283
+ def setWaypoints(self, waypoints: Sequence[PySide6.QtPositioning.QGeoCoordinate]) -> None: ...
284
+ def swap(self, other: PySide6.QtLocation.QGeoRouteRequest) -> None: ...
285
+ def travelModes(self) -> PySide6.QtLocation.QGeoRouteRequest.TravelMode: ...
286
+ def waypoints(self) -> List[PySide6.QtPositioning.QGeoCoordinate]: ...
287
+
288
+
289
+ class QGeoRouteSegment(Shiboken.Object):
290
+
291
+ @overload
292
+ def __init__(self) -> None: ...
293
+ @overload
294
+ def __init__(self, other: PySide6.QtLocation.QGeoRouteSegment) -> None: ...
295
+
296
+ @staticmethod
297
+ def __copy__() -> None: ...
298
+ def distance(self) -> float: ...
299
+ def isLegLastSegment(self) -> bool: ...
300
+ def isValid(self) -> bool: ...
301
+ def maneuver(self) -> PySide6.QtLocation.QGeoManeuver: ...
302
+ def nextRouteSegment(self) -> PySide6.QtLocation.QGeoRouteSegment: ...
303
+ def path(self) -> List[PySide6.QtPositioning.QGeoCoordinate]: ...
304
+ def setDistance(self, distance: float) -> None: ...
305
+ def setManeuver(self, maneuver: PySide6.QtLocation.QGeoManeuver) -> None: ...
306
+ def setNextRouteSegment(self, routeSegment: PySide6.QtLocation.QGeoRouteSegment) -> None: ...
307
+ def setPath(self, path: Sequence[PySide6.QtPositioning.QGeoCoordinate]) -> None: ...
308
+ def setTravelTime(self, secs: int) -> None: ...
309
+ def swap(self, other: PySide6.QtLocation.QGeoRouteSegment) -> None: ...
310
+ def travelTime(self) -> int: ...
311
+
312
+
313
+ class QGeoRoutingManager(PySide6.QtCore.QObject):
314
+
315
+ errorOccurred : ClassVar[Signal] = ... # errorOccurred(QGeoRouteReply*,QGeoRouteReply::Error,QString); errorOccurred(QGeoRouteReply*,QGeoRouteReply::Error)
316
+ finished : ClassVar[Signal] = ... # finished(QGeoRouteReply*)
317
+ def calculateRoute(self, request: PySide6.QtLocation.QGeoRouteRequest) -> PySide6.QtLocation.QGeoRouteReply: ...
318
+ def locale(self) -> PySide6.QtCore.QLocale: ...
319
+ def managerName(self) -> str: ...
320
+ def managerVersion(self) -> int: ...
321
+ def measurementSystem(self) -> PySide6.QtCore.QLocale.MeasurementSystem: ...
322
+ def setLocale(self, locale: Union[PySide6.QtCore.QLocale, PySide6.QtCore.QLocale.Language]) -> None: ...
323
+ def setMeasurementSystem(self, system: PySide6.QtCore.QLocale.MeasurementSystem) -> None: ...
324
+ def supportedFeatureTypes(self) -> PySide6.QtLocation.QGeoRouteRequest.FeatureType: ...
325
+ def supportedFeatureWeights(self) -> PySide6.QtLocation.QGeoRouteRequest.FeatureWeight: ...
326
+ def supportedManeuverDetails(self) -> PySide6.QtLocation.QGeoRouteRequest.ManeuverDetail: ...
327
+ def supportedRouteOptimizations(self) -> PySide6.QtLocation.QGeoRouteRequest.RouteOptimization: ...
328
+ def supportedSegmentDetails(self) -> PySide6.QtLocation.QGeoRouteRequest.SegmentDetail: ...
329
+ def supportedTravelModes(self) -> PySide6.QtLocation.QGeoRouteRequest.TravelMode: ...
330
+ def updateRoute(self, route: PySide6.QtLocation.QGeoRoute, position: PySide6.QtPositioning.QGeoCoordinate) -> PySide6.QtLocation.QGeoRouteReply: ...
331
+
332
+
333
+ class QGeoRoutingManagerEngine(PySide6.QtCore.QObject):
334
+
335
+ errorOccurred : ClassVar[Signal] = ... # errorOccurred(QGeoRouteReply*,QGeoRouteReply::Error,QString); errorOccurred(QGeoRouteReply*,QGeoRouteReply::Error)
336
+ finished : ClassVar[Signal] = ... # finished(QGeoRouteReply*)
337
+
338
+ def __init__(self, parameters: Dict[str, Any], parent: Optional[PySide6.QtCore.QObject] = ...) -> None: ...
339
+
340
+ def calculateRoute(self, request: PySide6.QtLocation.QGeoRouteRequest) -> PySide6.QtLocation.QGeoRouteReply: ...
341
+ def locale(self) -> PySide6.QtCore.QLocale: ...
342
+ def managerName(self) -> str: ...
343
+ def managerVersion(self) -> int: ...
344
+ def measurementSystem(self) -> PySide6.QtCore.QLocale.MeasurementSystem: ...
345
+ def setLocale(self, locale: Union[PySide6.QtCore.QLocale, PySide6.QtCore.QLocale.Language]) -> None: ...
346
+ def setMeasurementSystem(self, system: PySide6.QtCore.QLocale.MeasurementSystem) -> None: ...
347
+ def setSupportedFeatureTypes(self, featureTypes: PySide6.QtLocation.QGeoRouteRequest.FeatureType) -> None: ...
348
+ def setSupportedFeatureWeights(self, featureWeights: PySide6.QtLocation.QGeoRouteRequest.FeatureWeight) -> None: ...
349
+ def setSupportedManeuverDetails(self, maneuverDetails: PySide6.QtLocation.QGeoRouteRequest.ManeuverDetail) -> None: ...
350
+ def setSupportedRouteOptimizations(self, optimizations: PySide6.QtLocation.QGeoRouteRequest.RouteOptimization) -> None: ...
351
+ def setSupportedSegmentDetails(self, segmentDetails: PySide6.QtLocation.QGeoRouteRequest.SegmentDetail) -> None: ...
352
+ def setSupportedTravelModes(self, travelModes: PySide6.QtLocation.QGeoRouteRequest.TravelMode) -> None: ...
353
+ def supportedFeatureTypes(self) -> PySide6.QtLocation.QGeoRouteRequest.FeatureType: ...
354
+ def supportedFeatureWeights(self) -> PySide6.QtLocation.QGeoRouteRequest.FeatureWeight: ...
355
+ def supportedManeuverDetails(self) -> PySide6.QtLocation.QGeoRouteRequest.ManeuverDetail: ...
356
+ def supportedRouteOptimizations(self) -> PySide6.QtLocation.QGeoRouteRequest.RouteOptimization: ...
357
+ def supportedSegmentDetails(self) -> PySide6.QtLocation.QGeoRouteRequest.SegmentDetail: ...
358
+ def supportedTravelModes(self) -> PySide6.QtLocation.QGeoRouteRequest.TravelMode: ...
359
+ def updateRoute(self, route: PySide6.QtLocation.QGeoRoute, position: PySide6.QtPositioning.QGeoCoordinate) -> PySide6.QtLocation.QGeoRouteReply: ...
360
+
361
+
362
+ class QGeoServiceProvider(PySide6.QtCore.QObject):
363
+
364
+ class Error(enum.Enum):
365
+
366
+ NoError : QGeoServiceProvider.Error = ... # 0x0
367
+ NotSupportedError : QGeoServiceProvider.Error = ... # 0x1
368
+ UnknownParameterError : QGeoServiceProvider.Error = ... # 0x2
369
+ MissingRequiredParameterError: QGeoServiceProvider.Error = ... # 0x3
370
+ ConnectionError : QGeoServiceProvider.Error = ... # 0x4
371
+ LoaderError : QGeoServiceProvider.Error = ... # 0x5
372
+
373
+ class GeocodingFeature(enum.Flag):
374
+
375
+ AnyGeocodingFeatures : QGeoServiceProvider.GeocodingFeature = ... # -0x1
376
+ NoGeocodingFeatures : QGeoServiceProvider.GeocodingFeature = ... # 0x0
377
+ OnlineGeocodingFeature : QGeoServiceProvider.GeocodingFeature = ... # 0x1
378
+ OfflineGeocodingFeature : QGeoServiceProvider.GeocodingFeature = ... # 0x2
379
+ ReverseGeocodingFeature : QGeoServiceProvider.GeocodingFeature = ... # 0x4
380
+ LocalizedGeocodingFeature: QGeoServiceProvider.GeocodingFeature = ... # 0x8
381
+
382
+ class MappingFeature(enum.Flag):
383
+
384
+ AnyMappingFeatures : QGeoServiceProvider.MappingFeature = ... # -0x1
385
+ NoMappingFeatures : QGeoServiceProvider.MappingFeature = ... # 0x0
386
+ OnlineMappingFeature : QGeoServiceProvider.MappingFeature = ... # 0x1
387
+ OfflineMappingFeature : QGeoServiceProvider.MappingFeature = ... # 0x2
388
+ LocalizedMappingFeature : QGeoServiceProvider.MappingFeature = ... # 0x4
389
+
390
+ class NavigationFeature(enum.Flag):
391
+
392
+ AnyNavigationFeatures : QGeoServiceProvider.NavigationFeature = ... # -0x1
393
+ NoNavigationFeatures : QGeoServiceProvider.NavigationFeature = ... # 0x0
394
+ OnlineNavigationFeature : QGeoServiceProvider.NavigationFeature = ... # 0x1
395
+ OfflineNavigationFeature : QGeoServiceProvider.NavigationFeature = ... # 0x2
396
+
397
+ class PlacesFeature(enum.Flag):
398
+
399
+ AnyPlacesFeatures : QGeoServiceProvider.PlacesFeature = ... # -0x1
400
+ NoPlacesFeatures : QGeoServiceProvider.PlacesFeature = ... # 0x0
401
+ OnlinePlacesFeature : QGeoServiceProvider.PlacesFeature = ... # 0x1
402
+ OfflinePlacesFeature : QGeoServiceProvider.PlacesFeature = ... # 0x2
403
+ SavePlaceFeature : QGeoServiceProvider.PlacesFeature = ... # 0x4
404
+ RemovePlaceFeature : QGeoServiceProvider.PlacesFeature = ... # 0x8
405
+ SaveCategoryFeature : QGeoServiceProvider.PlacesFeature = ... # 0x10
406
+ RemoveCategoryFeature : QGeoServiceProvider.PlacesFeature = ... # 0x20
407
+ PlaceRecommendationsFeature: QGeoServiceProvider.PlacesFeature = ... # 0x40
408
+ SearchSuggestionsFeature : QGeoServiceProvider.PlacesFeature = ... # 0x80
409
+ LocalizedPlacesFeature : QGeoServiceProvider.PlacesFeature = ... # 0x100
410
+ NotificationsFeature : QGeoServiceProvider.PlacesFeature = ... # 0x200
411
+ PlaceMatchingFeature : QGeoServiceProvider.PlacesFeature = ... # 0x400
412
+
413
+ class RoutingFeature(enum.Flag):
414
+
415
+ AnyRoutingFeatures : QGeoServiceProvider.RoutingFeature = ... # -0x1
416
+ NoRoutingFeatures : QGeoServiceProvider.RoutingFeature = ... # 0x0
417
+ OnlineRoutingFeature : QGeoServiceProvider.RoutingFeature = ... # 0x1
418
+ OfflineRoutingFeature : QGeoServiceProvider.RoutingFeature = ... # 0x2
419
+ LocalizedRoutingFeature : QGeoServiceProvider.RoutingFeature = ... # 0x4
420
+ RouteUpdatesFeature : QGeoServiceProvider.RoutingFeature = ... # 0x8
421
+ AlternativeRoutesFeature : QGeoServiceProvider.RoutingFeature = ... # 0x10
422
+ ExcludeAreasRoutingFeature: QGeoServiceProvider.RoutingFeature = ... # 0x20
423
+
424
+
425
+ def __init__(self, providerName: str, parameters: Dict[str, Any] = ..., allowExperimental: bool = ...) -> None: ...
426
+
427
+ @staticmethod
428
+ def availableServiceProviders() -> List[str]: ...
429
+ def error(self) -> PySide6.QtLocation.QGeoServiceProvider.Error: ...
430
+ def errorString(self) -> str: ...
431
+ def geocodingError(self) -> PySide6.QtLocation.QGeoServiceProvider.Error: ...
432
+ def geocodingErrorString(self) -> str: ...
433
+ def geocodingFeatures(self) -> PySide6.QtLocation.QGeoServiceProvider.GeocodingFeature: ...
434
+ def geocodingManager(self) -> PySide6.QtLocation.QGeoCodingManager: ...
435
+ def mappingError(self) -> PySide6.QtLocation.QGeoServiceProvider.Error: ...
436
+ def mappingErrorString(self) -> str: ...
437
+ def mappingFeatures(self) -> PySide6.QtLocation.QGeoServiceProvider.MappingFeature: ...
438
+ def navigationError(self) -> PySide6.QtLocation.QGeoServiceProvider.Error: ...
439
+ def navigationErrorString(self) -> str: ...
440
+ def navigationFeatures(self) -> PySide6.QtLocation.QGeoServiceProvider.NavigationFeature: ...
441
+ def placeManager(self) -> PySide6.QtLocation.QPlaceManager: ...
442
+ def placesError(self) -> PySide6.QtLocation.QGeoServiceProvider.Error: ...
443
+ def placesErrorString(self) -> str: ...
444
+ def placesFeatures(self) -> PySide6.QtLocation.QGeoServiceProvider.PlacesFeature: ...
445
+ def routingError(self) -> PySide6.QtLocation.QGeoServiceProvider.Error: ...
446
+ def routingErrorString(self) -> str: ...
447
+ def routingFeatures(self) -> PySide6.QtLocation.QGeoServiceProvider.RoutingFeature: ...
448
+ def routingManager(self) -> PySide6.QtLocation.QGeoRoutingManager: ...
449
+ def setAllowExperimental(self, allow: bool) -> None: ...
450
+ def setLocale(self, locale: Union[PySide6.QtCore.QLocale, PySide6.QtCore.QLocale.Language]) -> None: ...
451
+ def setParameters(self, parameters: Dict[str, Any]) -> None: ...
452
+
453
+
454
+ class QGeoServiceProviderFactory(Shiboken.Object):
455
+
456
+ def __init__(self) -> None: ...
457
+
458
+ def createGeocodingManagerEngine(self, parameters: Dict[str, Any], error: PySide6.QtLocation.QGeoServiceProvider.Error) -> Tuple[PySide6.QtLocation.QGeoCodingManagerEngine, str]: ...
459
+ def createPlaceManagerEngine(self, parameters: Dict[str, Any], error: PySide6.QtLocation.QGeoServiceProvider.Error) -> Tuple[PySide6.QtLocation.QPlaceManagerEngine, str]: ...
460
+ def createRoutingManagerEngine(self, parameters: Dict[str, Any], error: PySide6.QtLocation.QGeoServiceProvider.Error) -> Tuple[PySide6.QtLocation.QGeoRoutingManagerEngine, str]: ...
461
+
462
+
463
+ class QIntList(object): ...
464
+
465
+
466
+ class QPlace(Shiboken.Object):
467
+
468
+ @overload
469
+ def __init__(self) -> None: ...
470
+ @overload
471
+ def __init__(self, other: PySide6.QtLocation.QPlace) -> None: ...
472
+
473
+ @staticmethod
474
+ def __copy__() -> None: ...
475
+ def appendContactDetail(self, contactType: str, detail: PySide6.QtLocation.QPlaceContactDetail) -> None: ...
476
+ def attribution(self) -> str: ...
477
+ def categories(self) -> List[PySide6.QtLocation.QPlaceCategory]: ...
478
+ def contactDetails(self, contactType: str) -> List[PySide6.QtLocation.QPlaceContactDetail]: ...
479
+ def contactTypes(self) -> List[str]: ...
480
+ def content(self, type: PySide6.QtLocation.QPlaceContent.Type) -> Dict[int, PySide6.QtLocation.QPlaceContent]: ...
481
+ def detailsFetched(self) -> bool: ...
482
+ def extendedAttribute(self, attributeType: str) -> PySide6.QtLocation.QPlaceAttribute: ...
483
+ def extendedAttributeTypes(self) -> List[str]: ...
484
+ def icon(self) -> PySide6.QtLocation.QPlaceIcon: ...
485
+ def insertContent(self, type: PySide6.QtLocation.QPlaceContent.Type, content: Dict[int, PySide6.QtLocation.QPlaceContent]) -> None: ...
486
+ def isEmpty(self) -> bool: ...
487
+ def location(self) -> PySide6.QtPositioning.QGeoLocation: ...
488
+ def name(self) -> str: ...
489
+ def placeId(self) -> str: ...
490
+ def primaryEmail(self) -> str: ...
491
+ def primaryFax(self) -> str: ...
492
+ def primaryPhone(self) -> str: ...
493
+ def primaryWebsite(self) -> PySide6.QtCore.QUrl: ...
494
+ def ratings(self) -> PySide6.QtLocation.QPlaceRatings: ...
495
+ def removeContactDetails(self, contactType: str) -> None: ...
496
+ def removeExtendedAttribute(self, attributeType: str) -> None: ...
497
+ def setAttribution(self, attribution: str) -> None: ...
498
+ def setCategories(self, categories: Sequence[PySide6.QtLocation.QPlaceCategory]) -> None: ...
499
+ def setCategory(self, category: PySide6.QtLocation.QPlaceCategory) -> None: ...
500
+ def setContactDetails(self, contactType: str, details: Sequence[PySide6.QtLocation.QPlaceContactDetail]) -> None: ...
501
+ def setContent(self, type: PySide6.QtLocation.QPlaceContent.Type, content: Dict[int, PySide6.QtLocation.QPlaceContent]) -> None: ...
502
+ def setDetailsFetched(self, fetched: bool) -> None: ...
503
+ def setExtendedAttribute(self, attributeType: str, attribute: PySide6.QtLocation.QPlaceAttribute) -> None: ...
504
+ def setIcon(self, icon: PySide6.QtLocation.QPlaceIcon) -> None: ...
505
+ def setLocation(self, location: PySide6.QtPositioning.QGeoLocation) -> None: ...
506
+ def setName(self, name: str) -> None: ...
507
+ def setPlaceId(self, identifier: str) -> None: ...
508
+ def setRatings(self, ratings: PySide6.QtLocation.QPlaceRatings) -> None: ...
509
+ def setSupplier(self, supplier: PySide6.QtLocation.QPlaceSupplier) -> None: ...
510
+ def setTotalContentCount(self, type: PySide6.QtLocation.QPlaceContent.Type, total: int) -> None: ...
511
+ def supplier(self) -> PySide6.QtLocation.QPlaceSupplier: ...
512
+ def swap(self, other: PySide6.QtLocation.QPlace) -> None: ...
513
+ def totalContentCount(self, type: PySide6.QtLocation.QPlaceContent.Type) -> int: ...
514
+
515
+
516
+ class QPlaceAttribute(Shiboken.Object):
517
+
518
+ @overload
519
+ def __init__(self) -> None: ...
520
+ @overload
521
+ def __init__(self, other: PySide6.QtLocation.QPlaceAttribute) -> None: ...
522
+
523
+ @staticmethod
524
+ def __copy__() -> None: ...
525
+ def isEmpty(self) -> bool: ...
526
+ def label(self) -> str: ...
527
+ def setLabel(self, label: str) -> None: ...
528
+ def setText(self, text: str) -> None: ...
529
+ def swap(self, other: PySide6.QtLocation.QPlaceAttribute) -> None: ...
530
+ def text(self) -> str: ...
531
+
532
+
533
+ class QPlaceCategory(Shiboken.Object):
534
+
535
+ @overload
536
+ def __init__(self) -> None: ...
537
+ @overload
538
+ def __init__(self, other: PySide6.QtLocation.QPlaceCategory) -> None: ...
539
+
540
+ @staticmethod
541
+ def __copy__() -> None: ...
542
+ def categoryId(self) -> str: ...
543
+ def icon(self) -> PySide6.QtLocation.QPlaceIcon: ...
544
+ def isEmpty(self) -> bool: ...
545
+ def name(self) -> str: ...
546
+ def setCategoryId(self, identifier: str) -> None: ...
547
+ def setIcon(self, icon: PySide6.QtLocation.QPlaceIcon) -> None: ...
548
+ def setName(self, name: str) -> None: ...
549
+ def swap(self, other: PySide6.QtLocation.QPlaceCategory) -> None: ...
550
+
551
+
552
+ class QPlaceContactDetail(Shiboken.Object):
553
+
554
+ @overload
555
+ def __init__(self) -> None: ...
556
+ @overload
557
+ def __init__(self, other: PySide6.QtLocation.QPlaceContactDetail) -> None: ...
558
+
559
+ @staticmethod
560
+ def __copy__() -> None: ...
561
+ def clear(self) -> None: ...
562
+ def label(self) -> str: ...
563
+ def setLabel(self, label: str) -> None: ...
564
+ def setValue(self, value: str) -> None: ...
565
+ def swap(self, other: PySide6.QtLocation.QPlaceContactDetail) -> None: ...
566
+ def value(self) -> str: ...
567
+
568
+
569
+ class QPlaceContent(Shiboken.Object):
570
+
571
+ class DataTag(enum.Enum):
572
+
573
+ ContentSupplier : QPlaceContent.DataTag = ... # 0x0
574
+ ContentUser : QPlaceContent.DataTag = ... # 0x1
575
+ ContentAttribution : QPlaceContent.DataTag = ... # 0x2
576
+ ImageId : QPlaceContent.DataTag = ... # 0x3
577
+ ImageUrl : QPlaceContent.DataTag = ... # 0x4
578
+ ImageMimeType : QPlaceContent.DataTag = ... # 0x5
579
+ EditorialTitle : QPlaceContent.DataTag = ... # 0x6
580
+ EditorialText : QPlaceContent.DataTag = ... # 0x7
581
+ EditorialLanguage : QPlaceContent.DataTag = ... # 0x8
582
+ ReviewId : QPlaceContent.DataTag = ... # 0x9
583
+ ReviewDateTime : QPlaceContent.DataTag = ... # 0xa
584
+ ReviewTitle : QPlaceContent.DataTag = ... # 0xb
585
+ ReviewText : QPlaceContent.DataTag = ... # 0xc
586
+ ReviewLanguage : QPlaceContent.DataTag = ... # 0xd
587
+ ReviewRating : QPlaceContent.DataTag = ... # 0xe
588
+ CustomDataTag : QPlaceContent.DataTag = ... # 0x3e8
589
+
590
+ class Type(enum.Enum):
591
+
592
+ NoType : QPlaceContent.Type = ... # 0x0
593
+ ImageType : QPlaceContent.Type = ... # 0x1
594
+ ReviewType : QPlaceContent.Type = ... # 0x2
595
+ EditorialType : QPlaceContent.Type = ... # 0x3
596
+ CustomType : QPlaceContent.Type = ... # 0x100
597
+
598
+
599
+ @overload
600
+ def __init__(self, other: Union[PySide6.QtLocation.QPlaceContent, PySide6.QtLocation.QPlaceContent.Type]) -> None: ...
601
+ @overload
602
+ def __init__(self, type: PySide6.QtLocation.QPlaceContent.Type = ...) -> None: ...
603
+
604
+ @staticmethod
605
+ def __copy__() -> None: ...
606
+ def attribution(self) -> str: ...
607
+ def dataTags(self) -> List[PySide6.QtLocation.QPlaceContent.DataTag]: ...
608
+ def setAttribution(self, attribution: str) -> None: ...
609
+ def setSupplier(self, supplier: PySide6.QtLocation.QPlaceSupplier) -> None: ...
610
+ def setUser(self, user: PySide6.QtLocation.QPlaceUser) -> None: ...
611
+ def setValue(self, tag: PySide6.QtLocation.QPlaceContent.DataTag, arg__2: Any) -> None: ...
612
+ def supplier(self) -> PySide6.QtLocation.QPlaceSupplier: ...
613
+ def swap(self, other: Union[PySide6.QtLocation.QPlaceContent, PySide6.QtLocation.QPlaceContent.Type]) -> None: ...
614
+ def type(self) -> PySide6.QtLocation.QPlaceContent.Type: ...
615
+ def user(self) -> PySide6.QtLocation.QPlaceUser: ...
616
+ def value(self, tag: PySide6.QtLocation.QPlaceContent.DataTag) -> Any: ...
617
+
618
+
619
+ class QPlaceContentReply(PySide6.QtLocation.QPlaceReply):
620
+
621
+ def __init__(self, parent: Optional[PySide6.QtCore.QObject] = ...) -> None: ...
622
+
623
+ def content(self) -> Dict[int, PySide6.QtLocation.QPlaceContent]: ...
624
+ def nextPageRequest(self) -> PySide6.QtLocation.QPlaceContentRequest: ...
625
+ def previousPageRequest(self) -> PySide6.QtLocation.QPlaceContentRequest: ...
626
+ def request(self) -> PySide6.QtLocation.QPlaceContentRequest: ...
627
+ def setContent(self, content: Dict[int, PySide6.QtLocation.QPlaceContent]) -> None: ...
628
+ def setNextPageRequest(self, next: PySide6.QtLocation.QPlaceContentRequest) -> None: ...
629
+ def setPreviousPageRequest(self, previous: PySide6.QtLocation.QPlaceContentRequest) -> None: ...
630
+ def setRequest(self, request: PySide6.QtLocation.QPlaceContentRequest) -> None: ...
631
+ def setTotalCount(self, total: int) -> None: ...
632
+ def totalCount(self) -> int: ...
633
+ def type(self) -> PySide6.QtLocation.QPlaceReply.Type: ...
634
+
635
+
636
+ class QPlaceContentRequest(Shiboken.Object):
637
+
638
+ @overload
639
+ def __init__(self) -> None: ...
640
+ @overload
641
+ def __init__(self, other: PySide6.QtLocation.QPlaceContentRequest) -> None: ...
642
+
643
+ @staticmethod
644
+ def __copy__() -> None: ...
645
+ def clear(self) -> None: ...
646
+ def contentContext(self) -> Any: ...
647
+ def contentType(self) -> PySide6.QtLocation.QPlaceContent.Type: ...
648
+ def limit(self) -> int: ...
649
+ def placeId(self) -> str: ...
650
+ def setContentContext(self, context: Any) -> None: ...
651
+ def setContentType(self, type: PySide6.QtLocation.QPlaceContent.Type) -> None: ...
652
+ def setLimit(self, limit: int) -> None: ...
653
+ def setPlaceId(self, identifier: str) -> None: ...
654
+ def swap(self, other: PySide6.QtLocation.QPlaceContentRequest) -> None: ...
655
+
656
+
657
+ class QPlaceDetailsReply(PySide6.QtLocation.QPlaceReply):
658
+
659
+ def __init__(self, parent: Optional[PySide6.QtCore.QObject] = ...) -> None: ...
660
+
661
+ def place(self) -> PySide6.QtLocation.QPlace: ...
662
+ def setPlace(self, place: PySide6.QtLocation.QPlace) -> None: ...
663
+ def type(self) -> PySide6.QtLocation.QPlaceReply.Type: ...
664
+
665
+
666
+ class QPlaceIcon(Shiboken.Object):
667
+
668
+ @overload
669
+ def __init__(self) -> None: ...
670
+ @overload
671
+ def __init__(self, other: PySide6.QtLocation.QPlaceIcon) -> None: ...
672
+
673
+ @staticmethod
674
+ def __copy__() -> None: ...
675
+ def isEmpty(self) -> bool: ...
676
+ def manager(self) -> PySide6.QtLocation.QPlaceManager: ...
677
+ def parameters(self) -> Dict[str, Any]: ...
678
+ def setManager(self, manager: PySide6.QtLocation.QPlaceManager) -> None: ...
679
+ def setParameters(self, parameters: Dict[str, Any]) -> None: ...
680
+ def swap(self, other: PySide6.QtLocation.QPlaceIcon) -> None: ...
681
+ def url(self, size: PySide6.QtCore.QSize = ...) -> PySide6.QtCore.QUrl: ...
682
+
683
+
684
+ class QPlaceIdReply(PySide6.QtLocation.QPlaceReply):
685
+
686
+ class OperationType(enum.Enum):
687
+
688
+ SavePlace : QPlaceIdReply.OperationType = ... # 0x0
689
+ SaveCategory : QPlaceIdReply.OperationType = ... # 0x1
690
+ RemovePlace : QPlaceIdReply.OperationType = ... # 0x2
691
+ RemoveCategory : QPlaceIdReply.OperationType = ... # 0x3
692
+
693
+
694
+ def __init__(self, operationType: PySide6.QtLocation.QPlaceIdReply.OperationType, parent: Optional[PySide6.QtCore.QObject] = ...) -> None: ...
695
+
696
+ def id(self) -> str: ...
697
+ def operationType(self) -> PySide6.QtLocation.QPlaceIdReply.OperationType: ...
698
+ def setId(self, identifier: str) -> None: ...
699
+ def type(self) -> PySide6.QtLocation.QPlaceReply.Type: ...
700
+
701
+
702
+ class QPlaceManager(PySide6.QtCore.QObject):
703
+
704
+ categoryAdded : ClassVar[Signal] = ... # categoryAdded(QPlaceCategory,QString)
705
+ categoryRemoved : ClassVar[Signal] = ... # categoryRemoved(QString,QString)
706
+ categoryUpdated : ClassVar[Signal] = ... # categoryUpdated(QPlaceCategory,QString)
707
+ dataChanged : ClassVar[Signal] = ... # dataChanged()
708
+ errorOccurred : ClassVar[Signal] = ... # errorOccurred(QPlaceReply*,QPlaceReply::Error,QString); errorOccurred(QPlaceReply*,QPlaceReply::Error)
709
+ finished : ClassVar[Signal] = ... # finished(QPlaceReply*)
710
+ placeAdded : ClassVar[Signal] = ... # placeAdded(QString)
711
+ placeRemoved : ClassVar[Signal] = ... # placeRemoved(QString)
712
+ placeUpdated : ClassVar[Signal] = ... # placeUpdated(QString)
713
+ def category(self, categoryId: str) -> PySide6.QtLocation.QPlaceCategory: ...
714
+ def childCategories(self, parentId: str = ...) -> List[PySide6.QtLocation.QPlaceCategory]: ...
715
+ def childCategoryIds(self, parentId: str = ...) -> List[str]: ...
716
+ def compatiblePlace(self, place: PySide6.QtLocation.QPlace) -> PySide6.QtLocation.QPlace: ...
717
+ def getPlaceContent(self, request: PySide6.QtLocation.QPlaceContentRequest) -> PySide6.QtLocation.QPlaceContentReply: ...
718
+ def getPlaceDetails(self, placeId: str) -> PySide6.QtLocation.QPlaceDetailsReply: ...
719
+ def initializeCategories(self) -> PySide6.QtLocation.QPlaceReply: ...
720
+ def locales(self) -> List[PySide6.QtCore.QLocale]: ...
721
+ def managerName(self) -> str: ...
722
+ def managerVersion(self) -> int: ...
723
+ def matchingPlaces(self, request: PySide6.QtLocation.QPlaceMatchRequest) -> PySide6.QtLocation.QPlaceMatchReply: ...
724
+ def parentCategoryId(self, categoryId: str) -> str: ...
725
+ def removeCategory(self, categoryId: str) -> PySide6.QtLocation.QPlaceIdReply: ...
726
+ def removePlace(self, placeId: str) -> PySide6.QtLocation.QPlaceIdReply: ...
727
+ def saveCategory(self, category: PySide6.QtLocation.QPlaceCategory, parentId: str = ...) -> PySide6.QtLocation.QPlaceIdReply: ...
728
+ def savePlace(self, place: PySide6.QtLocation.QPlace) -> PySide6.QtLocation.QPlaceIdReply: ...
729
+ def search(self, query: PySide6.QtLocation.QPlaceSearchRequest) -> PySide6.QtLocation.QPlaceSearchReply: ...
730
+ def searchSuggestions(self, request: PySide6.QtLocation.QPlaceSearchRequest) -> PySide6.QtLocation.QPlaceSearchSuggestionReply: ...
731
+ def setLocale(self, locale: Union[PySide6.QtCore.QLocale, PySide6.QtCore.QLocale.Language]) -> None: ...
732
+ def setLocales(self, locale: Sequence[PySide6.QtCore.QLocale]) -> None: ...
733
+
734
+
735
+ class QPlaceManagerEngine(PySide6.QtCore.QObject):
736
+
737
+ categoryAdded : ClassVar[Signal] = ... # categoryAdded(QPlaceCategory,QString)
738
+ categoryRemoved : ClassVar[Signal] = ... # categoryRemoved(QString,QString)
739
+ categoryUpdated : ClassVar[Signal] = ... # categoryUpdated(QPlaceCategory,QString)
740
+ dataChanged : ClassVar[Signal] = ... # dataChanged()
741
+ errorOccurred : ClassVar[Signal] = ... # errorOccurred(QPlaceReply*,QPlaceReply::Error,QString); errorOccurred(QPlaceReply*,QPlaceReply::Error)
742
+ finished : ClassVar[Signal] = ... # finished(QPlaceReply*)
743
+ placeAdded : ClassVar[Signal] = ... # placeAdded(QString)
744
+ placeRemoved : ClassVar[Signal] = ... # placeRemoved(QString)
745
+ placeUpdated : ClassVar[Signal] = ... # placeUpdated(QString)
746
+
747
+ def __init__(self, parameters: Dict[str, Any], parent: Optional[PySide6.QtCore.QObject] = ...) -> None: ...
748
+
749
+ def category(self, categoryId: str) -> PySide6.QtLocation.QPlaceCategory: ...
750
+ def childCategories(self, parentId: str) -> List[PySide6.QtLocation.QPlaceCategory]: ...
751
+ def childCategoryIds(self, categoryId: str) -> List[str]: ...
752
+ def compatiblePlace(self, original: PySide6.QtLocation.QPlace) -> PySide6.QtLocation.QPlace: ...
753
+ def constructIconUrl(self, icon: PySide6.QtLocation.QPlaceIcon, size: PySide6.QtCore.QSize) -> PySide6.QtCore.QUrl: ...
754
+ def getPlaceContent(self, request: PySide6.QtLocation.QPlaceContentRequest) -> PySide6.QtLocation.QPlaceContentReply: ...
755
+ def getPlaceDetails(self, placeId: str) -> PySide6.QtLocation.QPlaceDetailsReply: ...
756
+ def initializeCategories(self) -> PySide6.QtLocation.QPlaceReply: ...
757
+ def locales(self) -> List[PySide6.QtCore.QLocale]: ...
758
+ def manager(self) -> PySide6.QtLocation.QPlaceManager: ...
759
+ def managerName(self) -> str: ...
760
+ def managerVersion(self) -> int: ...
761
+ def matchingPlaces(self, request: PySide6.QtLocation.QPlaceMatchRequest) -> PySide6.QtLocation.QPlaceMatchReply: ...
762
+ def parentCategoryId(self, categoryId: str) -> str: ...
763
+ def removeCategory(self, categoryId: str) -> PySide6.QtLocation.QPlaceIdReply: ...
764
+ def removePlace(self, placeId: str) -> PySide6.QtLocation.QPlaceIdReply: ...
765
+ def saveCategory(self, category: PySide6.QtLocation.QPlaceCategory, parentId: str) -> PySide6.QtLocation.QPlaceIdReply: ...
766
+ def savePlace(self, place: PySide6.QtLocation.QPlace) -> PySide6.QtLocation.QPlaceIdReply: ...
767
+ def search(self, request: PySide6.QtLocation.QPlaceSearchRequest) -> PySide6.QtLocation.QPlaceSearchReply: ...
768
+ def searchSuggestions(self, request: PySide6.QtLocation.QPlaceSearchRequest) -> PySide6.QtLocation.QPlaceSearchSuggestionReply: ...
769
+ def setLocales(self, locales: Sequence[PySide6.QtCore.QLocale]) -> None: ...
770
+
771
+
772
+ class QPlaceMatchReply(PySide6.QtLocation.QPlaceReply):
773
+
774
+ def __init__(self, parent: Optional[PySide6.QtCore.QObject] = ...) -> None: ...
775
+
776
+ def places(self) -> List[PySide6.QtLocation.QPlace]: ...
777
+ def request(self) -> PySide6.QtLocation.QPlaceMatchRequest: ...
778
+ def setPlaces(self, results: Sequence[PySide6.QtLocation.QPlace]) -> None: ...
779
+ def setRequest(self, request: PySide6.QtLocation.QPlaceMatchRequest) -> None: ...
780
+ def type(self) -> PySide6.QtLocation.QPlaceReply.Type: ...
781
+
782
+
783
+ class QPlaceMatchRequest(Shiboken.Object):
784
+
785
+ @overload
786
+ def __init__(self) -> None: ...
787
+ @overload
788
+ def __init__(self, other: PySide6.QtLocation.QPlaceMatchRequest) -> None: ...
789
+
790
+ @staticmethod
791
+ def __copy__() -> None: ...
792
+ def clear(self) -> None: ...
793
+ def parameters(self) -> Dict[str, Any]: ...
794
+ def places(self) -> List[PySide6.QtLocation.QPlace]: ...
795
+ def setParameters(self, parameters: Dict[str, Any]) -> None: ...
796
+ def setPlaces(self, places: Sequence[PySide6.QtLocation.QPlace]) -> None: ...
797
+ def setResults(self, results: Sequence[PySide6.QtLocation.QPlaceSearchResult]) -> None: ...
798
+ def swap(self, other: PySide6.QtLocation.QPlaceMatchRequest) -> None: ...
799
+
800
+
801
+ class QPlaceProposedSearchResult(PySide6.QtLocation.QPlaceSearchResult):
802
+
803
+ @overload
804
+ def __init__(self) -> None: ...
805
+ @overload
806
+ def __init__(self, other: PySide6.QtLocation.QPlaceSearchResult) -> None: ...
807
+
808
+ def searchRequest(self) -> PySide6.QtLocation.QPlaceSearchRequest: ...
809
+ def setSearchRequest(self, request: PySide6.QtLocation.QPlaceSearchRequest) -> None: ...
810
+
811
+
812
+ class QPlaceRatings(Shiboken.Object):
813
+
814
+ @overload
815
+ def __init__(self) -> None: ...
816
+ @overload
817
+ def __init__(self, other: PySide6.QtLocation.QPlaceRatings) -> None: ...
818
+
819
+ @staticmethod
820
+ def __copy__() -> None: ...
821
+ def average(self) -> float: ...
822
+ def count(self) -> int: ...
823
+ def isEmpty(self) -> bool: ...
824
+ def maximum(self) -> float: ...
825
+ def setAverage(self, average: float) -> None: ...
826
+ def setCount(self, count: int) -> None: ...
827
+ def setMaximum(self, max: float) -> None: ...
828
+ def swap(self, other: PySide6.QtLocation.QPlaceRatings) -> None: ...
829
+
830
+
831
+ class QPlaceReply(PySide6.QtCore.QObject):
832
+
833
+ aborted : ClassVar[Signal] = ... # aborted()
834
+ contentUpdated : ClassVar[Signal] = ... # contentUpdated()
835
+ errorOccurred : ClassVar[Signal] = ... # errorOccurred(QPlaceReply::Error,QString); errorOccurred(QPlaceReply::Error)
836
+ finished : ClassVar[Signal] = ... # finished()
837
+
838
+ class Error(enum.Enum):
839
+
840
+ NoError : QPlaceReply.Error = ... # 0x0
841
+ PlaceDoesNotExistError : QPlaceReply.Error = ... # 0x1
842
+ CategoryDoesNotExistError: QPlaceReply.Error = ... # 0x2
843
+ CommunicationError : QPlaceReply.Error = ... # 0x3
844
+ ParseError : QPlaceReply.Error = ... # 0x4
845
+ PermissionsError : QPlaceReply.Error = ... # 0x5
846
+ UnsupportedError : QPlaceReply.Error = ... # 0x6
847
+ BadArgumentError : QPlaceReply.Error = ... # 0x7
848
+ CancelError : QPlaceReply.Error = ... # 0x8
849
+ UnknownError : QPlaceReply.Error = ... # 0x9
850
+
851
+ class Type(enum.Enum):
852
+
853
+ Reply : QPlaceReply.Type = ... # 0x0
854
+ DetailsReply : QPlaceReply.Type = ... # 0x1
855
+ SearchReply : QPlaceReply.Type = ... # 0x2
856
+ SearchSuggestionReply : QPlaceReply.Type = ... # 0x3
857
+ ContentReply : QPlaceReply.Type = ... # 0x4
858
+ IdReply : QPlaceReply.Type = ... # 0x5
859
+ MatchReply : QPlaceReply.Type = ... # 0x6
860
+
861
+
862
+ def __init__(self, parent: Optional[PySide6.QtCore.QObject] = ...) -> None: ...
863
+
864
+ def abort(self) -> None: ...
865
+ def error(self) -> PySide6.QtLocation.QPlaceReply.Error: ...
866
+ def errorString(self) -> str: ...
867
+ def isFinished(self) -> bool: ...
868
+ def setError(self, error: PySide6.QtLocation.QPlaceReply.Error, errorString: str) -> None: ...
869
+ def setFinished(self, finished: bool) -> None: ...
870
+ def type(self) -> PySide6.QtLocation.QPlaceReply.Type: ...
871
+
872
+
873
+ class QPlaceResult(PySide6.QtLocation.QPlaceSearchResult):
874
+
875
+ @overload
876
+ def __init__(self) -> None: ...
877
+ @overload
878
+ def __init__(self, other: PySide6.QtLocation.QPlaceSearchResult) -> None: ...
879
+
880
+ def distance(self) -> float: ...
881
+ def isSponsored(self) -> bool: ...
882
+ def place(self) -> PySide6.QtLocation.QPlace: ...
883
+ def setDistance(self, distance: float) -> None: ...
884
+ def setPlace(self, place: PySide6.QtLocation.QPlace) -> None: ...
885
+ def setSponsored(self, sponsored: bool) -> None: ...
886
+
887
+
888
+ class QPlaceSearchReply(PySide6.QtLocation.QPlaceReply):
889
+
890
+ def __init__(self, parent: Optional[PySide6.QtCore.QObject] = ...) -> None: ...
891
+
892
+ def nextPageRequest(self) -> PySide6.QtLocation.QPlaceSearchRequest: ...
893
+ def previousPageRequest(self) -> PySide6.QtLocation.QPlaceSearchRequest: ...
894
+ def request(self) -> PySide6.QtLocation.QPlaceSearchRequest: ...
895
+ def results(self) -> List[PySide6.QtLocation.QPlaceSearchResult]: ...
896
+ def setNextPageRequest(self, next: PySide6.QtLocation.QPlaceSearchRequest) -> None: ...
897
+ def setPreviousPageRequest(self, previous: PySide6.QtLocation.QPlaceSearchRequest) -> None: ...
898
+ def setRequest(self, request: PySide6.QtLocation.QPlaceSearchRequest) -> None: ...
899
+ def setResults(self, results: Sequence[PySide6.QtLocation.QPlaceSearchResult]) -> None: ...
900
+ def type(self) -> PySide6.QtLocation.QPlaceReply.Type: ...
901
+
902
+
903
+ class QPlaceSearchRequest(Shiboken.Object):
904
+
905
+ class RelevanceHint(enum.Enum):
906
+
907
+ UnspecifiedHint : QPlaceSearchRequest.RelevanceHint = ... # 0x0
908
+ DistanceHint : QPlaceSearchRequest.RelevanceHint = ... # 0x1
909
+ LexicalPlaceNameHint : QPlaceSearchRequest.RelevanceHint = ... # 0x2
910
+
911
+
912
+ @overload
913
+ def __init__(self) -> None: ...
914
+ @overload
915
+ def __init__(self, other: PySide6.QtLocation.QPlaceSearchRequest) -> None: ...
916
+
917
+ def categories(self) -> List[PySide6.QtLocation.QPlaceCategory]: ...
918
+ def clear(self) -> None: ...
919
+ def limit(self) -> int: ...
920
+ def recommendationId(self) -> str: ...
921
+ def relevanceHint(self) -> PySide6.QtLocation.QPlaceSearchRequest.RelevanceHint: ...
922
+ def searchArea(self) -> PySide6.QtPositioning.QGeoShape: ...
923
+ def searchContext(self) -> Any: ...
924
+ def searchTerm(self) -> str: ...
925
+ def setCategories(self, categories: Sequence[PySide6.QtLocation.QPlaceCategory]) -> None: ...
926
+ def setCategory(self, category: PySide6.QtLocation.QPlaceCategory) -> None: ...
927
+ def setLimit(self, limit: int) -> None: ...
928
+ def setRecommendationId(self, recommendationId: str) -> None: ...
929
+ def setRelevanceHint(self, hint: PySide6.QtLocation.QPlaceSearchRequest.RelevanceHint) -> None: ...
930
+ def setSearchArea(self, area: PySide6.QtPositioning.QGeoShape) -> None: ...
931
+ def setSearchContext(self, context: Any) -> None: ...
932
+ def setSearchTerm(self, term: str) -> None: ...
933
+ def swap(self, other: PySide6.QtLocation.QPlaceSearchRequest) -> None: ...
934
+
935
+
936
+ class QPlaceSearchResult(Shiboken.Object):
937
+
938
+ class SearchResultType(enum.Enum):
939
+
940
+ UnknownSearchResult : QPlaceSearchResult.SearchResultType = ... # 0x0
941
+ PlaceResult : QPlaceSearchResult.SearchResultType = ... # 0x1
942
+ ProposedSearchResult : QPlaceSearchResult.SearchResultType = ... # 0x2
943
+
944
+
945
+ @overload
946
+ def __init__(self) -> None: ...
947
+ @overload
948
+ def __init__(self, other: PySide6.QtLocation.QPlaceSearchResult) -> None: ...
949
+
950
+ def icon(self) -> PySide6.QtLocation.QPlaceIcon: ...
951
+ def setIcon(self, icon: PySide6.QtLocation.QPlaceIcon) -> None: ...
952
+ def setTitle(self, title: str) -> None: ...
953
+ def title(self) -> str: ...
954
+ def type(self) -> PySide6.QtLocation.QPlaceSearchResult.SearchResultType: ...
955
+
956
+
957
+ class QPlaceSearchSuggestionReply(PySide6.QtLocation.QPlaceReply):
958
+
959
+ def __init__(self, parent: Optional[PySide6.QtCore.QObject] = ...) -> None: ...
960
+
961
+ def setSuggestions(self, suggestions: Sequence[str]) -> None: ...
962
+ def suggestions(self) -> List[str]: ...
963
+ def type(self) -> PySide6.QtLocation.QPlaceReply.Type: ...
964
+
965
+
966
+ class QPlaceSupplier(Shiboken.Object):
967
+
968
+ @overload
969
+ def __init__(self) -> None: ...
970
+ @overload
971
+ def __init__(self, other: PySide6.QtLocation.QPlaceSupplier) -> None: ...
972
+
973
+ @staticmethod
974
+ def __copy__() -> None: ...
975
+ def icon(self) -> PySide6.QtLocation.QPlaceIcon: ...
976
+ def isEmpty(self) -> bool: ...
977
+ def name(self) -> str: ...
978
+ def setIcon(self, icon: PySide6.QtLocation.QPlaceIcon) -> None: ...
979
+ def setName(self, data: str) -> None: ...
980
+ def setSupplierId(self, identifier: str) -> None: ...
981
+ def setUrl(self, data: Union[PySide6.QtCore.QUrl, str]) -> None: ...
982
+ def supplierId(self) -> str: ...
983
+ def swap(self, other: PySide6.QtLocation.QPlaceSupplier) -> None: ...
984
+ def url(self) -> PySide6.QtCore.QUrl: ...
985
+
986
+
987
+ class QPlaceUser(Shiboken.Object):
988
+
989
+ @overload
990
+ def __init__(self) -> None: ...
991
+ @overload
992
+ def __init__(self, other: PySide6.QtLocation.QPlaceUser) -> None: ...
993
+
994
+ @staticmethod
995
+ def __copy__() -> None: ...
996
+ def name(self) -> str: ...
997
+ def setName(self, name: str) -> None: ...
998
+ def setUserId(self, identifier: str) -> None: ...
999
+ def swap(self, other: PySide6.QtLocation.QPlaceUser) -> None: ...
1000
+ def userId(self) -> str: ...
1001
+
1002
+
1003
+ # eof