My questions are:
1. Does void QCoreApplication:: processEvents ( QEventLoop::ProcessEventsFlags flags = QEventLoop::AllEvents ) or void QCoreApplication:: processEvents ( QEventLoop:: ProcessEventsFlags flags, int maxtime ) call events processing posted by QCoreApplication:: postEvent() ?
2. Can void QCoreApplication:: processEvents call the event processing posted from a thred (connected by Qt::QueuedConnection) ?
Thanks.