Ejemplo n.º 1
0
def f():     
    a = QObject(None)
    print 'a:',a
    a.connect('destroyed(QObject*)', on_destroy)
    del a