http://ymg97526.blog.163.com/blog/static/173658160201139101120862/http://ymg97526.blog.163.com/blog/static/173658160201131021911946/http://ymg97526.bl... Read More
posted @ 2014-08-11 18:30 findumars Views(464) Comments(0) Diggs(0)
http://social.msdn.microsoft.com/Forums/vstudio/en-US/c0f9bac9-d211-4b8b-ba99-f5a0ed0d2e0a/what-is-wm-id-code-0x0118?forum=vclanguage 编辑框出现输入光标时,产生的消息 Read More
posted @ 2014-08-11 18:00 findumars Views(1443) Comments(0) Diggs(0)
最近学QT,对信号槽机制感到有点新鲜:QObject::connect(slider, SIGNAL(valueChanged(int)), lcd, SLOT(display(int)));自己总结其原理,就是一句话:把两个对象的函数相关(往往是设置同一个值),而不用考虑两个对象之间的关系,而且可... Read More
posted @ 2014-08-11 17:18 findumars Views(3543) Comments(0) Diggs(0)