diff options
| author | Ece Cinucen <ece.cinucen@qt.io> | 2024-11-14 12:22:59 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-11-14 13:02:28 +0000 |
| commit | 649592a8cbc9c656a7b9be77f043538bf4e242d5 (patch) | |
| tree | 7d13707203d3bde6eef4b5b5f57cabcf82212bc0 /sources/pyside6/tests/QtGraphs/QtGraphs.pyproject | |
| parent | fcd6d2ee101e0d5a16f60c3c8edde455d674edd5 (diff) | |
PySide: Add numpy support for QtGraphs
Added appendNp and replaceNp
Added test for appendNp and replaceNp
Added the missing file "qcharts_numpy_test.py" to QtCharts .pyproject
Pick-to: 6.8 6.8.1 6.5
Change-Id: I55aeba0fd117a8a82c3f69e18a50358936610af9
Reviewed-by: Christian Tismer <tismer@stackless.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside6/tests/QtGraphs/QtGraphs.pyproject')
| -rw-r--r-- | sources/pyside6/tests/QtGraphs/QtGraphs.pyproject | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtGraphs/QtGraphs.pyproject b/sources/pyside6/tests/QtGraphs/QtGraphs.pyproject new file mode 100644 index 000000000..b15b05b6c --- /dev/null +++ b/sources/pyside6/tests/QtGraphs/QtGraphs.pyproject @@ -0,0 +1,3 @@ +{ + "files": ["qgraphs_numpy_test.py"] +} |
