Hello !

I am creating Qt application which should be able to load DLLs with Qt GUI (dialogs, forms) used as extension to the main App. I am facing problem with creating these dialogs. They obviously need QApplication but i dont want to make another one inside DLL since the dialogs then appear as completely separate App. Despite my effort ive had no luck so far to find any example or hints how to do this properly. Should i somehow pass QApplication pointer to the DLL? If this is the way how should i use the pointer inside DLL? I can provide more details if needed. Thanks in advance.