qt的connect(timer,SIGNAL(timeout()),SLOT(sendData()));
球解
connect(timer,SIGNAL(timeout()),SLOT(sendData()));
这个函数里面为什么没有receive只有槽函数
谢谢
[解决办法]
不写的话默认就是this
发布时间: 2013-06-19 10:26:41 作者: rapoo
qt的connect(timer,SIGNAL(timeout()),SLOT(sendData()));
球解
connect(timer,SIGNAL(timeout()),SLOT(sendData()));
这个函数里面为什么没有receive只有槽函数
谢谢
[解决办法]
不写的话默认就是this