A graphical node-edge graph editor, in Python and Qt (PySide6)

graphicaleditor graphtheory higraph pyside6 python
1 Open Issue Need Help Last updated: Jul 24, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug and fix a memory leak or reference counting issue in a Python/PySide6 graph editor application. The issue manifests as 'ghost' QGraphicsItems remaining visible in the scene after deletion, sometimes leading to Python crashes. The task involves analyzing existing code, identifying the root cause of the problem (likely related to QGraphicsItem object ownership and garbage collection), and implementing a solution to prevent the memory leak and crashes.

Complexity: 4/5
bug help wanted

A graphical node-edge graph editor, in Python and Qt (PySide6)

Python
#graphicaleditor#graphtheory#higraph#pyside6#python