aboutsummaryrefslogtreecommitdiffstats
path: root/examples/graphs/3d/widgetgraphgallery/variantbardatamapping.py
Commit message (Collapse)AuthorAgeFilesLines
* Port widgetgraphgallery to QRangeModelFriedemann Kleint2025-08-131-68/+0
| | | | | | | | Adapt to qtgraphs/467bcff49d9733ef7c564b6ee0ceffb66a03292d. Task-number: PYSIDE-3011 Change-Id: I875631e17411ca1804854eabad8ef4a0d8be7cea Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
* Python-3.10: Allow the new syntax for Python 3.9Christian Tismer2024-06-201-0/+1
| | | | | | | | Add a future statement to all Python source files. Task-number: PYSIDE-2786 Change-Id: Icd6688c7795a9e16fdcaa829686d57792df27690 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
* Fix naming of the QtGraphs widget graph gallery exampleFriedemann Kleint2024-05-221-0/+67
Rename it to widgetgraphgallery, matching the name in the qtgraphs repo. Change-Id: I5e43b9d9c738860d6e5ede5687fec03b952188fe Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>