引用自: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)
smsniff tcpreplay http://www.oschina.net/news/77025/wireshark-2-2-0 Read More
posted @ 2016-09-14 05:37 findumars Views(199) Comments(0) Diggs(0)
网上说的方法:(额~但是我就是不能用。但是也贴出来) 方法1、直接把整个文件格式化了一次,断点就可以用了Ctrl + A全选菜单:编辑-〉高级-〉设置选定内容的格式 (Ctrl+K, Ctrl+F)通过比较文件发现是由于制表符Tab(0x09)引起的,原因不详。 方法2:整个工程重新生成。 方法3: Read More
posted @ 2016-09-14 04:10 findumars Views(690) Comments(0) Diggs(0)