Andreas Pakulat wrote: > a) __init__ is not empty, it contains the QTableItem initializer > b) the QTableItem initializer needs to be called for the whole thing to > work, else the C++ object-part of AlignTableItem will be deleted right > after the end of __init__. When method is not overrided baseclass method is called.