搜索资源列表
nightcharts
- 使用QT画2D/3D饼图、柱状图功能强大-Using QT painting 2D/3D pie chart, histogram powerful. . .
EmfEngine-0.2-opensource
- The Enhanced MetaFile format (EMF) is the native vector graphics file format on Windows. Qt is a cross-platform application development framework, widely used for the development of GUI programs. Although it provides tools for almost every aspect of
qwt-5.2.1
- qwt-5.2.1 非常有名的基于QT的控件,用来绘制2D图形,包括曲线,柱状图等等。-qwt-5.2.1 is known QT-based control, used to draw 2D graphics, including curves, histograms, etc..
Qt_OpenGL_create_a_cross_platform_visualization_UI
- Qt OpenGL 创建跨平台可视化UI:科学可视化、医学成像、飞行模拟、流程建模、动画、游戏和视觉效果应用程序都需要大量使用高性能 2D 和 3D 图形。-Qt OpenGL to create cross-platform visualization UI: scientific visualization, medical imaging, flight simulation, process modeling, animation, games and visual effects
table_test
- 实现2D画图,用QT,可以跨平台的显示界面-Achieve 2D drawing, using QT, you can cross-platform display interface
qt_course
- Qt学习笔记: 包括OpenGL编程学习 8-5 用OpenGL绘图(Graphics with OpenGL) OpenGL是绘制2D和3D模型的标准API。在OpenGL基础上,Qt可以使用QtOpenGL模块绘制3D图形。本节假设您已经熟悉OpenGL。如果对OpenGL不了解,可以浏览http://www.opengl.org/。 -Qt course , very detailed programming document.
basicdrawing
- Qt 4.5.3编程,利用2D绘制接口实现基本图形的绘制-Qt 4.5.3 programming, 2D drawing using the basic graphics rendering interface
QTPaint2
- QT 2d图形 设计一个图形 painter画图-QT Painter
SaiBer
- qt水平翻书特效源代码2D绘图值得学习-qt standard 2D drawing source code open book special effects worthy of study. . . .
QtPOpenGL_PGUI
- 介绍了使用QT和OpenGL做可视化的方案。提供可轻易将高级2D和3D图像集成至本地高性能应用程序的技术方法。-Introduced to do with QT and OpenGL visualization program. Provide easily integrate advanced 2D and 3D graphics applications to the local high technology methods.
RotateTest
- 在qt环境下,使用opencv2.0实现了2D图像的旋转-Qt environment use opencv2.0 achieve the rotation of the 2D image
qwt-6.0.1
- 一个很好用的 qt插件 第三方库文件 在各种2d 的曲线图 饼图 柱状图等等画图方面 很强大-Qt a good plug-in third-party libraries are very powerful in a variety of 2d drawing of the graph, pie chart, histogram, etc.
ImageProcessing
- 使用QT编程实现2D图像处理的各功能,包括彩色图转灰度、二值化、二值的形态学操作、灰度的形态学操作等等。-Using QT programming each 2D image processing functions, including color conversion grayscale, binary, binary morphological operations, grayscale morphological operations and so on.
drawsina
- 简单的绘制曲线历程,非常适合初学qt 2D 绘图的童鞋-Simple drawing curves
QTEngine2d
- QT based 2D graphic engine with pan/autopan/zoom/rotation
qwt-6.1.0
- QWT全称是Qt Widgets for Technical Applications,是一个基于LGPL版权协议的开源项目, 可生成各种统计图。它为具有技术专业背景的程序提供GUI组件和一组实用类,其目标是以基于2D方式的窗体部件来显示数据, 数据源以数值,数组或一组浮点数等方式提供, 输出方式可以是Curves(曲线),Slider(滚动条),Dials(圆盘),Compasses(仪表盘)等等。该工具库基于Qt开发,所以也继承了Qt的跨平台特性。 【QWT基类】[2]QwtAbstra
testBuffer
- 使用Qt自带QGLPxibuffer进行QtOpenGL的使用,并且完成2D、3D图形的绘制-Using Qt comes QGLPxibuffer be QtOpenGL use, and completed 2D, 3D graphics rendering
wtyyy
- 热扩散与可视化。采用OpenGL实现可视化,Qt制作交互界面,C++语言编写。实现不同情况下对稳态热分布的二维与三维可视化。-Thermal diffusion and visualization. Visualization using OpenGL, Qt production interface, C++ language. 2D and 3D realization of different situations on the steady-state temperature distr
paint
- 使用Qt4.8开发,用于2d画图,可以画点,直线等,支技qt国际化,可以用qt打开,支持window-Use Qt4.8 developed for 2d drawing, you can draw points, lines, etc., support skills qt international, can be opened with qt, support window
基于Qt的简单2D画图软件
- 本项目是Qt下的2D画图软件,可以画直线、圆、多边形这些基本图元,画这些基本图元都没有调库,都是自己手写的算法,并且实现了旋转、缩放、平移、裁剪的功能。