摘要: QCoreApplication最重要的函数便是exec(),我们便从这个函数开始分析QCoreApplication都干了什么。 先列出exec()函数的源码 static int exec();//函数声明 /*! Enters the main event loop and waits unt 阅读全文
posted @ 2019-10-11 14:39 maxiongying 阅读(3392) 评论(0) 推荐(0)