[Qt-interest] How to draw a 2-D matrix as a 3-D surface
Jesús Fernández Prieto
jsfdez at gmail.com
Mon Apr 20 10:08:14 CEST 2009
OpenGL is for more complex things if you only need to display 2D forms in a
widget you can use a QGraphicsView for showing a QGraphicsScene that
contains the painting.
Have a look to the Graphics View documentation:
http://doc.trolltech.com/4.5/graphicsview.html
You are free to ask in the group we'll try to answer you (if we can) :P
Gool luck
2009/4/20 Fabio Giovagnini <fabio.giovagnini at aurion-tech.com>
> Thanks a lot for the answer.
> It was just a such suggestion what I was looking for.
> I study such a solution.
> Are you familiar with this framework?
> COuld I tell you other ticks in the future is I should?
>
> Thanks a lot in advance
>
>
> Alle 09:56, lunedì 20 aprile 2009, Jesús Fernández Prieto ha scritto:
> > If you don't want OpenGL features why are you using OpenGL?
> >
> > Could your drawing be done with QGraphicsView framework?
> >
> > On Mon, Apr 20, 2009 at 9:42 AM, Fabio Giovagnini <
> >
> > fabio.giovagnini at aurion-tech.com> wrote:
> > > Hi All,
> > > I'd like to draw a 2-D matrix as a 3-D surface.
> > > I used the open-GL support of Qt and works.
> > > But I don't need to rotate, traslate and other very powerfull features
> of
> > > GL
> > > support.
> > > So I'd like to know if there is a simpler way to make the drawing and /
> > > or if
> > > there are some already made widgets to achieve such a result.
> > >
> > > Thanks in advance.
> > >
> > > --
> > > Fabio Giovagnini
> > >
> > > Aurion s.r.l.
> > > Tel. +39.335.8350919
> > >
> > > www.aurion-tech.com
> > >
> > > account telefono VoIP skype (www.skype.com):
> > > aurion.giovagnini
> > > _______________________________________________
> > > Qt-interest mailing list
> > > Qt-interest at trolltech.com
> > > http://lists.trolltech.com/mailman/listinfo/qt-interest
>
> --
> Fabio Giovagnini
>
> Aurion s.r.l.
> Tel. +39.335.8350919
>
> www.aurion-tech.com
>
> account telefono VoIP skype (www.skype.com):
> aurion.giovagnini
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090420/16187cee/attachment.html
More information about the Qt-interest-old
mailing list