QT信号与槽

参考:

简单例子: http://www.cnblogs.com/MuyouSome/p/3515941.html

基本了解: http://blog.csdn.net/harbinzju/article/details/10813635

详细例子: http://blog.chinaunix.net/uid-20348984-id-1964206.html

深入剖析: http://blog.csdn.net/newthinker_wei/article/details/22785763

 

 

同步与异步问题: 
单线程内,是同步的,仅仅类似函数调用,emit后的语句在槽函数执行完后才执行;多线程当然是异步的,需要自己解决同步问题. 

http://www.cnblogs.com/findumars/p/3993900.html

posted on 2017-12-07 10:55  willaty  阅读(162)  评论(0编辑  收藏  举报

导航