Does any one know how the event handler manages the posted events?
In my app i have two threads(1:guiThread and 2:computationThread). After an exception is thrown I call postEvent(..)to an existing dialog. The Qt-Event-Handler holds this one back until the dialog is closed.
Sorry my question is a bit cloudy. I will wirte it more exactly, if I have time left. I found a work around. But for me the problem is still interesting.
Thank you so far.