引用自:http://www.ibm.com/developerworks/cn/linux/guitoolkit/qt/signal-slot/ 的一篇经典文章,是关于Qt的信号和槽的分析的。看年份是2001年,有年头了。 其中: 7.信号与槽不能有缺省参数。 既然signal->slot绑定是发 Read More
posted @ 2016-09-16 19:49
findumars
Views(1730)
Comments(0)
Diggs(0)
http://blog.csdn.net/lh844386434/article/details/6655080 http://download.csdn.net/download/lh844386434/3513082 Read More
posted @ 2016-09-16 19:40
findumars
Views(901)
Comments(0)
Diggs(0)
事情是这样的:今天调试窗体,突然发现按ESC键居然跳过closeEvent()关闭了对话框!我的关闭判断都在closeEvent()里,这直接导致非正常关闭了正在进行的工作。先重建下场景: 调用处: 典型的模态对话框,因为用了exec()。Corpus对话框类中覆盖了closeEvent(),其中父 Read More
posted @ 2016-09-16 18:15
findumars
Views(1894)
Comments(1)
Diggs(0)