Hi, some question concerning the relationship between the qt module global qApp attribute and the actual QApplication-derived object which I instanciate? Why is there a qApp object directly after importing the qt module? Is it safe and wise to rebind the qApp with my customized QApplication instance? Yours,