Qt的事件分发机制
1.Qt事件来源之一是由以下调用产生
这两个调用指定了事件的接收者receiver和事件event
[static] bool QCoreApplication::sendEvent(QObject *receiver, QEvent *event)
[static] void QCoreApplication::postEvent(QObject *receiver
Qt的事件分发机制
1.Qt事件来源之一是由以下调用产生
这两个调用指定了事件的接收者receiver和事件event
[static] bool QCoreApplication::sendEvent(QObject *receiver, QEvent *event)
[static] void QCoreApplication::postEvent(QObject *receiver