aboutsummaryrefslogtreecommitdiffstats
path: root/examples/graphs/widgetgallery/variantbardataproxy.py
Commit message (Collapse)AuthorAgeFilesLines
* Move QtGraphs examples aroundFriedemann Kleint2024-02-261-100/+0
| | | | | | | Match the structure in the Qt repo. Change-Id: I372ef102165ce9bbe3cef03f915ad44b82f1fc44 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
* Examples: Fix a number of flake8 errors (part 1)Adrian Herrmann2023-12-061-2/+2
| | | | | | | | | First batch, including low-hanging fruit like Alignments, whitespaces, line length, indents, etc. Pick-to: 6.6 Change-Id: I55966876077f7fddfdc82cbe376677af9995f329 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Add the Qt Graphs widgetgallery exampleFriedemann Kleint2023-07-281-0/+100
It is a copy of the QtDataVisualization graph gallery example adapted to Qt Graphs. Task-number: PYSIDE-2206 Change-Id: I908312b15324dd030f5610508f13299921fafc26 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>