QPostEvent的源码解读
###Qt中的postEvent过程解析用法 app->postEvent(QObject , QEvent);####1.传递给QCoreApplication的postEvent(QObject , QEvent, int NormalEventPriority);postEvent()```void postEvent(QObject *receiver, QEvent*e...