QuickGraphLib 0.1.0a11__tar.gz → 0.1.0a13__tar.gz

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 (267) hide show
  1. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/CMakeLists.txt +1 -1
  2. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/PKG-INFO +28 -30
  3. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/PreFabs/XYAxes.qml +3 -1
  4. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/ZoomPanHandler.qml +3 -0
  5. quickgraphlib-0.1.0a13/QuickGraphLib/_version.py +34 -0
  6. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/bindings/CMakeLists.txt +3 -12
  7. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/helpers/Helpers.cpp +4 -4
  8. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/README.md +2 -4
  9. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/ci/setup_qt.py +16 -2
  10. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/docs/build_docs.py +1 -1
  11. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/pyproject.toml +3 -5
  12. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/requirements.txt +5 -5
  13. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/python_exporter.py +17 -4
  14. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/BasicHistogram.dat +0 -0
  15. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/BasicHistogram.svg +4 -4
  16. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/Complex.dat +0 -0
  17. quickgraphlib-0.1.0a13/tests/reference_images/Complex.png +0 -0
  18. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/Complex.svg +1 -1
  19. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/DraggableRegion.dat +0 -0
  20. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/DraggableRegion.svg +4 -4
  21. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ReadoutLine.dat +0 -0
  22. quickgraphlib-0.1.0a13/tests/reference_images/ReadoutLine.png +0 -0
  23. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ReadoutLine.svg +5 -5
  24. quickgraphlib-0.1.0a13/tests/reference_images/ReadoutLine_grab.png +0 -0
  25. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/Scatter.dat +0 -0
  26. quickgraphlib-0.1.0a13/tests/reference_images/Scatter.png +0 -0
  27. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/Scatter.svg +4 -4
  28. quickgraphlib-0.1.0a13/tests/reference_images/Scatter_grab.png +0 -0
  29. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/Subgraphs.dat +0 -0
  30. quickgraphlib-0.1.0a13/tests/reference_images/Subgraphs.png +0 -0
  31. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/Subgraphs.svg +16 -16
  32. quickgraphlib-0.1.0a13/tests/reference_images/Subgraphs_grab.png +0 -0
  33. quickgraphlib-0.1.0a11/QuickGraphLib/_version.py +0 -16
  34. quickgraphlib-0.1.0a11/tests/reference_images/Complex.png +0 -0
  35. quickgraphlib-0.1.0a11/tests/reference_images/ReadoutLine.png +0 -0
  36. quickgraphlib-0.1.0a11/tests/reference_images/ReadoutLine_grab.png +0 -0
  37. quickgraphlib-0.1.0a11/tests/reference_images/Scatter.png +0 -0
  38. quickgraphlib-0.1.0a11/tests/reference_images/Scatter_grab.png +0 -0
  39. quickgraphlib-0.1.0a11/tests/reference_images/Subgraphs.png +0 -0
  40. quickgraphlib-0.1.0a11/tests/reference_images/Subgraphs_grab.png +0 -0
  41. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/.clang-format +0 -0
  42. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/.gitignore +0 -0
  43. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/.pre-commit-config.yaml +0 -0
  44. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/LICENCE +0 -0
  45. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/AntialiasingContainer.qml +0 -0
  46. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/Axis.qml +0 -0
  47. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/CMakeLists.txt +0 -0
  48. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/ColorMaps.cpp +0 -0
  49. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/ColorMaps.hpp +0 -0
  50. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/DataTypes.cpp +0 -0
  51. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/DataTypes.hpp +0 -0
  52. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/Global.hpp +0 -0
  53. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphArea.qml +0 -0
  54. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphItems/AxHLine.qml +0 -0
  55. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphItems/AxHSpan.qml +0 -0
  56. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphItems/AxVLine.qml +0 -0
  57. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphItems/AxVSpan.qml +0 -0
  58. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphItems/BasicLegend.qml +0 -0
  59. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphItems/BasicLegendItem.qml +0 -0
  60. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphItems/CMakeLists.txt +0 -0
  61. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphItems/ColorMesh.qml +0 -0
  62. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphItems/Contour.qml +0 -0
  63. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphItems/GraphItemDragHandler.qml +0 -0
  64. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphItems/Grid.qml +0 -0
  65. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphItems/Histogram.qml +0 -0
  66. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphItems/Line.qml +0 -0
  67. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphItems/Marker.qml +0 -0
  68. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphItems/helpers/GridHelper.cpp +0 -0
  69. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphItems/helpers/GridHelper.hpp +0 -0
  70. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphItems/helpers/HistogramHelper.cpp +0 -0
  71. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/GraphItems/helpers/HistogramHelper.hpp +0 -0
  72. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/ImageView.cpp +0 -0
  73. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/ImageView.hpp +0 -0
  74. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/Plugin.cpp +0 -0
  75. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/PreFabs/CMakeLists.txt +0 -0
  76. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/PreFabs/ImageAxes.qml +0 -0
  77. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/QuickGraphLib.hpp +0 -0
  78. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/ScalingContainer.qml +0 -0
  79. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/ShapeRepeater.qml +0 -0
  80. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/TickLabel.qml +0 -0
  81. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/__init__.py +0 -0
  82. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/bindings/Bindings.hpp +0 -0
  83. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/bindings/Bindings.xml +0 -0
  84. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/bindings/ShibokenHelpers.cpp +0 -0
  85. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/bindings/ShibokenHelpers.hpp +0 -0
  86. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/bindings/glue/DataTypes.cpp +0 -0
  87. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/bindings/pyigen.py +0 -0
  88. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/bindings/qtqml.rst +0 -0
  89. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/consts.py +0 -0
  90. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/contours.py +0 -0
  91. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/doc/AxesGridLayout.drawio +0 -0
  92. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/doc/AxesGridLayout.svg +0 -0
  93. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/doc/export.qdoc +0 -0
  94. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/doc/graphitems.qdoc +0 -0
  95. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/doc/graphstructure.qdoc +0 -0
  96. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/doc/index.qdoc +0 -0
  97. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/doc/interaction.qdoc +0 -0
  98. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/doc/module-cpp.qdoc +0 -0
  99. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/doc/module.qdoc +0 -0
  100. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/doc/prefabs.qdoc +0 -0
  101. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/doc/python_helpers.qdoc +0 -0
  102. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/helpers/AxisHelper.cpp +0 -0
  103. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/helpers/AxisHelper.hpp +0 -0
  104. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/helpers/Foreign.hpp +0 -0
  105. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/helpers/Helpers.hpp +0 -0
  106. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/helpers/ShapeRepeaterHelper.cpp +0 -0
  107. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/helpers/ShapeRepeaterHelper.hpp +0 -0
  108. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/QuickGraphLib/py.typed +0 -0
  109. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/activate_venv.ps1 +0 -0
  110. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/ci/find_qt.py +0 -0
  111. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/docs/config.qdocconf +0 -0
  112. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/docs/style.css +0 -0
  113. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/AllTheAxes.png +0 -0
  114. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/AllTheAxes.qdoc +0 -0
  115. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/AllTheAxes.qml +0 -0
  116. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/BasicHistogram.png +0 -0
  117. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/BasicHistogram.qdoc +0 -0
  118. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/BasicHistogram.qml +0 -0
  119. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/BasicSinGraph.png +0 -0
  120. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/BasicSinGraph.qdoc +0 -0
  121. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/BasicSinGraph.qml +0 -0
  122. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/BasicSinGraphNoPrefabs.png +0 -0
  123. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/BasicSinGraphNoPrefabs.qdoc +0 -0
  124. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/BasicSinGraphNoPrefabs.qml +0 -0
  125. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/BuiltinColormaps.png +0 -0
  126. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/BuiltinColormaps.qdoc +0 -0
  127. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/BuiltinColormaps.qml +0 -0
  128. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ColorMappedImages.png +0 -0
  129. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ColorMappedImages.qdoc +0 -0
  130. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ColorMappedImages.qml +0 -0
  131. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ColorMesh.png +0 -0
  132. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ColorMesh.qdoc +0 -0
  133. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ColorMesh.qml +0 -0
  134. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/Complex.png +0 -0
  135. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/Complex.qdoc +0 -0
  136. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/Complex.qml +0 -0
  137. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/Contours.png +0 -0
  138. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/Contours.qdoc +0 -0
  139. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/Contours.qml +0 -0
  140. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/Conway.png +0 -0
  141. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/Conway.qdoc +0 -0
  142. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/Conway.qml +0 -0
  143. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/DarkSinGraph.png +0 -0
  144. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/DarkSinGraph.qdoc +0 -0
  145. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/DarkSinGraph.qml +0 -0
  146. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/DraggableRegion.png +0 -0
  147. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/DraggableRegion.qdoc +0 -0
  148. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/DraggableRegion.qml +0 -0
  149. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ExampleGallery.png +0 -0
  150. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ExampleGallery.qml +0 -0
  151. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ImageAlignment.png +0 -0
  152. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ImageAlignment.qdoc +0 -0
  153. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ImageAlignment.qml +0 -0
  154. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/InvertedAxes.png +0 -0
  155. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/InvertedAxes.qdoc +0 -0
  156. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/InvertedAxes.qml +0 -0
  157. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/PeakButtons.png +0 -0
  158. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/PeakButtons.qdoc +0 -0
  159. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/PeakButtons.qml +0 -0
  160. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ReadoutLine.png +0 -0
  161. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ReadoutLine.qdoc +0 -0
  162. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ReadoutLine.qml +0 -0
  163. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ScalingGraph.png +0 -0
  164. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ScalingGraph.qdoc +0 -0
  165. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ScalingGraph.qml +0 -0
  166. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/Scatter.png +0 -0
  167. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/Scatter.qdoc +0 -0
  168. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/Scatter.qml +0 -0
  169. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/SpansAndLines.png +0 -0
  170. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/SpansAndLines.qdoc +0 -0
  171. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/SpansAndLines.qml +0 -0
  172. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/Subgraphs.png +0 -0
  173. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/Subgraphs.qdoc +0 -0
  174. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/Subgraphs.qml +0 -0
  175. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/TwinX.png +0 -0
  176. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/TwinX.qdoc +0 -0
  177. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/TwinX.qml +0 -0
  178. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ZoomableAsImage.png +0 -0
  179. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ZoomableAsImage.qdoc +0 -0
  180. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ZoomableAsImage.qml +0 -0
  181. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ZoomableAxes.png +0 -0
  182. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ZoomableAxes.qdoc +0 -0
  183. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/ZoomableAxes.qml +0 -0
  184. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/__init__.py +0 -0
  185. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/conway.py +0 -0
  186. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/examples/gallery.py +0 -0
  187. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/setup_venv.ps1 +0 -0
  188. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/__init__.py +0 -0
  189. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/fonts/DejaVuSans-Bold.ttf +0 -0
  190. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/fonts/DejaVuSans-BoldOblique.ttf +0 -0
  191. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/fonts/DejaVuSans-Oblique.ttf +0 -0
  192. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/fonts/DejaVuSans.ttf +0 -0
  193. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/fonts/LICENSE +0 -0
  194. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/AllTheAxes.dat +0 -0
  195. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/AllTheAxes.png +0 -0
  196. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/AllTheAxes.svg +0 -0
  197. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/AllTheAxes_grab.png +0 -0
  198. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/BasicHistogram.png +0 -0
  199. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/BasicHistogram_grab.png +0 -0
  200. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/BasicSinGraph.dat +0 -0
  201. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/BasicSinGraph.png +0 -0
  202. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/BasicSinGraph.svg +0 -0
  203. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/BasicSinGraphNoPrefabs.dat +0 -0
  204. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/BasicSinGraphNoPrefabs.png +0 -0
  205. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/BasicSinGraphNoPrefabs.svg +0 -0
  206. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/BasicSinGraphNoPrefabs_grab.png +0 -0
  207. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/BasicSinGraph_grab.png +0 -0
  208. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/BuiltinColormaps.dat +0 -0
  209. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/BuiltinColormaps.png +0 -0
  210. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/BuiltinColormaps.svg +0 -0
  211. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/BuiltinColormaps_grab.png +0 -0
  212. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ColorMappedImages.dat +0 -0
  213. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ColorMappedImages.png +0 -0
  214. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ColorMappedImages.svg +0 -0
  215. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ColorMappedImages_grab.png +0 -0
  216. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ColorMesh.dat +0 -0
  217. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ColorMesh.png +0 -0
  218. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ColorMesh.svg +0 -0
  219. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ColorMesh_grab.png +0 -0
  220. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/Complex_grab.png +0 -0
  221. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/Contours.dat +0 -0
  222. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/Contours.png +0 -0
  223. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/Contours.svg +0 -0
  224. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/Contours_grab.png +0 -0
  225. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/Conway.dat +0 -0
  226. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/Conway.png +0 -0
  227. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/Conway.svg +0 -0
  228. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/Conway_grab.png +0 -0
  229. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/DarkSinGraph.dat +0 -0
  230. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/DarkSinGraph.png +0 -0
  231. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/DarkSinGraph.svg +0 -0
  232. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/DarkSinGraph_grab.png +0 -0
  233. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/DraggableRegion.png +0 -0
  234. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/DraggableRegion_grab.png +0 -0
  235. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ImageAlignment.dat +0 -0
  236. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ImageAlignment.png +0 -0
  237. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ImageAlignment.svg +0 -0
  238. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ImageAlignment_grab.png +0 -0
  239. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/InvertedAxes.dat +0 -0
  240. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/InvertedAxes.png +0 -0
  241. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/InvertedAxes.svg +0 -0
  242. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/InvertedAxes_grab.png +0 -0
  243. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/PeakButtons.dat +0 -0
  244. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/PeakButtons.png +0 -0
  245. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/PeakButtons.svg +0 -0
  246. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/PeakButtons_grab.png +0 -0
  247. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ScalingGraph.dat +0 -0
  248. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ScalingGraph.png +0 -0
  249. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ScalingGraph.svg +0 -0
  250. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ScalingGraph_grab.png +0 -0
  251. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/SpansAndLines.dat +0 -0
  252. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/SpansAndLines.png +0 -0
  253. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/SpansAndLines.svg +0 -0
  254. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/SpansAndLines_grab.png +0 -0
  255. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/TwinX.dat +0 -0
  256. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/TwinX.png +0 -0
  257. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/TwinX.svg +0 -0
  258. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/TwinX_grab.png +0 -0
  259. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ZoomableAsImage.dat +0 -0
  260. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ZoomableAsImage.png +0 -0
  261. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ZoomableAsImage.svg +0 -0
  262. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ZoomableAsImage_grab.png +0 -0
  263. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ZoomableAxes.dat +0 -0
  264. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ZoomableAxes.png +0 -0
  265. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ZoomableAxes.svg +0 -0
  266. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/reference_images/ZoomableAxes_grab.png +0 -0
  267. {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a13}/tests/test_exports.py +0 -0
@@ -26,6 +26,6 @@ if(NOT INSTALL_SUBPATH)
26
26
  endif()
27
27
 
28
28
  find_package(Qt6 REQUIRED COMPONENTS Quick Svg)
29
- qt_standard_project_setup(REQUIRES 6.8)
29
+ qt_standard_project_setup(REQUIRES 6.9)
30
30
 
31
31
  add_subdirectory(QuickGraphLib)
@@ -1,29 +1,29 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: QuickGraphLib
3
- Version: 0.1.0a11
3
+ Version: 0.1.0a13
4
4
  Summary: A scientific graphing library for QtQuick
5
5
  Author-Email: Matthew Joyce <matthew.joyce@refeyn.com>
6
6
  License: MIT License
7
-
8
- Copyright (c) 2024 Refeyn Ltd and other QuickGraphLib contributors
9
-
10
- Permission is hereby granted, free of charge, to any person obtaining a copy
11
- of this software and associated documentation files (the "Software"), to deal
12
- in the Software without restriction, including without limitation the rights
13
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
- copies of the Software, and to permit persons to whom the Software is
15
- furnished to do so, subject to the following conditions:
16
-
17
- The above copyright notice and this permission notice shall be included in all
18
- copies or substantial portions of the Software.
19
-
20
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
- SOFTWARE.
7
+
8
+ Copyright (c) 2024 Refeyn Ltd and other QuickGraphLib contributors
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
+ SOFTWARE.
27
27
  Classifier: Development Status :: 3 - Alpha
28
28
  Classifier: Environment :: X11 Applications :: Qt
29
29
  Classifier: Intended Audience :: Science/Research
@@ -38,9 +38,10 @@ Project-URL: Homepage, https://github.com/refeyn/QuickGraphLib
38
38
  Project-URL: Issues, https://github.com/refeyn/QuickGraphLib/issues
39
39
  Project-URL: Documentation, https://refeyn.github.io/QuickGraphLib
40
40
  Project-URL: Source, https://github.com/refeyn/QuickGraphLib
41
- Requires-Dist: PySide6==6.8.0.2
41
+ Requires-Dist: PySide6==6.9.2
42
42
  Requires-Dist: contourpy
43
- Requires-Dist: numpy<2
43
+ Requires-Dist: numpy
44
+ Provides-Extra: analyse
44
45
  Requires-Dist: black; extra == "analyse"
45
46
  Requires-Dist: pylint; extra == "analyse"
46
47
  Requires-Dist: mypy; extra == "analyse"
@@ -49,9 +50,8 @@ Requires-Dist: lxml; extra == "analyse"
49
50
  Requires-Dist: pytest; extra == "analyse"
50
51
  Requires-Dist: pytest-cov; extra == "analyse"
51
52
  Requires-Dist: scikit-build-core; extra == "analyse"
52
- Requires-Dist: shiboken6_generator==6.8.0.2; extra == "analyse"
53
+ Requires-Dist: shiboken6_generator==6.9.2; extra == "analyse"
53
54
  Requires-Dist: setuptools_scm; extra == "analyse"
54
- Provides-Extra: analyse
55
55
  Description-Content-Type: text/markdown
56
56
 
57
57
  # QuickGraphLib
@@ -83,10 +83,8 @@ python examples/gallery.py
83
83
 
84
84
  ## Qt version compatibility
85
85
 
86
- This version of QuickGraphLib is compatible with Qt and PySide6 6.8.0. If you use this module from C++, then Qt's ABI stability guarantees means the compiled binaries will work for any Qt version >= 6.8 and < 7.0. If you use this module from Python, there are some additional features that rely on the PySide6 library version. Therefore the PySide6 version must be 6.8.0.2 exactly. Other 6.8 versions of PySide6 may work, but there are no guarantees.
87
-
88
- The pre-built wheels aim to be compatible with the most recent recent Qt LTS version, which is currently 6.8. Pre-built wheels for higher non-LTS Qt versions will likely be available once Qt 6.9 is released.
86
+ This version of QuickGraphLib is compatible with Qt and PySide6 6.9.2. If you use this module from C++, then Qt's ABI stability guarantees means the compiled binaries will work for any Qt version >= 6.9 and < 7.0. If you use this module from Python, there are some additional features that rely on the PySide6 library version. Therefore the PySide6 version must be 6.9.2 exactly. Other 6.9 versions of PySide6 may work, but there are no guarantees.
89
87
 
90
88
  ## Python version compatibility
91
89
 
92
- QuickGraphLib is compatible with the same Python versions and glibc versions that PySide6 is. For PySide6 6.8, the minimum Python version is 3.9.
90
+ QuickGraphLib is compatible with the same Python versions and glibc versions that PySide6 is. For PySide6 6.9, the minimum Python version is 3.9.
@@ -133,9 +133,11 @@ Item {
133
133
  Text {
134
134
  id: titleLabel
135
135
 
136
- QQL.Layout.alignment: Qt.AlignCenter
137
136
  QQL.Layout.bottomMargin: root.spacing
138
137
  QQL.Layout.columnSpan: axes.columns
138
+ QQL.Layout.fillWidth: true
139
+ elide: Text.ElideRight
140
+ horizontalAlignment: Text.AlignHCenter
139
141
  visible: text !== ""
140
142
  }
141
143
  QuickGraphLib.Axis {
@@ -27,6 +27,9 @@ PinchArea {
27
27
  property bool limitMovement: true
28
28
  /*!
29
29
  Maximum zoom (separate X/Y zoom limits can be set with the width/height of \l size).
30
+
31
+ Zooming on a particular axis can be disabled by setting the maximum scale for that axis to 1
32
+ (provided the minimum scale for that axis is left at its default of 1).
30
33
  */
31
34
  property size maxScale: Qt.size(10, 10)
32
35
  /*!
@@ -0,0 +1,34 @@
1
+ # file generated by setuptools-scm
2
+ # don't change, don't track in version control
3
+
4
+ __all__ = [
5
+ "__version__",
6
+ "__version_tuple__",
7
+ "version",
8
+ "version_tuple",
9
+ "__commit_id__",
10
+ "commit_id",
11
+ ]
12
+
13
+ TYPE_CHECKING = False
14
+ if TYPE_CHECKING:
15
+ from typing import Tuple
16
+ from typing import Union
17
+
18
+ VERSION_TUPLE = Tuple[Union[int, str], ...]
19
+ COMMIT_ID = Union[str, None]
20
+ else:
21
+ VERSION_TUPLE = object
22
+ COMMIT_ID = object
23
+
24
+ version: str
25
+ __version__: str
26
+ __version_tuple__: VERSION_TUPLE
27
+ version_tuple: VERSION_TUPLE
28
+ commit_id: COMMIT_ID
29
+ __commit_id__: COMMIT_ID
30
+
31
+ __version__ = version = '0.1.0a13'
32
+ __version_tuple__ = version_tuple = (0, 1, 0, 'a13')
33
+
34
+ __commit_id__ = commit_id = 'g758cc907d'
@@ -31,21 +31,21 @@ find_path(
31
31
  )
32
32
  find_library(
33
33
  shiboken_shared_libraries
34
- NAMES shiboken6 shiboken6.abi3 libshiboken6.abi3.so.6.8
34
+ NAMES shiboken6 shiboken6.abi3 libshiboken6.abi3.so.6.9
35
35
  PATH_SUFFIXES shiboken6
36
36
  PATHS "${Python_SITELIB}"
37
37
  REQUIRED
38
38
  )
39
39
  find_library(
40
40
  pyside_shared_library
41
- NAMES pyside6 pyside6.abi3 libpyside6.abi3.so.6.8
41
+ NAMES pyside6 pyside6.abi3 libpyside6.abi3.so.6.9
42
42
  PATH_SUFFIXES PySide6
43
43
  PATHS "${Python_SITELIB}"
44
44
  REQUIRED
45
45
  )
46
46
  find_library(
47
47
  pyside_qml_shared_library
48
- NAMES pyside6qml pyside6qml.abi3 libpyside6qml.abi3.so.6.8
48
+ NAMES pyside6qml pyside6qml.abi3 libpyside6qml.abi3.so.6.9
49
49
  PATH_SUFFIXES PySide6
50
50
  PATHS "${Python_SITELIB}"
51
51
  REQUIRED
@@ -59,15 +59,6 @@ if(NOT EXISTS ${shiboken_path})
59
59
  )
60
60
  endif()
61
61
 
62
- if(EXISTS $ENV{LLVM_PATH})
63
- # Update shiboken's libclang to fix parsing of recent MSVC C++ headers
64
- configure_file(
65
- "$ENV{LLVM_PATH}/bin/libclang.dll"
66
- "${Python_SITELIB}/shiboken6_generator/libclang.dll"
67
- COPYONLY
68
- )
69
- endif()
70
-
71
62
  # Set up the options to pass to shiboken.
72
63
  set(INCLUDES "")
73
64
  if(DEFINED QT_HOST_PATH)
@@ -335,10 +335,10 @@ void exportItemToPainter(QQuickItem* item, QPainter* painter) {
335
335
  if (imageView->smooth()) {
336
336
  painter->setRenderHint(QPainter::RenderHint::SmoothPixmapTransform, true);
337
337
  }
338
- painter->drawImage(
339
- imageView->paintedRect(),
340
- imageView->image().mirrored(imageView->mirrorHorizontally(), imageView->mirrorVertically())
341
- );
338
+ auto flippedFlags = Qt::Orientations();
339
+ flippedFlags.setFlag(Qt::Horizontal, imageView->mirrorHorizontally());
340
+ flippedFlags.setFlag(Qt::Vertical, imageView->mirrorVertically());
341
+ painter->drawImage(imageView->paintedRect(), imageView->image().flipped(flippedFlags));
342
342
  }
343
343
 
344
344
  for (auto c : children) {
@@ -27,10 +27,8 @@ python examples/gallery.py
27
27
 
28
28
  ## Qt version compatibility
29
29
 
30
- This version of QuickGraphLib is compatible with Qt and PySide6 6.8.0. If you use this module from C++, then Qt's ABI stability guarantees means the compiled binaries will work for any Qt version >= 6.8 and < 7.0. If you use this module from Python, there are some additional features that rely on the PySide6 library version. Therefore the PySide6 version must be 6.8.0.2 exactly. Other 6.8 versions of PySide6 may work, but there are no guarantees.
31
-
32
- The pre-built wheels aim to be compatible with the most recent recent Qt LTS version, which is currently 6.8. Pre-built wheels for higher non-LTS Qt versions will likely be available once Qt 6.9 is released.
30
+ This version of QuickGraphLib is compatible with Qt and PySide6 6.9.2. If you use this module from C++, then Qt's ABI stability guarantees means the compiled binaries will work for any Qt version >= 6.9 and < 7.0. If you use this module from Python, there are some additional features that rely on the PySide6 library version. Therefore the PySide6 version must be 6.9.2 exactly. Other 6.9 versions of PySide6 may work, but there are no guarantees.
33
31
 
34
32
  ## Python version compatibility
35
33
 
36
- QuickGraphLib is compatible with the same Python versions and glibc versions that PySide6 is. For PySide6 6.8, the minimum Python version is 3.9.
34
+ QuickGraphLib is compatible with the same Python versions and glibc versions that PySide6 is. For PySide6 6.9, the minimum Python version is 3.9.
@@ -19,14 +19,28 @@ elif sys.platform == "darwin":
19
19
  else:
20
20
  raise RuntimeError(f"Unknown platform {sys.platform}")
21
21
 
22
- subprocess.run(["pip", "install", "aqtinstall==3.1.*"], check=True)
22
+ if sys.platform == "linux":
23
+ prefix = "/opt/python/cp312-cp312/bin/"
24
+ else:
25
+ prefix = ""
26
+
27
+ subprocess.run(
28
+ [
29
+ f"{prefix}pip",
30
+ "install",
31
+ "aqtinstall==3.3.*",
32
+ ],
33
+ check=True,
34
+ )
23
35
  subprocess.run(
24
36
  [
37
+ f"{prefix}python",
38
+ "-m",
25
39
  "aqt",
26
40
  "install-qt",
27
41
  qt_platform,
28
42
  "desktop",
29
- "6.8.0",
43
+ "6.9.2",
30
44
  qt_arch,
31
45
  "-O",
32
46
  "./qt",
@@ -15,7 +15,7 @@ IGNORED_LINES = [
15
15
  "In file included from",
16
16
  ]
17
17
 
18
- QT_PATH = pathlib.Path(os.environ.get("QT_ROOT_DIR", "C:/Qt/6.8.0/msvc2022_64"))
18
+ QT_PATH = pathlib.Path(os.environ.get("QT_ROOT_DIR", "C:/Qt/6.9.2/msvc2022_64"))
19
19
  QT_VERSION = QT_PATH.parts[-2]
20
20
  QDOC_PATH = QT_PATH / "bin/qdoc.exe"
21
21
  INDEX_PATH = QT_PATH.parent.parent / ("Docs/Qt-" + QT_VERSION)
@@ -4,7 +4,7 @@ description = "A scientific graphing library for QtQuick"
4
4
  readme = "README.md"
5
5
  license = { file = "LICENCE" }
6
6
  authors = [{ name = "Matthew Joyce", email = "matthew.joyce@refeyn.com" }]
7
- dependencies = ["PySide6==6.8.0.2", "contourpy", "numpy<2"]
7
+ dependencies = ["PySide6==6.9.2", "contourpy", "numpy"]
8
8
  classifiers = [
9
9
  "Development Status :: 3 - Alpha",
10
10
  "Environment :: X11 Applications :: Qt",
@@ -38,12 +38,12 @@ analyse = [
38
38
  "pytest-cov",
39
39
  # Building
40
40
  "scikit-build-core",
41
- "shiboken6_generator==6.8.0.2",
41
+ "shiboken6_generator==6.9.2",
42
42
  "setuptools_scm",
43
43
  ]
44
44
 
45
45
  [build-system]
46
- requires = ["scikit-build-core", "shiboken6_generator==6.8.0.2", "PySide6==6.8.0.2"]
46
+ requires = ["scikit-build-core", "shiboken6_generator==6.9.2", "PySide6==6.9.2"]
47
47
  build-backend = "scikit_build_core.build"
48
48
 
49
49
  [tool.scikit-build]
@@ -73,7 +73,6 @@ test-extras = ["analyse"]
73
73
 
74
74
  [tool.cibuildwheel.environment]
75
75
  SKBUILD_CMAKE_DEFINE = "CMAKE_PREFIX_PATH=\"$(python ci/find_qt.py)/lib/cmake\""
76
- PIP_EXTRA_INDEX_URL = "https://download.qt.io/official_releases/QtForPython/"
77
76
 
78
77
  [tool.cibuildwheel.macos]
79
78
  archs = ["universal2"]
@@ -86,7 +85,6 @@ repair-wheel-command = "cp {wheel} {dest_dir}; wheel tags --remove --platform-ta
86
85
 
87
86
  [tool.cibuildwheel.linux.environment]
88
87
  SKBUILD_CMAKE_DEFINE = "CMAKE_PREFIX_PATH=\"$(python ci/find_qt.py)/lib/cmake\""
89
- PIP_EXTRA_INDEX_URL = "https://download.qt.io/official_releases/QtForPython/"
90
88
  LD_LIBRARY_PATH = "$LD_LIBRARY_PATH:$(python ci/find_qt.py)/lib"
91
89
  LLVM_INSTALL_DIR = "/usr"
92
90
 
@@ -31,16 +31,16 @@ pluggy==1.5.0
31
31
  pre-commit==3.7.1
32
32
  pylint==3.2.6
33
33
  pyproject_hooks==1.1.0
34
- PySide6==6.8.0.2
35
- PySide6-Addons==6.8.0.2
36
- PySide6-Essentials==6.8.0.2
34
+ PySide6==6.9.2
35
+ PySide6-Addons==6.9.2
36
+ PySide6-Essentials==6.9.2
37
37
  pytest==8.3.1
38
38
  pytest-cov==5.0.0
39
39
  PyYAML==6.0.1
40
40
  scikit_build_core==0.9.8
41
41
  setuptools-scm==8.1.0
42
- shiboken6==6.8.0.2
43
- shiboken6-generator==6.8.0.2
42
+ shiboken6==6.9.2
43
+ shiboken6-generator==6.9.2
44
44
  tomli==2.0.1
45
45
  tomlkit==0.13.0
46
46
  typing_extensions==4.12.2
@@ -5,7 +5,7 @@ import contextlib
5
5
  import pathlib
6
6
  from typing import Any, Iterator
7
7
 
8
- from PySide6 import QtCore, QtQml, QtQuick
8
+ from PySide6 import QtCore, QtGui, QtQml, QtQuick
9
9
 
10
10
  import QuickGraphLib
11
11
 
@@ -63,16 +63,29 @@ def export(
63
63
 
64
64
  # Bit of funkyness to make sure the items get polished (e.g. laid out properly)
65
65
  # which won't happen automatically if we use async incubation
66
+ rhi = QtGui.QRhi.create(QtGui.QRhi.Implementation.Null, QtGui.QRhiNullInitParams())
67
+ texture = rhi.newTexture(
68
+ QtGui.QRhiTexture.Format.RGBA8,
69
+ QtCore.QSize(int(width), int(height)),
70
+ 1,
71
+ QtGui.QRhiTexture.Flag.RenderTarget,
72
+ )
73
+ texture.create()
74
+ rendertarget = rhi.newTextureRenderTarget(
75
+ QtGui.QRhiTextureRenderTargetDescription(texture)
76
+ )
77
+ rendertarget.setRenderPassDescriptor(
78
+ rendertarget.newCompatibleRenderPassDescriptor()
79
+ )
66
80
  rendercontrol = QtQuick.QQuickRenderControl()
67
81
  window = QtQuick.QQuickWindow(rendercontrol)
68
- window.setRenderTarget(QtQuick.QQuickRenderTarget())
82
+ window.setRenderTarget(QtQuick.QQuickRenderTarget.fromRhiRenderTarget(rendertarget))
69
83
  window.resize(int(width), int(height))
70
- window.create()
71
84
  item.setParentItem(window.contentItem())
72
85
  rendercontrol.polishItems()
73
86
 
74
87
  yield item
75
88
 
76
89
  # Cleanup
77
- window.destroy()
78
90
  item.setParentItem(None) # type: ignore[arg-type]
91
+ rendertarget.destroy()
@@ -64,19 +64,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
64
64
  >
65
65
  </g>
66
66
 
67
- <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,327,15)"
67
+ <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,15,15)"
68
68
  font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
69
69
  >
70
70
  </g>
71
71
 
72
- <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,327,15)"
72
+ <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,15,15)"
73
73
  font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
74
74
  >
75
- <text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
75
+ <text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="312" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
76
76
  >Normal distribution</text>
77
77
  </g>
78
78
 
79
- <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,327,15)"
79
+ <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,15,15)"
80
80
  font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
81
81
  >
82
82
  </g>
@@ -148,7 +148,7 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
148
148
  >
149
149
  <text fill="#a52a2a" fill-opacity="1" stroke="none" xml:space="preserve" x="8.5" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
150
150
  >I'm an</text>
151
- <text fill="#a52a2a" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="32" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
151
+ <text fill="#a52a2a" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="31" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
152
152
  >axvspan</text>
153
153
  </g>
154
154
 
@@ -64,19 +64,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
64
64
  >
65
65
  </g>
66
66
 
67
- <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,327,15)"
67
+ <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,15,15)"
68
68
  font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
69
69
  >
70
70
  </g>
71
71
 
72
- <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,327,15)"
72
+ <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,15,15)"
73
73
  font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
74
74
  >
75
- <text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
75
+ <text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="312" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
76
76
  >Normal distribution</text>
77
77
  </g>
78
78
 
79
- <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,327,15)"
79
+ <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,15,15)"
80
80
  font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
81
81
  >
82
82
  </g>
@@ -64,19 +64,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
64
64
  >
65
65
  </g>
66
66
 
67
- <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,255,15)"
67
+ <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,15,15)"
68
68
  font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
69
69
  >
70
70
  </g>
71
71
 
72
- <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,255,15)"
72
+ <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,15,15)"
73
73
  font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
74
74
  >
75
- <text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
75
+ <text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="239.5" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
76
76
  >Hover on the graph to read out values</text>
77
77
  </g>
78
78
 
79
- <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,255,15)"
79
+ <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,15,15)"
80
80
  font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
81
81
  >
82
82
  </g>
@@ -134,7 +134,7 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
134
134
  >
135
135
  <text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
136
136
  >X: -8.00</text>
137
- <text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="32" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
137
+ <text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="31" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
138
138
  >Y: 0.00</text>
139
139
  </g>
140
140
 
@@ -64,19 +64,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
64
64
  >
65
65
  </g>
66
66
 
67
- <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,347,15)"
67
+ <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,15,15)"
68
68
  font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
69
69
  >
70
70
  </g>
71
71
 
72
- <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,347,15)"
72
+ <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,15,15)"
73
73
  font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
74
74
  >
75
- <text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
75
+ <text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="331.5" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
76
76
  >10,000 points</text>
77
77
  </g>
78
78
 
79
- <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,347,15)"
79
+ <g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,15,15)"
80
80
  font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
81
81
  >
82
82
  </g>