I\'m learning how to use Qt with PyQt, and I have a QTabelView with a StandardItemModel I\'ve populated the model successfully and hooked up the itemChanged signal to a slot
You need to hold a reference to an object (i.e. assign it to a variable or store it in a list).
There is no language support for going from an object address directly to an object (i.e. pointer dereferencing).