QuickGraphLib 0.1.0a11__tar.gz → 0.1.0a12__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.
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/PKG-INFO +23 -23
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/PreFabs/XYAxes.qml +3 -1
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/_version.py +8 -3
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/BasicHistogram.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/BasicHistogram.svg +4 -4
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/DraggableRegion.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/DraggableRegion.svg +4 -4
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ReadoutLine.dat +0 -0
- quickgraphlib-0.1.0a12/tests/reference_images/ReadoutLine.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ReadoutLine.svg +4 -4
- quickgraphlib-0.1.0a12/tests/reference_images/ReadoutLine_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/Scatter.dat +0 -0
- quickgraphlib-0.1.0a12/tests/reference_images/Scatter.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/Scatter.svg +4 -4
- quickgraphlib-0.1.0a12/tests/reference_images/Scatter_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/Subgraphs.dat +0 -0
- quickgraphlib-0.1.0a12/tests/reference_images/Subgraphs.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/Subgraphs.svg +16 -16
- quickgraphlib-0.1.0a12/tests/reference_images/Subgraphs_grab.png +0 -0
- quickgraphlib-0.1.0a11/tests/reference_images/ReadoutLine.png +0 -0
- quickgraphlib-0.1.0a11/tests/reference_images/ReadoutLine_grab.png +0 -0
- quickgraphlib-0.1.0a11/tests/reference_images/Scatter.png +0 -0
- quickgraphlib-0.1.0a11/tests/reference_images/Scatter_grab.png +0 -0
- quickgraphlib-0.1.0a11/tests/reference_images/Subgraphs.png +0 -0
- quickgraphlib-0.1.0a11/tests/reference_images/Subgraphs_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/.clang-format +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/.gitignore +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/.pre-commit-config.yaml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/CMakeLists.txt +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/LICENCE +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/AntialiasingContainer.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/Axis.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/CMakeLists.txt +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/ColorMaps.cpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/ColorMaps.hpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/DataTypes.cpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/DataTypes.hpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/Global.hpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphArea.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/AxHLine.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/AxHSpan.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/AxVLine.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/AxVSpan.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/BasicLegend.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/BasicLegendItem.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/CMakeLists.txt +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/ColorMesh.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/Contour.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/GraphItemDragHandler.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/Grid.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/Histogram.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/Line.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/Marker.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/helpers/GridHelper.cpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/helpers/GridHelper.hpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/helpers/HistogramHelper.cpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/helpers/HistogramHelper.hpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/ImageView.cpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/ImageView.hpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/Plugin.cpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/PreFabs/CMakeLists.txt +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/PreFabs/ImageAxes.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/QuickGraphLib.hpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/ScalingContainer.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/ShapeRepeater.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/TickLabel.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/ZoomPanHandler.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/__init__.py +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/bindings/Bindings.hpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/bindings/Bindings.xml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/bindings/CMakeLists.txt +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/bindings/ShibokenHelpers.cpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/bindings/ShibokenHelpers.hpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/bindings/glue/DataTypes.cpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/bindings/pyigen.py +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/bindings/qtqml.rst +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/consts.py +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/contours.py +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/doc/AxesGridLayout.drawio +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/doc/AxesGridLayout.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/doc/export.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/doc/graphitems.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/doc/graphstructure.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/doc/index.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/doc/interaction.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/doc/module-cpp.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/doc/module.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/doc/prefabs.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/doc/python_helpers.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/helpers/AxisHelper.cpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/helpers/AxisHelper.hpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/helpers/Foreign.hpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/helpers/Helpers.cpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/helpers/Helpers.hpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/helpers/ShapeRepeaterHelper.cpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/helpers/ShapeRepeaterHelper.hpp +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/py.typed +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/README.md +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/activate_venv.ps1 +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/ci/find_qt.py +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/ci/setup_qt.py +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/docs/build_docs.py +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/docs/config.qdocconf +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/docs/style.css +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/AllTheAxes.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/AllTheAxes.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/AllTheAxes.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/BasicHistogram.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/BasicHistogram.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/BasicHistogram.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/BasicSinGraph.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/BasicSinGraph.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/BasicSinGraph.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/BasicSinGraphNoPrefabs.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/BasicSinGraphNoPrefabs.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/BasicSinGraphNoPrefabs.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/BuiltinColormaps.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/BuiltinColormaps.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/BuiltinColormaps.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ColorMappedImages.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ColorMappedImages.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ColorMappedImages.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ColorMesh.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ColorMesh.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ColorMesh.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/Complex.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/Complex.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/Complex.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/Contours.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/Contours.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/Contours.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/Conway.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/Conway.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/Conway.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/DarkSinGraph.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/DarkSinGraph.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/DarkSinGraph.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/DraggableRegion.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/DraggableRegion.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/DraggableRegion.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ExampleGallery.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ExampleGallery.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ImageAlignment.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ImageAlignment.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ImageAlignment.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/InvertedAxes.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/InvertedAxes.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/InvertedAxes.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/PeakButtons.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/PeakButtons.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/PeakButtons.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ReadoutLine.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ReadoutLine.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ReadoutLine.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ScalingGraph.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ScalingGraph.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ScalingGraph.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/Scatter.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/Scatter.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/Scatter.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/SpansAndLines.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/SpansAndLines.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/SpansAndLines.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/Subgraphs.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/Subgraphs.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/Subgraphs.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/TwinX.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/TwinX.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/TwinX.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ZoomableAsImage.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ZoomableAsImage.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ZoomableAsImage.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ZoomableAxes.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ZoomableAxes.qdoc +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/ZoomableAxes.qml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/__init__.py +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/conway.py +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/examples/gallery.py +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/pyproject.toml +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/requirements.txt +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/setup_venv.ps1 +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/__init__.py +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/fonts/DejaVuSans-Bold.ttf +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/fonts/DejaVuSans-BoldOblique.ttf +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/fonts/DejaVuSans-Oblique.ttf +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/fonts/DejaVuSans.ttf +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/fonts/LICENSE +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/python_exporter.py +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/AllTheAxes.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/AllTheAxes.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/AllTheAxes.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/AllTheAxes_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/BasicHistogram.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/BasicHistogram_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/BasicSinGraph.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/BasicSinGraph.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/BasicSinGraph.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/BasicSinGraphNoPrefabs.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/BasicSinGraphNoPrefabs.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/BasicSinGraphNoPrefabs.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/BasicSinGraphNoPrefabs_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/BasicSinGraph_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/BuiltinColormaps.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/BuiltinColormaps.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/BuiltinColormaps.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/BuiltinColormaps_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ColorMappedImages.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ColorMappedImages.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ColorMappedImages.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ColorMappedImages_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ColorMesh.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ColorMesh.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ColorMesh.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ColorMesh_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/Complex.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/Complex.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/Complex.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/Complex_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/Contours.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/Contours.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/Contours.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/Contours_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/Conway.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/Conway.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/Conway.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/Conway_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/DarkSinGraph.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/DarkSinGraph.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/DarkSinGraph.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/DarkSinGraph_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/DraggableRegion.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/DraggableRegion_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ImageAlignment.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ImageAlignment.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ImageAlignment.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ImageAlignment_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/InvertedAxes.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/InvertedAxes.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/InvertedAxes.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/InvertedAxes_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/PeakButtons.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/PeakButtons.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/PeakButtons.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/PeakButtons_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ScalingGraph.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ScalingGraph.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ScalingGraph.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ScalingGraph_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/SpansAndLines.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/SpansAndLines.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/SpansAndLines.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/SpansAndLines_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/TwinX.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/TwinX.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/TwinX.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/TwinX_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ZoomableAsImage.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ZoomableAsImage.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ZoomableAsImage.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ZoomableAsImage_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ZoomableAxes.dat +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ZoomableAxes.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ZoomableAxes.svg +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/ZoomableAxes_grab.png +0 -0
- {quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/test_exports.py +0 -0
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: QuickGraphLib
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.0a12
|
|
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
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
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
|
|
@@ -41,6 +41,7 @@ Project-URL: Source, https://github.com/refeyn/QuickGraphLib
|
|
|
41
41
|
Requires-Dist: PySide6==6.8.0.2
|
|
42
42
|
Requires-Dist: contourpy
|
|
43
43
|
Requires-Dist: numpy<2
|
|
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"
|
|
@@ -51,7 +52,6 @@ Requires-Dist: pytest-cov; extra == "analyse"
|
|
|
51
52
|
Requires-Dist: scikit-build-core; extra == "analyse"
|
|
52
53
|
Requires-Dist: shiboken6_generator==6.8.0.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
|
|
@@ -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 {
|
|
@@ -1,8 +1,13 @@
|
|
|
1
|
-
# file generated by
|
|
1
|
+
# file generated by setuptools-scm
|
|
2
2
|
# don't change, don't track in version control
|
|
3
|
+
|
|
4
|
+
__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
|
|
5
|
+
|
|
3
6
|
TYPE_CHECKING = False
|
|
4
7
|
if TYPE_CHECKING:
|
|
5
|
-
from typing import Tuple
|
|
8
|
+
from typing import Tuple
|
|
9
|
+
from typing import Union
|
|
10
|
+
|
|
6
11
|
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
7
12
|
else:
|
|
8
13
|
VERSION_TUPLE = object
|
|
@@ -12,5 +17,5 @@ __version__: str
|
|
|
12
17
|
__version_tuple__: VERSION_TUPLE
|
|
13
18
|
version_tuple: VERSION_TUPLE
|
|
14
19
|
|
|
15
|
-
__version__ = version = '0.1.
|
|
20
|
+
__version__ = version = '0.1.0a12'
|
|
16
21
|
__version_tuple__ = version_tuple = (0, 1, 0)
|
|
Binary file
|
|
@@ -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,
|
|
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,
|
|
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="
|
|
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,
|
|
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>
|
{quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/DraggableRegion.dat
RENAMED
|
Binary file
|
{quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/tests/reference_images/DraggableRegion.svg
RENAMED
|
@@ -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,
|
|
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,
|
|
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="
|
|
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,
|
|
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>
|
|
Binary file
|
|
Binary file
|
|
@@ -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,
|
|
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,
|
|
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="
|
|
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,
|
|
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>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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,
|
|
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,
|
|
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="
|
|
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,
|
|
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>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -69,19 +69,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
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,
|
|
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
75
|
</g>
|
|
76
76
|
|
|
77
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
77
|
+
<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)"
|
|
78
78
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
79
79
|
>
|
|
80
|
-
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="
|
|
80
|
+
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="173" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
81
81
|
>Sin</text>
|
|
82
82
|
</g>
|
|
83
83
|
|
|
84
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
84
|
+
<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)"
|
|
85
85
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
86
86
|
>
|
|
87
87
|
</g>
|
|
@@ -496,19 +496,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
496
496
|
>
|
|
497
497
|
</g>
|
|
498
498
|
|
|
499
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
499
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,415,15)"
|
|
500
500
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
501
501
|
>
|
|
502
502
|
</g>
|
|
503
503
|
|
|
504
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
504
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,415,15)"
|
|
505
505
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
506
506
|
>
|
|
507
|
-
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="
|
|
507
|
+
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="160" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
508
508
|
>Cosine</text>
|
|
509
509
|
</g>
|
|
510
510
|
|
|
511
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
511
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,415,15)"
|
|
512
512
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
513
513
|
>
|
|
514
514
|
</g>
|
|
@@ -718,19 +718,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
718
718
|
>
|
|
719
719
|
</g>
|
|
720
720
|
|
|
721
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
721
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,15,315)"
|
|
722
722
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
723
723
|
>
|
|
724
724
|
</g>
|
|
725
725
|
|
|
726
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
726
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,15,315)"
|
|
727
727
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
728
728
|
>
|
|
729
|
-
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="
|
|
729
|
+
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="154.5" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
730
730
|
>Tangent</text>
|
|
731
731
|
</g>
|
|
732
732
|
|
|
733
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
733
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,15,315)"
|
|
734
734
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
735
735
|
>
|
|
736
736
|
</g>
|
|
@@ -1328,19 +1328,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
1328
1328
|
>
|
|
1329
1329
|
</g>
|
|
1330
1330
|
|
|
1331
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
1331
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,415,315)"
|
|
1332
1332
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
1333
1333
|
>
|
|
1334
1334
|
</g>
|
|
1335
1335
|
|
|
1336
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
1336
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,415,315)"
|
|
1337
1337
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
1338
1338
|
>
|
|
1339
|
-
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="
|
|
1339
|
+
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="145.5" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
1340
1340
|
>Cotangent</text>
|
|
1341
1341
|
</g>
|
|
1342
1342
|
|
|
1343
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
1343
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,415,315)"
|
|
1344
1344
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
1345
1345
|
>
|
|
1346
1346
|
</g>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/BasicLegendItem.qml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/GraphItemDragHandler.qml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/helpers/GridHelper.cpp
RENAMED
|
File without changes
|
{quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/GraphItems/helpers/GridHelper.hpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/bindings/ShibokenHelpers.cpp
RENAMED
|
File without changes
|
{quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/bindings/ShibokenHelpers.hpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/helpers/ShapeRepeaterHelper.cpp
RENAMED
|
File without changes
|
{quickgraphlib-0.1.0a11 → quickgraphlib-0.1.0a12}/QuickGraphLib/helpers/ShapeRepeaterHelper.hpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|