Op woensdag 25 mei 2011 schreef Wilbert: > The problem is that on Windows, while the application is closing itself, > event() gets called (with a QActionEvent) while the super() call results in
I solved the crash by giving the action that was set as defaultAction() for the toolbutton a parent. Deletion is then handled by Qt and now event() is not called on the wrong moment during the object deletion. w best regards, Wilbert Berendsen -- http://www.wilbertberendsen.nl/ "You must be the change you wish to see in the world." -- Mahatma Gandhi _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
