Hi,
Thanks for the reply.
I am converting Qt3 application to Qt4 application . Here application didn't call QApplication::exec() fn before calling postEvent fn.
Event is passed by using QCustomEvent class .
QApplication:ostEvent(QObject*,QCustomEvent*) is called in thread( which is not inherited from QThread ... basic c++ thread using pthread_create() function). customEvent(QCustomEvent*) function is located in the respected QObject class. This customEvent is not getting called after postEvent method is invoked.
The same worked in Qt3, but not working in Qt4..
Regards,
node_ex.
Bookmarks