标签: c++ qt event-handling
来自doc.qt。
int QApplication::exec() Enters the main event loop and waits until exit() is called
此通话和exit()通话之间会发生什么? paintEvents,cursorMoveEvents,cursorOverObjectEvents,signal,slots等的轮询顺序是什么?他们是否接受过民意调查,如果没有,那么它是如何运作的?
exit()