PyQt6-DataVisualization 6.6.0__tar.gz → 6.7.0__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 (61) hide show
  1. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/ChangeLog +37 -0
  2. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/NEWS +3 -0
  3. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/PKG-INFO +16 -21
  4. PyQt6_DataVisualization-6.6.0/README → PyQt6_DataVisualization-6.7.0/README.md +10 -15
  5. PyQt6_DataVisualization-6.7.0/pyproject.toml +30 -0
  6. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/QtDataVisualizationmod.sip +5 -5
  7. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/q3dbars.sip +2 -2
  8. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/q3dcamera.sip +2 -2
  9. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/q3dinputhandler.sip +2 -2
  10. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/q3dlight.sip +2 -2
  11. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/q3dobject.sip +2 -2
  12. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/q3dscatter.sip +2 -2
  13. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/q3dscene.sip +2 -2
  14. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/q3dsurface.sip +2 -2
  15. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/q3dtheme.sip +2 -2
  16. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qabstract3daxis.sip +2 -2
  17. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qabstract3dgraph.sip +1 -1
  18. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qabstract3dinputhandler.sip +2 -2
  19. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qabstract3dseries.sip +2 -2
  20. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qabstractdataproxy.sip +2 -2
  21. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qbar3dseries.sip +2 -2
  22. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qbardataitem.sip +1 -1
  23. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qbardataproxy.sip +2 -2
  24. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qcategory3daxis.sip +2 -2
  25. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qcustom3ditem.sip +2 -2
  26. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qcustom3dlabel.sip +2 -2
  27. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qcustom3dvolume.sip +2 -2
  28. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qheightmapsurfacedataproxy.sip +2 -2
  29. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qitemmodelbardataproxy.sip +2 -2
  30. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qitemmodelscatterdataproxy.sip +2 -2
  31. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qitemmodelsurfacedataproxy.sip +2 -2
  32. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qlist.sip +1 -1
  33. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qlogvalue3daxisformatter.sip +2 -2
  34. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qscatter3dseries.sip +2 -2
  35. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qscatterdataitem.sip +1 -1
  36. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qscatterdataproxy.sip +2 -2
  37. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qsurface3dseries.sip +2 -2
  38. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qsurfacedataitem.sip +1 -1
  39. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qsurfacedataproxy.sip +2 -2
  40. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qtouch3dinputhandler.sip +2 -2
  41. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qutils.sip +1 -1
  42. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qvalue3daxis.sip +2 -2
  43. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/sip/QtDataVisualization/qvalue3daxisformatter.sip +2 -2
  44. PyQt6_DataVisualization-6.6.0/pyproject.toml +0 -28
  45. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/LICENSE +0 -0
  46. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/examples/bars.py +0 -0
  47. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/examples/custominput/custominput.py +0 -0
  48. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/examples/custominput/data.txt +0 -0
  49. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/examples/customproxy/customproxy.py +0 -0
  50. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/examples/customproxy/raindata.txt +0 -0
  51. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/examples/itemmodel.py +0 -0
  52. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/examples/rotations/mesh/largesphere.obj +0 -0
  53. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/examples/rotations/mesh/narrowarrow.obj +0 -0
  54. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/examples/rotations/rotations.py +0 -0
  55. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/examples/scatter.py +0 -0
  56. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/examples/surface/mountain.png +0 -0
  57. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/examples/surface/surface.py +0 -0
  58. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/examples/volumetric/heightmaps/layer_ground.png +0 -0
  59. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/examples/volumetric/heightmaps/layer_magma.png +0 -0
  60. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/examples/volumetric/heightmaps/layer_water.png +0 -0
  61. {PyQt6_DataVisualization-6.6.0 → PyQt6_DataVisualization-6.7.0}/examples/volumetric/volumetric.py +0 -0
@@ -1,3 +1,40 @@
1
+ 2024-04-04 Phil Thompson <phil@riverbankcomputing.com>
2
+
3
+ * NEWS:
4
+ Updated for Qt v6.7.0.
5
+ [75a967fa7044] [6.7.0]
6
+
7
+ 2024-03-17 Phil Thompson <phil@riverbankcomputing.com>
8
+
9
+ * NEWS, PyQt6-DataVisualization.msp:
10
+ Added support for Qt v6.7.
11
+ [3cd364407231]
12
+
13
+ 2024-02-18 Phil Thompson <phil@riverbankcomputing.com>
14
+
15
+ * README, README.md, pyproject.toml:
16
+ Migrated from [tool.sip.metadata] to [project] in pyproject.toml.
17
+ [9576a3abf060]
18
+
19
+ * NEWS:
20
+ Updated the NEWS file.
21
+ [46d1e93de1ea]
22
+
23
+ * Merged the 6.6-maint branch.
24
+ [8e249f56500e]
25
+
26
+ 2024-01-02 Phil Thompson <phil@riverbankcomputing.com>
27
+
28
+ * NEWS, rb-product.toml:
29
+ Removed the project file.
30
+ [936095131d33] <6.6-maint>
31
+
32
+ 2023-10-25 Phil Thompson <phil@riverbankcomputing.com>
33
+
34
+ * .hgtags:
35
+ Added tag 6.6.0 for changeset c976fdb9e01e
36
+ [27258011464a]
37
+
1
38
  2023-10-22 Phil Thompson <phil@riverbankcomputing.com>
2
39
 
3
40
  * NEWS, PyQt6-DataVisualization.msp:
@@ -1,3 +1,6 @@
1
+ v6.7.0 4th April 2024
2
+ - Added support for Qt v6.7.
3
+
1
4
  v6.6.0 22nd October 2023
2
5
  - Added support for Qt v6.6.
3
6
 
@@ -1,24 +1,22 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PyQt6-DataVisualization
3
- Version: 6.6.0
4
- Requires-Python: >=3.7
3
+ Version: 6.7.0
4
+ Requires-Python: >=3.8
5
5
  Summary: Python bindings for the Qt Data Visualization library
6
- Home-Page: https://www.riverbankcomputing.com/software/pyqtdatavisualization/
7
- Author: Riverbank Computing Limited
8
- Author-Email: info@riverbankcomputing.com
9
- License: GPL v3
6
+ Description-Content-Type: text/markdown
7
+ Project-Url: homepage, https://www.riverbankcomputing.com/software/pyqtdatavisualization/
10
8
  Requires-Dist: PyQt6 (>=6.2.0)
9
+ License: GPL v3
10
+ Author-Email: Riverbank Computing Limited <info@riverbankcomputing.com>
11
11
 
12
- PyQt6-DataVisualization - Python Bindings for the Qt Data Visualization Library
13
- ===============================================================================
12
+ # PyQt6-DataVisualization - Python Bindings for the Qt Data Visualization Library
14
13
 
15
14
  PyQt6-DataVisualization is a set of Python bindings for The Qt Company's Qt
16
15
  Data Visualization library. The bindings sit on top of PyQt6 and are
17
16
  implemented as a single module.
18
17
 
19
18
 
20
- Author
21
- ------
19
+ ## Author
22
20
 
23
21
  PyQt6-DataVisualization is copyright (c) Riverbank Computing Limited. Its
24
22
  homepage is https://www.riverbankcomputing.com/software/pyqtdatavisualization/.
@@ -27,29 +25,26 @@ Support may be obtained from the PyQt mailing list at
27
25
  https://www.riverbankcomputing.com/mailman/listinfo/pyqt/.
28
26
 
29
27
 
30
- License
31
- -------
28
+ ## License
32
29
 
33
30
  PyQt6-DataVisualization is released under the GPL v3 license and under a
34
31
  commercial license that allows for the development of proprietary applications.
35
32
 
36
33
 
37
- Documentation
38
- -------------
34
+ ## Documentation
39
35
 
40
36
  The documentation for the latest release can be found
41
- `here <https://www.riverbankcomputing.com/static/Docs/PyQt6/>`__.
37
+ [here](https://www.riverbankcomputing.com/static/Docs/PyQt6/).
42
38
 
43
39
 
44
- Installation
45
- ------------
40
+ ## Installation
46
41
 
47
- The GPL version of PyQt6-DataVisualization can be installed from PyPI::
42
+ The GPL version of PyQt6-DataVisualization can be installed from PyPI:
48
43
 
49
44
  pip install PyQt6-DataVisualization
50
45
 
51
- ``pip`` will also build and install the bindings from the sdist package but
52
- Qt's ``qmake`` tool must be on ``PATH``.
46
+ `pip` will also build and install the bindings from the sdist package but Qt's
47
+ `qmake` tool must be on `PATH`.
53
48
 
54
- The ``sip-install`` tool will also install the bindings from the sdist package
49
+ The `sip-install` tool will also install the bindings from the sdist package
55
50
  but will allow you to configure many aspects of the installation.
@@ -1,13 +1,11 @@
1
- PyQt6-DataVisualization - Python Bindings for the Qt Data Visualization Library
2
- ===============================================================================
1
+ # PyQt6-DataVisualization - Python Bindings for the Qt Data Visualization Library
3
2
 
4
3
  PyQt6-DataVisualization is a set of Python bindings for The Qt Company's Qt
5
4
  Data Visualization library. The bindings sit on top of PyQt6 and are
6
5
  implemented as a single module.
7
6
 
8
7
 
9
- Author
10
- ------
8
+ ## Author
11
9
 
12
10
  PyQt6-DataVisualization is copyright (c) Riverbank Computing Limited. Its
13
11
  homepage is https://www.riverbankcomputing.com/software/pyqtdatavisualization/.
@@ -16,29 +14,26 @@ Support may be obtained from the PyQt mailing list at
16
14
  https://www.riverbankcomputing.com/mailman/listinfo/pyqt/.
17
15
 
18
16
 
19
- License
20
- -------
17
+ ## License
21
18
 
22
19
  PyQt6-DataVisualization is released under the GPL v3 license and under a
23
20
  commercial license that allows for the development of proprietary applications.
24
21
 
25
22
 
26
- Documentation
27
- -------------
23
+ ## Documentation
28
24
 
29
25
  The documentation for the latest release can be found
30
- `here <https://www.riverbankcomputing.com/static/Docs/PyQt6/>`__.
26
+ [here](https://www.riverbankcomputing.com/static/Docs/PyQt6/).
31
27
 
32
28
 
33
- Installation
34
- ------------
29
+ ## Installation
35
30
 
36
- The GPL version of PyQt6-DataVisualization can be installed from PyPI::
31
+ The GPL version of PyQt6-DataVisualization can be installed from PyPI:
37
32
 
38
33
  pip install PyQt6-DataVisualization
39
34
 
40
- ``pip`` will also build and install the bindings from the sdist package but
41
- Qt's ``qmake`` tool must be on ``PATH``.
35
+ `pip` will also build and install the bindings from the sdist package but Qt's
36
+ `qmake` tool must be on `PATH`.
42
37
 
43
- The ``sip-install`` tool will also install the bindings from the sdist package
38
+ The `sip-install` tool will also install the bindings from the sdist package
44
39
  but will allow you to configure many aspects of the installation.
@@ -0,0 +1,30 @@
1
+ # Specify the build system for the project.
2
+ [build-system]
3
+ requires = ["sip >=6.8, <7", "PyQt-builder >=1.10, <2"]
4
+ build-backend = "sipbuild.api"
5
+
6
+ [project]
7
+ name = "PyQt6-DataVisualization"
8
+ version = "6.7.0"
9
+ description = "Python bindings for the Qt Data Visualization library"
10
+ readme = "README.md"
11
+ urls.homepage = "https://www.riverbankcomputing.com/software/pyqtdatavisualization/"
12
+ dependencies = ["PyQt6 (>=6.2.0)"]
13
+ license = {text = "GPL v3"}
14
+
15
+ [[project.authors]]
16
+ name = "Riverbank Computing Limited"
17
+ email = "info@riverbankcomputing.com"
18
+
19
+
20
+ # Specify a PyQt-based project.
21
+ [tool.sip]
22
+ project-factory = "pyqtbuild:PyQtProject"
23
+
24
+ # Configure the project.
25
+ [tool.sip.project]
26
+ tag-prefix = "QtDataVisualization"
27
+
28
+ # Define and configure each set of bindings.
29
+ [tool.sip.bindings.QtDataVisualization]
30
+ qmake-QT = ["datavisualization"]
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -24,10 +24,10 @@
24
24
 
25
25
  %Import QtGui/QtGuimod.sip
26
26
 
27
- %Timeline {QtDataVisualization_6_0_0 QtDataVisualization_6_1_0 QtDataVisualization_6_2_0 QtDataVisualization_6_3_0 QtDataVisualization_6_4_0 QtDataVisualization_6_5_0 QtDataVisualization_6_6_0}
27
+ %Timeline {QtDataVisualization_6_0_0 QtDataVisualization_6_1_0 QtDataVisualization_6_2_0 QtDataVisualization_6_3_0 QtDataVisualization_6_4_0 QtDataVisualization_6_5_0 QtDataVisualization_6_6_0 QtDataVisualization_6_7_0}
28
28
 
29
29
  %Copying
30
- Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
30
+ Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
31
31
 
32
32
  This file is part of PyQt6-DataVisualization.
33
33
 
@@ -51,8 +51,8 @@ int PYQT_DATAVISUALIZATION_VERSION;
51
51
  const char *PYQT_DATAVISUALIZATION_VERSION_STR;
52
52
 
53
53
  %ModuleCode
54
- static int PYQT_DATAVISUALIZATION_VERSION = 0x060600;
55
- static const char *PYQT_DATAVISUALIZATION_VERSION_STR = "6.6.0";
54
+ static int PYQT_DATAVISUALIZATION_VERSION = 0x060700;
55
+ static const char *PYQT_DATAVISUALIZATION_VERSION_STR = "6.7.0";
56
56
  %End
57
57
 
58
58
  %Include q3dbars.sip
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class Q3DBars : QAbstract3DGraph
23
+ class Q3DBars : public QAbstract3DGraph
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <q3dbars.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class Q3DCamera : Q3DObject
23
+ class Q3DCamera : public Q3DObject
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <q3dcamera.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class Q3DInputHandler : QAbstract3DInputHandler
23
+ class Q3DInputHandler : public QAbstract3DInputHandler
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <q3dinputhandler.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class Q3DLight : Q3DObject
23
+ class Q3DLight : public Q3DObject
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <q3dlight.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class Q3DObject : QObject
23
+ class Q3DObject : public QObject
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <q3dobject.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class Q3DScatter : QAbstract3DGraph
23
+ class Q3DScatter : public QAbstract3DGraph
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <q3dscatter.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class Q3DScene : QObject
23
+ class Q3DScene : public QObject
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <q3dscene.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class Q3DSurface : QAbstract3DGraph
23
+ class Q3DSurface : public QAbstract3DGraph
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <q3dsurface.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class Q3DTheme : QObject
23
+ class Q3DTheme : public QObject
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <q3dtheme.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class QAbstract3DAxis : QObject /NoDefaultCtors/
23
+ class QAbstract3DAxis : public QObject /NoDefaultCtors/
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <qabstract3daxis.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class QAbstract3DInputHandler : QObject
23
+ class QAbstract3DInputHandler : public QObject
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <qabstract3dinputhandler.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class QAbstract3DSeries : QObject /NoDefaultCtors/
23
+ class QAbstract3DSeries : public QObject /NoDefaultCtors/
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <qabstract3dseries.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class QAbstractDataProxy : QObject /NoDefaultCtors/
23
+ class QAbstractDataProxy : public QObject /NoDefaultCtors/
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <qabstractdataproxy.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class QBar3DSeries : QAbstract3DSeries
23
+ class QBar3DSeries : public QAbstract3DSeries
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <qbar3dseries.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -23,7 +23,7 @@
23
23
  typedef QList<QBarDataItem> QBarDataRow;
24
24
  typedef QList<QList<QBarDataItem> *> QBarDataArray;
25
25
 
26
- class QBarDataProxy : QAbstractDataProxy
26
+ class QBarDataProxy : public QAbstractDataProxy
27
27
  {
28
28
  %TypeHeaderCode
29
29
  #include <qbardataproxy.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class QCategory3DAxis : QAbstract3DAxis
23
+ class QCategory3DAxis : public QAbstract3DAxis
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <qcategory3daxis.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class QCustom3DItem : QObject
23
+ class QCustom3DItem : public QObject
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <qcustom3ditem.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class QCustom3DLabel : QCustom3DItem
23
+ class QCustom3DLabel : public QCustom3DItem
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <qcustom3dlabel.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -173,7 +173,7 @@
173
173
  %End
174
174
  };
175
175
 
176
- class QCustom3DVolume : QCustom3DItem
176
+ class QCustom3DVolume : public QCustom3DItem
177
177
  {
178
178
  %TypeHeaderCode
179
179
  #include <qcustom3dvolume.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class QHeightMapSurfaceDataProxy : QSurfaceDataProxy
23
+ class QHeightMapSurfaceDataProxy : public QSurfaceDataProxy
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <qheightmapsurfacedataproxy.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class QItemModelBarDataProxy : QBarDataProxy
23
+ class QItemModelBarDataProxy : public QBarDataProxy
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <qitemmodelbardataproxy.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class QItemModelScatterDataProxy : QScatterDataProxy
23
+ class QItemModelScatterDataProxy : public QScatterDataProxy
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <qitemmodelscatterdataproxy.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class QItemModelSurfaceDataProxy : QSurfaceDataProxy
23
+ class QItemModelSurfaceDataProxy : public QSurfaceDataProxy
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <qitemmodelsurfacedataproxy.h>
@@ -1,6 +1,6 @@
1
1
  // This is the SIP interface definition for the QList based mapped types.
2
2
  //
3
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
3
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
4
4
  //
5
5
  // This file is part of PyQt6-DataVisualization.
6
6
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class QLogValue3DAxisFormatter : QValue3DAxisFormatter
23
+ class QLogValue3DAxisFormatter : public QValue3DAxisFormatter
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <qlogvalue3daxisformatter.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class QScatter3DSeries : QAbstract3DSeries
23
+ class QScatter3DSeries : public QAbstract3DSeries
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <qscatter3dseries.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -22,7 +22,7 @@
22
22
 
23
23
  typedef QList<QScatterDataItem> QScatterDataArray;
24
24
 
25
- class QScatterDataProxy : QAbstractDataProxy
25
+ class QScatterDataProxy : public QAbstractDataProxy
26
26
  {
27
27
  %TypeHeaderCode
28
28
  #include <qscatterdataproxy.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class QSurface3DSeries : QAbstract3DSeries
23
+ class QSurface3DSeries : public QAbstract3DSeries
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <qsurface3dseries.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -23,7 +23,7 @@
23
23
  typedef QList<QSurfaceDataItem> QSurfaceDataRow;
24
24
  typedef QList<QList<QSurfaceDataItem> *> QSurfaceDataArray;
25
25
 
26
- class QSurfaceDataProxy : QAbstractDataProxy
26
+ class QSurfaceDataProxy : public QAbstractDataProxy
27
27
  {
28
28
  %TypeHeaderCode
29
29
  #include <qsurfacedataproxy.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class QTouch3DInputHandler : Q3DInputHandler
23
+ class QTouch3DInputHandler : public Q3DInputHandler
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <qtouch3dinputhandler.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class QValue3DAxis : QAbstract3DAxis
23
+ class QValue3DAxis : public QAbstract3DAxis
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <qvalue3daxis.h>
@@ -2,7 +2,7 @@
2
2
  //
3
3
  // This file is part of the QtDataVisualization Python extension module.
4
4
  //
5
- // Copyright (c) 2023 Riverbank Computing Limited <info@riverbankcomputing.com>
5
+ // Copyright (c) 2024 Riverbank Computing Limited <info@riverbankcomputing.com>
6
6
  //
7
7
  // This file is part of PyQt6-DataVisualization.
8
8
  //
@@ -20,7 +20,7 @@
20
20
  // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
21
21
 
22
22
 
23
- class QValue3DAxisFormatter : QObject
23
+ class QValue3DAxisFormatter : public QObject
24
24
  {
25
25
  %TypeHeaderCode
26
26
  #include <qvalue3daxisformatter.h>
@@ -1,28 +0,0 @@
1
- # Specify the build system for the project.
2
- [build-system]
3
- requires = ["sip >=6, <7", "PyQt-builder >=1.10, <2"]
4
- build-backend = "sipbuild.api"
5
-
6
- # Specify the PEP 566 metadata for the project.
7
- [tool.sip.metadata]
8
- name = "PyQt6-DataVisualization"
9
- version = "6.6.0"
10
- summary = "Python bindings for the Qt Data Visualization library"
11
- home-page = "https://www.riverbankcomputing.com/software/pyqtdatavisualization/"
12
- author = "Riverbank Computing Limited"
13
- author-email = "info@riverbankcomputing.com"
14
- license = "GPL v3"
15
- description-file = "README"
16
- requires-dist = "PyQt6 (>=6.2.0)"
17
-
18
- # Specify a PyQt-based project.
19
- [tool.sip]
20
- project-factory = "pyqtbuild:PyQtProject"
21
-
22
- # Configure the project.
23
- [tool.sip.project]
24
- tag-prefix = "QtDataVisualization"
25
-
26
- # Define and configure each set of bindings.
27
- [tool.sip.bindings.QtDataVisualization]
28
- qmake-QT = ["datavisualization"]