John Dennis wrote: > Could it be that 'do_' method naming is not subclassing but rather > auto-magic signal connecting via method naming convention? Either way, I > never did find any documentation on it. It could be, but is not the case. do_*() methods *do* override default class handlers. Paul