QML弹出窗口组件,灯箱效果、动画效果,可拖拽 核心思路:一个mask层,一个最顶层,都用rectangle,禁止事件穿透 使用 Popup { id: popup width: 200; height: 300 x: 200; y:100 z: 101 opacity: 0.8 visible: Read More
posted @ 2016-04-09 00:29 findumars Views(1602) Comments(0) Diggs(0)
但主界面仍可操作。 我估计是,线程运行崩溃,不影响主界面的运行(如果你不去点击那个确认错误的对话框的话)。 仔细分析,我估计是使用锁不当引起的。有2种情况下必崩溃: 1. 对没有上锁的锁进行解锁 2. 对已经上锁的锁再次尝试上锁,此时界面卡死,但不崩溃。但毕竟不可能无限等待,除非第一次上锁后代码顺利 Read More
posted @ 2016-04-08 22:47 findumars Views(669) Comments(0) Diggs(0)
Only applicable when Themes are enabled in applications on Windows XP. Causes the parent to draw its background into the control's background. This is Read More
posted @ 2016-04-08 20:50 findumars Views(531) Comments(0) Diggs(0)
ddd Read More
posted @ 2016-04-08 18:31 findumars Views(475) Comments(0) Diggs(0)
我最近就领悟到了这个道理,没想到今天连续碰到两件事情,让我大大加深这种印象: 一是那个F那么老远闻到吃饭味道非要跑过来关门,真是昏倒,毕竟那么远,而且还愤愤不平。。。 一个是关中农民兄,整天一副悲天悯人状,跟他说什么都没用,仍然是一个木头(其实他就是整天在幻想天上掉果实下来,虽然并不是为他自己幻想) Read More
posted @ 2016-04-07 23:49 findumars Views(447) Comments(0) Diggs(0)