SIGNAL-SLOT是Qt的一大特色,使用起来十分方便。在传统的AWT和Swing编程中,我们都是为要在 监听的对象上添加Listener监听器。被监听对象中保存有Listener的列表,当相关事件发生时,被监听 对象会通知所有Listener。而在Qt中,我们只需通过connect方法连接两个对 Read More
posted @ 2017-01-04 19:07 findumars Views(798) Comments(0) Diggs(0)
https://luojisiwei.world.tmall.com/category-1267240849.htm?spm=a312a.7700824.w11552507-14454271927.2.hZtpOK&scene=taobao_shop Read More
posted @ 2017-01-03 19:08 findumars Views(469) Comments(0) Diggs(0)
还没正式发布。用力戳 http://crossvcl.com/ 消息来源:Delphi G+ Group.具体信息还没完全披露,但是可以肯定的是,不是通过FireMonkey,而是通过原生的MacOS API实现。换句话,是把VCL控件的功能重新用MacOS API实现。至于能够支持什么类型,支持多 Read More
posted @ 2017-01-03 00:02 findumars Views(1397) Comments(0) Diggs(0)
作者:waterwu链接:https://www.zhihu.com/question/19636213/answer/16099865来源:知乎著作权归作者所有,转载请联系作者获得授权。 参照 Quora 的答案:优秀的与伟大的软件工程师(似乎我们都说成程序员)的区别是什么? Software E Read More
posted @ 2017-01-02 22:48 findumars Views(498) Comments(0) Diggs(0)
https://msdn.microsoft.com/en-us/library/windows/desktop/ms683194(v=vs.85).aspx 例子执行结果如下: https://msdn.microsoft.com/en-us/library/windows/desktop/dd4 Read More
posted @ 2017-01-02 18:01 findumars Views(808) Comments(0) Diggs(0)