一直用Qt Creator开发Qt程序,Nokia的Qt Creator实在太慢了,启动慢,编译速度也是超级慢。昨天,终于它慢的让我无法忍受了,我决定抛开手上的一切工作,深入挖掘Qt Creator启动慢的原因。首先,怀疑是给力的Mcafee企业版卡住程序了。试试把Mcafee的一切监控都关闭,没效 Read More
posted @ 2016-05-01 21:07 findumars Views(1384) Comments(0) Diggs(0)
~~~ Read More
posted @ 2016-05-01 20:01 findumars Views(314) Comments(0) Diggs(0)
var SHExecInfo: SHELLEXECUTEINFO; begin //截图前隐藏主程序窗口 Form1.Hide; //等待截图执行完成 SHExecInfo.cbSize := sizeof(SHELLEXECUTEINFO); SHExecInfo.fMask := SEE_MAS Read More
posted @ 2016-05-01 19:57 findumars Views(939) Comments(0) Diggs(0)
setWindowFlags(Qt::WindowStaysOnTopHint | Qt::SplashScreen | Qt::FramelessWindowHint);setAttribute(Qt::WA_NoBackground, true);setAttribute(Qt::WA_NoSy Read More
posted @ 2016-05-01 04:34 findumars Views(835) Comments(0) Diggs(0)
当用VC++的Application Wizard生成除了CDialog Basiced以外的应用程序时,将自动产生视图类、文档类、主帧窗口类、应用程序类等等。一般来说,程序的核心数据及操作在文档类中实现。跟界面有关的数据及操作在视图类中实现。当需要在某个类中使用不属于该类的数据时,必须要取得该数据 Read More
posted @ 2016-04-28 21:25 findumars Views(932) Comments(0) Diggs(0)