void QCoreApplication::postEvent ( QObject * receiver, QEvent * event ) [static]
Adds the event event, with the object receiver as the receiver of the event, to an event queue and returns immediately!
return immediately!
qt以前的版本有很多限制,比如以前的版本中thread不能使用signal,但是qt4中就可以,也是立即返回,而且可以用自己的event queue,呵呵,欢迎你跟我讨论!