一、简介 QT编写的模拟时钟,demo里的时钟只有时针和分针,在其基础上添加了秒针,构成了一个完整的时钟。能对2D绘图中坐标系统、平移变换(translate)、比例变换(scale)、旋转变换(rotate)、扭曲变换(shear)及其save()和restore()来保存和恢复坐标系的状态。 二 Read More
posted @ 2016-11-22 18:40
findumars
Views(1802)
Comments(0)
Diggs(0)
Qt HTTP组件是Qt中所有HTTP通信的基础,例如被用于 Qt Webkit 中。在Qt 5中,HTTP实现中有相当部分被重写,其中大部分的工作是 woboq的Markus 完成的。这篇文章将试图分析HTTP组件的内部结构,注意出于简化的目的,一些类被省略。 我们可以用如下的方法使用公开接口。 Read More
posted @ 2016-11-22 18:05
findumars
Views(473)
Comments(0)
Diggs(0)
http://www.cnblogs.com/hnxxcxg/p/6085716.html http://www.cnblogs.com/hnxxcxg/p/6085152.html Read More
posted @ 2016-11-22 17:21
findumars
Views(586)
Comments(0)
Diggs(0)
unit uHook;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Controls, Forms, Dialogs, StdCtrls;type tagKBDLLHOOKSTRUCT = packed record vk Read More
posted @ 2016-11-22 07:32
findumars
Views(885)
Comments(0)
Diggs(0)