On Thursday 22 of April 2010 17:10:47 Giombetti, Marc wrote:
>
> Does anyone have an idea how to initialize the QApplication outside of
> the main method.
>

I don't understand if it is standalone app, or you are hacking jambi to webapp 
( is this possible? ), but try this:

if ( !previouslyInitialized ) {
        QApplication.initialize( new String[] {} );
        previouslyInitialized = true;
}


-- 
Dusan
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to