XPSP2 PSDK Full Download with Local Install Use the full download to copy the entire Windows XP SP2 SDK to a secure computer, then selectively install Read More
posted @ 2016-04-05 17:25 findumars Views(251) Comments(0) Diggs(0)
给c++程序员的一份礼物——常用工具集 【声明】如需复制、传播,请附上本声明,谢谢。原文出处:http://morningspace.51.net/,moyingzz@etang.com 所谓"工欲善其事,必先利其器",从程序员的角度来讲,好工具的使用总会给人带来事半功倍的效果。面对众多工具/软件, Read More
posted @ 2016-04-05 17:20 findumars Views(1557) Comments(0) Diggs(0)
使用setStyleSheet来设置图形界面的外观:QT Style Sheets是一个很有利的工具,允许定制窗口的外观,此外还可以用子类QStyle来完成,他的语法很大比重来源于html的CSS,但是适用于窗口 概括:Style Sheets是文字性的设定,对于整个应用程序可以使用QApplica Read More
posted @ 2016-04-05 17:18 findumars Views(1464) Comments(0) Diggs(0)
在Qt中设置widget背景颜色或者图片方法很多种:重写paintEvent() , 调色板QPalette , 样式表setStyleSheet等等。 但是各种方法都有其注意事项,如果不注意则很容易陷入麻烦中。 1:setStyleSheet() 这个函数我一直很喜欢使用,因为只要写一句就可以实现 Read More
posted @ 2016-04-05 17:09 findumars Views(5816) Comments(0) Diggs(0)
续上文:http://blog.csdn.net/changsheng230/archive/2010/12/27/6101232.aspx 由于最近工作比较忙,出了趟差,还是把这篇长文、好文翻译出来了,以飨读者。同时也是自己很好的消化、学习过程 Qt 线程类 Qt对线程的支持已经有很多年了(发布于 Read More
posted @ 2016-04-05 16:21 findumars Views(358) Comments(0) Diggs(0)