ddd Read More
posted @ 2016-05-01 23:02
findumars
Views(286)
Comments(0)
Diggs(0)
一直用Qt Creator开发Qt程序,Nokia的Qt Creator实在太慢了,启动慢,编译速度也是超级慢。昨天,终于它慢的让我无法忍受了,我决定抛开手上的一切工作,深入挖掘Qt Creator启动慢的原因。首先,怀疑是给力的Mcafee企业版卡住程序了。试试把Mcafee的一切监控都关闭,没效 Read More
posted @ 2016-05-01 21:07
findumars
Views(1367)
Comments(0)
Diggs(0)
~~~ Read More
posted @ 2016-05-01 20:01
findumars
Views(311)
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(936)
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(830)
Comments(0)
Diggs(0)