aboutsummaryrefslogtreecommitdiffstats
path: root/examples/external/networkx/main.py
Commit message (Collapse)AuthorAgeFilesLines
* A networkx graph viewer exampleSacha Schutz2022-10-141-0/+346
Display a networkx graph into a QGraphicsView. The user can move nodes and change the graph's layout with nodes positions animation. Pick-to: 6.4 Task-number: PYSIDE-841 Change-Id: I58bd6585f93caaf678b9961adae00c099c974d29 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>