QuickGraphLib 0.1.0a3__tar.gz → 0.1.0a5__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.0a3 → quickgraphlib-0.1.0a5}/CMakeLists.txt +25 -25
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/LICENCE +20 -20
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/MANIFEST.in +4 -3
- {quickgraphlib-0.1.0a3/QuickGraphLib.egg-info → quickgraphlib-0.1.0a5}/PKG-INFO +78 -78
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/AntialiasingContainer.qml +18 -18
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/Axis.qml +187 -183
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/CMakeLists.txt +27 -27
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/GraphArea.qml +57 -57
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/GraphItems/AxHLine.qml +34 -34
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/GraphItems/AxHSpan.qml +46 -46
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/GraphItems/AxVLine.qml +34 -34
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/GraphItems/AxVSpan.qml +46 -46
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/GraphItems/BasicLegend.qml +31 -31
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/GraphItems/BasicLegendItem.qml +57 -57
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/GraphItems/CMakeLists.txt +27 -27
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/GraphItems/Contour.qml +34 -34
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/GraphItems/GraphItemDragHandler.qml +39 -39
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/GraphItems/Grid.qml +39 -39
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/GraphItems/Histogram.qml +39 -39
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/GraphItems/Line.qml +57 -57
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/GraphItems/Marker.qml +30 -30
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/GraphItems/helpers/GridHelper.cpp +26 -26
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/GraphItems/helpers/GridHelper.hpp +58 -58
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/GraphItems/helpers/HistogramHelper.cpp +45 -45
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/GraphItems/helpers/HistogramHelper.hpp +59 -59
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/PreFabs/CMakeLists.txt +21 -21
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/PreFabs/XYAxes.qml +106 -105
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/ScalingContainer.qml +38 -38
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/ShapeRepeater.qml +22 -22
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/TickLabel.qml +52 -52
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/ZoomPanHandler.qml +78 -78
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/doc/AxesGridLayout.svg +2 -2
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/doc/export.qdoc +23 -23
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/doc/graphitems.qdoc +20 -20
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/doc/graphstructure.qdoc +139 -139
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/doc/index.qdoc +55 -55
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/doc/interaction.qdoc +12 -12
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/doc/module.qdoc +28 -28
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/doc/prefabs.qdoc +20 -20
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/doc/python_helpers.qdoc +45 -45
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/helpers/AxisHelper.cpp +139 -139
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/helpers/AxisHelper.hpp +107 -107
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/helpers/Foreign.hpp +13 -13
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/helpers/Helpers.cpp +361 -332
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib/helpers/Helpers.hpp +23 -21
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5/QuickGraphLib.egg-info}/PKG-INFO +78 -78
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib.egg-info/SOURCES.txt +5 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/README.md +25 -25
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/AllTheAxes.qdoc +12 -12
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/AllTheAxes.qml +94 -94
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/BasicHistogram.qdoc +12 -12
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/BasicHistogram.qml +67 -67
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/BasicSinGraph.qdoc +12 -12
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/BasicSinGraph.qml +34 -34
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/BasicSinGraphNoPrefabs.qdoc +16 -16
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/BasicSinGraphNoPrefabs.qml +76 -76
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/Complex.qdoc +12 -12
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/Complex.qml +219 -219
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/Contours.qdoc +12 -12
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/Contours.qml +71 -71
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/DarkSinGraph.qdoc +12 -12
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/DarkSinGraph.qml +45 -45
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/DraggableRegion.qdoc +12 -12
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/DraggableRegion.qml +88 -88
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/ExampleGallery.qml +150 -150
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/InvertedAxes.qdoc +12 -12
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/InvertedAxes.qml +23 -23
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/ReadoutLine.qdoc +12 -12
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/ReadoutLine.qml +53 -53
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/ScalingGraph.qdoc +12 -12
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/ScalingGraph.qml +84 -84
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/Scatter.qdoc +12 -12
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/Scatter.qml +28 -28
- quickgraphlib-0.1.0a5/examples/SpansAndLines.png +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/SpansAndLines.qdoc +12 -12
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/SpansAndLines.qml +63 -59
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/Subgraphs.qdoc +12 -12
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/Subgraphs.qml +83 -83
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/TwinX.qdoc +12 -12
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/TwinX.qml +90 -90
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/ZoomableAsImage.qdoc +12 -12
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/ZoomableAsImage.qml +46 -46
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/ZoomableAxes.qdoc +12 -12
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/ZoomableAxes.qml +119 -119
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/pyproject.toml +91 -63
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/quickgraphlib_helpers/__init__.py +8 -8
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/quickgraphlib_helpers/consts.py +6 -6
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/quickgraphlib_helpers/contours.py +79 -79
- quickgraphlib-0.1.0a5/setup.cfg +7 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/setup.py +74 -74
- quickgraphlib-0.1.0a3/examples/SpansAndLines.png +0 -0
- quickgraphlib-0.1.0a3/setup.cfg +0 -4
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib.egg-info/dependency_links.txt +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib.egg-info/requires.txt +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/QuickGraphLib.egg-info/top_level.txt +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/AllTheAxes.png +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/BasicHistogram.png +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/BasicSinGraph.png +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/BasicSinGraphNoPrefabs.png +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/Complex.png +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/Contours.png +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/DarkSinGraph.png +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/DraggableRegion.png +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/ExampleGallery.png +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/InvertedAxes.png +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/ReadoutLine.png +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/ScalingGraph.png +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/Scatter.png +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/Subgraphs.png +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/TwinX.png +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/ZoomableAsImage.png +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/examples/ZoomableAxes.png +0 -0
- {quickgraphlib-0.1.0a3 → quickgraphlib-0.1.0a5}/quickgraphlib_helpers/py.typed +0 -0
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: Copyright (c) 2024 Refeyn Ltd and other QuickGraphLib contributors
|
|
2
|
-
# SPDX-License-Identifier: MIT
|
|
3
|
-
|
|
4
|
-
cmake_minimum_required(VERSION 3.16)
|
|
5
|
-
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "" FORCE)
|
|
6
|
-
|
|
7
|
-
project(qmlmodule VERSION 1.0.0 LANGUAGES CXX)
|
|
8
|
-
|
|
9
|
-
set(CMAKE_CXX_STANDARD 17)
|
|
10
|
-
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
|
11
|
-
|
|
12
|
-
if(MSVC)
|
|
13
|
-
add_compile_options(/W4)
|
|
14
|
-
else()
|
|
15
|
-
add_compile_options(-Wextra -Wpedantic -Werror)
|
|
16
|
-
endif()
|
|
17
|
-
|
|
18
|
-
if(NOT INSTALL_SUBPATH)
|
|
19
|
-
set(INSTALL_SUBPATH ${CMAKE_INSTALL_LIBDIR}/qml CACHE STRING "Install subpath (defaults to lib/qml)")
|
|
20
|
-
endif()
|
|
21
|
-
|
|
22
|
-
find_package(Qt6 REQUIRED COMPONENTS Quick Svg)
|
|
23
|
-
qt_standard_project_setup(REQUIRES 6.5)
|
|
24
|
-
|
|
25
|
-
add_subdirectory(QuickGraphLib)
|
|
1
|
+
# SPDX-FileCopyrightText: Copyright (c) 2024 Refeyn Ltd and other QuickGraphLib contributors
|
|
2
|
+
# SPDX-License-Identifier: MIT
|
|
3
|
+
|
|
4
|
+
cmake_minimum_required(VERSION 3.16)
|
|
5
|
+
set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "" FORCE)
|
|
6
|
+
|
|
7
|
+
project(qmlmodule VERSION 1.0.0 LANGUAGES CXX)
|
|
8
|
+
|
|
9
|
+
set(CMAKE_CXX_STANDARD 17)
|
|
10
|
+
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
|
11
|
+
|
|
12
|
+
if(MSVC)
|
|
13
|
+
add_compile_options(/W4)
|
|
14
|
+
else()
|
|
15
|
+
add_compile_options(-Wextra -Wpedantic -Werror -fno-visibility-inlines-hidden)
|
|
16
|
+
endif()
|
|
17
|
+
|
|
18
|
+
if(NOT INSTALL_SUBPATH)
|
|
19
|
+
set(INSTALL_SUBPATH ${CMAKE_INSTALL_LIBDIR}/qml CACHE STRING "Install subpath (defaults to lib/qml)")
|
|
20
|
+
endif()
|
|
21
|
+
|
|
22
|
+
find_package(Qt6 REQUIRED COMPONENTS Quick Svg)
|
|
23
|
+
qt_standard_project_setup(REQUIRES 6.5)
|
|
24
|
+
|
|
25
|
+
add_subdirectory(QuickGraphLib)
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2024 Refeyn Ltd and other QuickGraphLib contributors
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024 Refeyn Ltd and other QuickGraphLib contributors
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
21
|
SOFTWARE.
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
recursive-include . CMakeLists.txt
|
|
2
|
-
recursive-include QuickGraphLib *.qml *.svg *.qdoc *.cpp *.hpp
|
|
3
|
-
recursive-include examples *.qml *.png *.qdoc
|
|
1
|
+
recursive-include . CMakeLists.txt
|
|
2
|
+
recursive-include QuickGraphLib *.qml *.svg *.qdoc *.cpp *.hpp
|
|
3
|
+
recursive-include examples *.qml *.png *.qdoc
|
|
4
|
+
include quickgraphlib_helpers/py.typed
|
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: QuickGraphLib
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary: A scientific graphing library for QtQuick
|
|
5
|
-
Author-email: Matthew Joyce <matthew.joyce@refeyn.com>
|
|
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.
|
|
27
|
-
Project-URL: Homepage, https://github.com/refeyn/QuickGraphLib
|
|
28
|
-
Project-URL: Issues, https://github.com/refeyn/QuickGraphLib/issues
|
|
29
|
-
Project-URL: Documentation, https://refeyn.github.io/QuickGraphLib
|
|
30
|
-
Project-URL: Source, https://github.com/refeyn/QuickGraphLib
|
|
31
|
-
Classifier: Development Status :: 3 - Alpha
|
|
32
|
-
Classifier: Environment :: X11 Applications :: Qt
|
|
33
|
-
Classifier: Intended Audience :: Science/Research
|
|
34
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
35
|
-
Classifier: Operating System :: OS Independent
|
|
36
|
-
Classifier: Programming Language :: Python
|
|
37
|
-
Classifier: Topic :: Multimedia :: Graphics :: Presentation
|
|
38
|
-
Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
39
|
-
Classifier: Topic :: Software Development :: User Interfaces
|
|
40
|
-
Classifier: Typing :: Typed
|
|
41
|
-
Description-Content-Type: text/markdown
|
|
42
|
-
License-File: LICENCE
|
|
43
|
-
Requires-Dist: PySide6
|
|
44
|
-
Requires-Dist: contourpy
|
|
45
|
-
Provides-Extra: analyse
|
|
46
|
-
Requires-Dist: black; extra == "analyse"
|
|
47
|
-
Requires-Dist: pylint; extra == "analyse"
|
|
48
|
-
Requires-Dist: mypy; extra == "analyse"
|
|
49
|
-
Requires-Dist: pre-commit; extra == "analyse"
|
|
50
|
-
Requires-Dist: lxml; extra == "analyse"
|
|
51
|
-
Requires-Dist: pytest; extra == "analyse"
|
|
52
|
-
Requires-Dist: pytest-cov; extra == "analyse"
|
|
53
|
-
|
|
54
|
-
# QuickGraphLib
|
|
55
|
-
|
|
56
|
-
A scientific graphing library for [QtQuick](https://doc.qt.io/qt-6/qtquick-index.html) using Qt6.
|
|
57
|
-
|
|
58
|
-
Links:
|
|
59
|
-
- [Online documentation](https://refeyn.github.io/QuickGraphLib)
|
|
60
|
-
- [PyPI page](https://pypi.org/project/QuickGraphLib/)
|
|
61
|
-
|
|
62
|
-
Key advantages:
|
|
63
|
-
|
|
64
|
-
- Written in C++ and QML (with some optional Python helpers), so it can be used in both C++ and Python projects
|
|
65
|
-
- QtQuick's hardware-based rendering makes this library render very fast
|
|
66
|
-
- Support for line graphs, histograms, contour plots and more
|
|
67
|
-
- Interactivity supported natively though declarative bindings and QtQuick
|
|
68
|
-
- Support for PNG and SVG export
|
|
69
|
-
|
|
70
|
-
## Examples
|
|
71
|
-
|
|
72
|
-
The example gallery can be run using (provided the Python environment has [PySide6](https://pypi.org/project/PySide6/) and [contourpy](https://pypi.org/project/contourpy/) installed):
|
|
73
|
-
|
|
74
|
-
```bash
|
|
75
|
-
python examples\gallery.py
|
|
76
|
-
```
|
|
77
|
-
|
|
78
|
-
<p align="center"><img src="https://github.com/refeyn/QuickGraphLib/assets/103422031/56fdff62-ef77-4184-9f43-59a76b92d728" width="80%"></p>
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: QuickGraphLib
|
|
3
|
+
Version: 0.1.0a5
|
|
4
|
+
Summary: A scientific graphing library for QtQuick
|
|
5
|
+
Author-email: Matthew Joyce <matthew.joyce@refeyn.com>
|
|
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.
|
|
27
|
+
Project-URL: Homepage, https://github.com/refeyn/QuickGraphLib
|
|
28
|
+
Project-URL: Issues, https://github.com/refeyn/QuickGraphLib/issues
|
|
29
|
+
Project-URL: Documentation, https://refeyn.github.io/QuickGraphLib
|
|
30
|
+
Project-URL: Source, https://github.com/refeyn/QuickGraphLib
|
|
31
|
+
Classifier: Development Status :: 3 - Alpha
|
|
32
|
+
Classifier: Environment :: X11 Applications :: Qt
|
|
33
|
+
Classifier: Intended Audience :: Science/Research
|
|
34
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
35
|
+
Classifier: Operating System :: OS Independent
|
|
36
|
+
Classifier: Programming Language :: Python
|
|
37
|
+
Classifier: Topic :: Multimedia :: Graphics :: Presentation
|
|
38
|
+
Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
39
|
+
Classifier: Topic :: Software Development :: User Interfaces
|
|
40
|
+
Classifier: Typing :: Typed
|
|
41
|
+
Description-Content-Type: text/markdown
|
|
42
|
+
License-File: LICENCE
|
|
43
|
+
Requires-Dist: PySide6
|
|
44
|
+
Requires-Dist: contourpy
|
|
45
|
+
Provides-Extra: analyse
|
|
46
|
+
Requires-Dist: black; extra == "analyse"
|
|
47
|
+
Requires-Dist: pylint; extra == "analyse"
|
|
48
|
+
Requires-Dist: mypy; extra == "analyse"
|
|
49
|
+
Requires-Dist: pre-commit; extra == "analyse"
|
|
50
|
+
Requires-Dist: lxml; extra == "analyse"
|
|
51
|
+
Requires-Dist: pytest; extra == "analyse"
|
|
52
|
+
Requires-Dist: pytest-cov; extra == "analyse"
|
|
53
|
+
|
|
54
|
+
# QuickGraphLib
|
|
55
|
+
|
|
56
|
+
A scientific graphing library for [QtQuick](https://doc.qt.io/qt-6/qtquick-index.html) using Qt6.
|
|
57
|
+
|
|
58
|
+
Links:
|
|
59
|
+
- [Online documentation](https://refeyn.github.io/QuickGraphLib)
|
|
60
|
+
- [PyPI page](https://pypi.org/project/QuickGraphLib/)
|
|
61
|
+
|
|
62
|
+
Key advantages:
|
|
63
|
+
|
|
64
|
+
- Written in C++ and QML (with some optional Python helpers), so it can be used in both C++ and Python projects
|
|
65
|
+
- QtQuick's hardware-based rendering makes this library render very fast
|
|
66
|
+
- Support for line graphs, histograms, contour plots and more
|
|
67
|
+
- Interactivity supported natively though declarative bindings and QtQuick
|
|
68
|
+
- Support for PNG and SVG export
|
|
69
|
+
|
|
70
|
+
## Examples
|
|
71
|
+
|
|
72
|
+
The example gallery can be run using (provided the Python environment has [PySide6](https://pypi.org/project/PySide6/) and [contourpy](https://pypi.org/project/contourpy/) installed):
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
python examples\gallery.py
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
<p align="center"><img src="https://github.com/refeyn/QuickGraphLib/assets/103422031/56fdff62-ef77-4184-9f43-59a76b92d728" width="80%"></p>
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
// SPDX-FileCopyrightText: Copyright (c) 2024 Refeyn Ltd and other QuickGraphLib contributors
|
|
2
|
-
// SPDX-License-Identifier: MIT
|
|
3
|
-
|
|
4
|
-
import QtQuick
|
|
5
|
-
|
|
6
|
-
/*!
|
|
7
|
-
\qmltype AntialiasingContainer
|
|
8
|
-
\inqmlmodule QuickGraphLib
|
|
9
|
-
\inherits QtQuick::Item
|
|
10
|
-
\brief Enables antialiasing for it's contents.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
Item {
|
|
14
|
-
implicitHeight: 100
|
|
15
|
-
implicitWidth: 100
|
|
16
|
-
layer.enabled: true // Improves rendering of fractional DPIs
|
|
17
|
-
layer.samples: 2
|
|
18
|
-
}
|
|
1
|
+
// SPDX-FileCopyrightText: Copyright (c) 2024 Refeyn Ltd and other QuickGraphLib contributors
|
|
2
|
+
// SPDX-License-Identifier: MIT
|
|
3
|
+
|
|
4
|
+
import QtQuick
|
|
5
|
+
|
|
6
|
+
/*!
|
|
7
|
+
\qmltype AntialiasingContainer
|
|
8
|
+
\inqmlmodule QuickGraphLib
|
|
9
|
+
\inherits QtQuick::Item
|
|
10
|
+
\brief Enables antialiasing for it's contents.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
Item {
|
|
14
|
+
implicitHeight: 100
|
|
15
|
+
implicitWidth: 100
|
|
16
|
+
layer.enabled: true // Improves rendering of fractional DPIs
|
|
17
|
+
layer.samples: 2
|
|
18
|
+
}
|