Re: [PySide] Problem with garbage collection

2023-02-08 Thread henry.wede--- via PySide
Hello, Thank you for your reply.  I will have to think about the best way to make this work within the program.  I am still confused a bit. Currently, the user has buttons and context menus to create the custom items in the list view.  This is nice for them because they can easily see the

[PySide] Problem with garbage collection

2023-02-08 Thread henry.wede--- via PySide
Hello, I am trying to track down a " Internal C++ object (RobotPosition) already deleted" error.  The Internet says that my object is being garbage collected because it falls out of scope.  This is part of a big application so I can't just post a folder of code, but please let me try to explain