setWindowFlags(Qt::WindowStaysOnTopHint | Qt::SplashScreen | Qt::FramelessWindowHint);setAttribute(Qt::WA_NoBackground, true);setAttribute(Qt::WA_NoSy Read More
posted @ 2016-06-02 18:38
findumars
Views(1198)
Comments(0)
Diggs(0)
便以前的注意事项: 1.包含Python目录下的include和libs 2.拷贝 python27.dll为python27_d.dll 3.python的文件名字不能为test.py,避免发生未知错误 本文章来自网络收集,为了方便所以源码也不是本人的 [cpp] view plain copy Read More
posted @ 2016-06-02 18:35
findumars
Views(767)
Comments(0)
Diggs(0)
对话框在Qt GUI应用程序中有着广泛的用途,对话框有模态、非模态两种情况。 对于参数选择的对话框,一般用模态对话框;对于显示或查看某些内容的对话框,一般用非模态对话框。 对话框类QDialog,官方文档:http://qt-project.org/doc/qt-4.8/qdialog.html 1 Read More
posted @ 2016-06-02 18:34
findumars
Views(3733)
Comments(0)
Diggs(0)
腾讯科技讯(月古)4月7日消息,今天上午,小米创始人、天使投资人雷军在2012年中国互联网站长年会上表示,互联网不是技术,是一种观念,是一种方法论。概括就是“专注、极致、口碑、快”七字诀,自己正是用这七字口诀创办了小米,也帮助20多家公司创业。 在大会上,雷军称,此前,HTC王雪红宣称做精品,结果巴 Read More
posted @ 2016-06-02 18:28
findumars
Views(458)
Comments(0)
Diggs(0)
qt 窗口置顶/真透明/背景模糊/非矩形/跳过任务栏分页器/无边框/无焦点点击/焦点穿透窗口置顶qt 里是 setWindowFlags(Qt::WindowStaysOnTopHint)kde 里是 KWindowSystem::setState(winId(), NET::KeepAbove)这 Read More
posted @ 2016-06-02 18:21
findumars
Views(3145)
Comments(0)
Diggs(0)