diff options
author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2023-08-22 14:41:31 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-02-28 16:52:41 +0100 |
commit | a2486060f78a42739d88a460b47f23b0c75b4a79 (patch) | |
tree | a28e3514997ba132abd72c42829a47ecb003dad4 /sources/pyside6/PySide6/QtGraphs | |
parent | bb35f031a9680be6f8cf92ddc8e2cc9f3e309612 (diff) |
Adapt to Qt 6.7
Task-number: PYSIDE-2497
Change-Id: Id506616710ba06851401cf62511e49967acde71e
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/PySide6/QtGraphs')
-rw-r--r-- | sources/pyside6/PySide6/QtGraphs/CMakeLists.txt | 3 | ||||
-rw-r--r-- | sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml | 6 |
2 files changed, 1 insertions, 8 deletions
diff --git a/sources/pyside6/PySide6/QtGraphs/CMakeLists.txt b/sources/pyside6/PySide6/QtGraphs/CMakeLists.txt index 751f8108e..96977e874 100644 --- a/sources/pyside6/PySide6/QtGraphs/CMakeLists.txt +++ b/sources/pyside6/PySide6/QtGraphs/CMakeLists.txt @@ -31,9 +31,6 @@ ${QtGraphs_GEN_DIR}/qsurface3dseries_wrapper.cpp ${QtGraphs_GEN_DIR}/qsurfacedataitem_wrapper.cpp ${QtGraphs_GEN_DIR}/qsurfacedataproxy_wrapper.cpp ${QtGraphs_GEN_DIR}/q3dbars_wrapper.cpp -${QtGraphs_GEN_DIR}/q3dcamera_wrapper.cpp -${QtGraphs_GEN_DIR}/q3dlight_wrapper.cpp -${QtGraphs_GEN_DIR}/q3dobject_wrapper.cpp ${QtGraphs_GEN_DIR}/q3dscatter_wrapper.cpp ${QtGraphs_GEN_DIR}/q3dscene_wrapper.cpp ${QtGraphs_GEN_DIR}/q3dsurface_wrapper.cpp diff --git a/sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml b/sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml index a0c22cf9c..49993123b 100644 --- a/sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml +++ b/sources/pyside6/PySide6/QtGraphs/typesystem_graphs.xml @@ -133,11 +133,6 @@ </modify-argument> </modify-function> </object-type> - <object-type name="Q3DCamera"> - <enum-type name="CameraPreset"/> - </object-type> - <object-type name="Q3DLight"/> - <object-type name="Q3DObject"/> <object-type name="Q3DScatter"> <modify-function signature="addAxis(QValue3DAxis*)"> <modify-argument index="1"> @@ -201,6 +196,7 @@ <enum-type name="RenderingMode"/> <enum-type name="SelectionFlag" flags="SelectionFlags"/> <enum-type name="ShadowQuality"/> + <enum-type name="CameraPreset" since="6.7"/> <modify-function signature="addCustomItem(QCustom3DItem*)"> <modify-argument index="1"> <parent index="this" action="add"/> |