You can use Microsoft Platform SDK functions to get the heap size at a specific point. If get the heap size at point A in your code, and then again at Read More
posted @ 2016-07-30 00:36 findumars Views(360) Comments(0) Diggs(0)
其实动画的本质就是在每一定时间间隔内显示一帧图像,当这个间隔较短的时候人眼就感觉不出来了,觉得看到的是连续的影像。Qt为开发动画效果的人员提供了一个很好的时间控制类QTimeLine. QTimeLine的最简单用法是 1 QTimeLine timeline=new QTimeLine(1000) Read More
posted @ 2016-07-29 23:26 findumars Views(714) Comments(0) Diggs(0)
http://www.bluefoxah.org/teamtalk/new_tt_deploy.html Read More
posted @ 2016-07-29 22:26 findumars Views(1365) Comments(0) Diggs(0)
dddd Read More
posted @ 2016-07-29 20:03 findumars Views(180) Comments(0) Diggs(0)
QDataStream类提供了二进制数据到QIODevice的串行化。 #include 所 有成员函数的列表。 公有成员 QDataStream () QDataStream ( QIODevice * d ) QDataStream ( QByteArray a, int mode ) virt Read More
posted @ 2016-07-27 23:03 findumars Views(686) Comments(0) Diggs(0)