View Full Version : 2d and 3d graphics in QT4
neomax
17th November 2006, 07:43
guys
can u tell me about the grpahics functions availiable in QT4.. like i want to know them from the basic.. and i have to compare them with functionality of visio graphics...plseas reply soon..very urgent
e8johan
17th November 2006, 09:29
Isn't visio a drawing application - Qt is a toolkit for developing cross platform software.
Anyway - look at the QPainter class for lowlevel drawing and QGraphicsView for a higher level interface.
wysota
17th November 2006, 10:52
and QGLWidget for 3D.
brcain
17th November 2006, 17:27
can u tell me about the grpahics functions availiable in QT4
As noted in another thread (http://www.qtcentre.org/forum/f-general-discussion-10/t-new-to-qtneed-help-guyssorry-for-the-trouble-4476.html) I am using Qt with other graphics libraries (e.g. OpenSceneGraph, OGRE, OpenGL, and OpenGL shading language).
I haven't used the Qt 2D and 3D graphics functions too much as there is much more capability in scene graphs built upon OpenGL ... at least for the real-time graphics capabilities that I need.
Powered by vBulletin® Version 4.2.5 Copyright © 2023 vBulletin Solutions Inc. All rights reserved.