Open Issues Need Help
View All on GitHub Compound QGraphicsItem object sometimes remains as a "ghost" after deletion, occasionally will crash Python about 1 month ago
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