RichEdit是开发中经常使用到的控件,其版本自1.0起,历经好几年,好几次的更新,在此引用一篇介绍RichEdit版本的博文(http://blogs.msdn.com/b/murrays/archive/2006/10/14/richedit-versions.aspx),留个爪印记录下,以备 Read More
posted @ 2016-10-09 22:09 findumars Views(2201) Comments(0) Diggs(0)
在Qt中想要为QAbstractItemView中长度不够而使得内容被截断的项显示ToolTip,Qt官网有一篇文章介绍使用事件过滤器来显示太长的项,但是没有涵盖图标的情况、显示列头项太长的情况等等,这里做了下修改,以符合现在所需。环境:Qt 5.1.0atooltipper.h 123456789 Read More
posted @ 2016-10-09 21:04 findumars Views(1689) Comments(0) Diggs(0)
转自 http://blog.csdn.net/myan/article/details/3247071 孟岩 2008 年的文章,现在看来还是挺有启发, 送给大家,也送给自己。最近微软在技术上连续有大动作,在PDC上发布了Windows Azure云计算平台,预告了Visual Studio 20 Read More
posted @ 2016-10-09 21:03 findumars Views(778) Comments(0) Diggs(0)
http://blog.csdn.net/yangxiao_0203/article/details/7422660 转自http://hi.baidu.com/zj41342626/blog/item/3650cd82a381e9b00cf4d2c9.html [cpp] view plain c Read More
posted @ 2016-10-09 19:22 findumars Views(1022) Comments(0) Diggs(0)
而且QPair从此与各种QMap容器联系了起来,会非常好用。甚至QList也可以成双成对的使用元素了: QList<QPair<int, double> > list;list.append(qMakePair(66, 3.14159)); 以后记得使用这2个类 Read More
posted @ 2016-10-09 05:38 findumars Views(2326) Comments(0) Diggs(0)