On Wednesday 30 of September 2009 15:27:32 Aekold Helbrass wrote:

> You can do it like this:
>             QApplication.invokeLater(new Runnable() {
>
>                 public void run() {
>                     // construct and show message box here
>                 }
>
>             });
>
> It worked when I checked it last time. The only thing - I am not sure
> how to return answer to other thread.

Thank you.

I will return answer using some static variable ( thread safe way of course ).

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

Reply via email to