
Qt示例
cocoasprite
记录是为了不忘却
展开
-
Qt示例[2D Painting Example]
在Qt Creator示例中,搜素2D Painting Example。 example: 2dpainting title: 2D Painting Example ingroup: examples-widgets-opengl brief: The 2D Painting example shows how QPainter and QGLWidget can be used tog原创 2016-12-10 16:15:31 · 833 阅读 · 0 评论 -
Qt示例[Image Viewer Example]
在Qt Creator示例中,搜索Image Viewer Example。 example: widgets/imageviewer title: Image Viewer Example ingroup: examples-widgets brief: The example shows how to combine QLabel and QScr原创 2016-12-10 16:32:24 · 897 阅读 · 0 评论 -
Qt示例[Mandelbrot Example]
Qt示例原创 2016-10-15 15:35:15 · 790 阅读 · 0 评论 -
qt下的时钟程序[0806]
http://blog.csdn.net/imxiangzi/article/details/49531365最近抽空又看了下qt,发现用它来实现一些东西真的很容易比如下面这个例子,绘制了个圆形的时钟,但代码却清晰易懂[例子源自奇趣科技提供的例子]因为清晰,所以就只写注释了,吼吼其实也就这么几行代码头文件//clock.h#ifndef CLOC转载 2016-12-14 09:45:01 · 542 阅读 · 0 评论 -
使用Qt开发绘制多个设备的流量曲线图(附带项目图)
http://blog.csdn.net/imxiangzi/article/details/50155017一、说明:在实际项目中,主要是使用Qt开发CS程序,当然主要是客户端。公司项目中有这个需求是实时显示多个设备的流量曲线图,设备将流量信息发给服务端,服务端再将信息通过Socket发给Qt客户端,Qt客户端通过Socket接收后实时显示在程序的一个窗口上;这个显示是以曲线转载 2016-12-14 10:03:49 · 2623 阅读 · 0 评论 -
Qt常用代码片段(2017.6.17更新)
1.Returns the directory that contains the application executable.[static] QString QCoreApplication::applicationDirPath()或qApp->applicationDirPath();2.Returns pathName with the '/' separators conver...原创 2017-01-04 15:24:06 · 1442 阅读 · 0 评论