Delphi中字符串的操作很简单,但幕后情况却相当复杂。Pascal传统的字符串操作方法与Windows不同,Windows吸取了C语言的字符串操作方法。32位Delphi中增加了长字符串类型,该类型功能强大,是Delphi缺省的字符串类型。 字符串类型在Borland公司的TurboPascal和 Read More
posted @ 2017-10-21 01:07 findumars Views(2948) Comments(0) Diggs(0)
声明:本文原创于yafeilinux的百度博客,http://hi.baidu.com/yafeilinux 转载请注明出处。 我看了这篇文章很好很容易理解。如果看了Qt助手之后更加的形象。 前面一节我们讲解了图片的显示,其中很多都用到了坐标的变化,这一节我们简单讲一下Qt的坐标系统,其实也还是主要 Read More
posted @ 2017-10-20 21:16 findumars Views(1802) Comments(0) Diggs(0)
重构qDebug()<<,使log输出到文件 http://blog.csdn.net/liukang325/article/details/72466199 Read More
posted @ 2017-10-20 21:12 findumars Views(1898) Comments(0) Diggs(0)
1. 定义回调接口类: [cpp] view plain copy class UIcallBack { public: virtual void onAppActivated() = 0; virtual void onShowMore() = 0; }; [cpp] view plain cop Read More
posted @ 2017-10-20 21:08 findumars Views(1039) Comments(0) Diggs(0)
简介 Qt是跨平台的图形开发库,目前由Digia全资子公司 Qt Company 独立运营,官方网址: http://www.qt.io/ 也可以访问Qt项目域名:http://qt-project.org/ Qt本身支持众多操作系统。从通用操作系统Linux、Windows,到手机系统Androi Read More
posted @ 2017-10-20 21:07 findumars Views(3170) Comments(0) Diggs(0)