>>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> + Since the QApplication object does so much Abdelrazak> initialization, it + must be created before any other Abdelrazak> objects related to the user + interface are created. Abdelrazak> + Right now this is not the case. For example, the call to Abdelrazak> + "FontLoader::initFontPath()" below is doned before the Abdelrazak> QApplication + creation. The is absolutely no qt code in initFontPath, so I do not think this applies. Abdelrazak> Moreover, I suspect that a number of global variables + Abdelrazak> contains Qt object that are initialized before the passage Abdelrazak> through + parse_init(). I tried to find them and failed. I suspected qtTimeout objects at some time, but the first one is created after QApplication initialization. JMarc