PDA

View Full Version : QGraphicsView Problem



Toaders
15th May 2009, 18:10
We are new to QT4 and are having trouble with the graphics viewer. We have to create a paint application using C++ and we are having trouble trying to place something on the viewer and then being able to refresh it. Please help :(

Lykurg
15th May 2009, 18:48
We are new to QT4 and are having trouble with the graphics viewer. We have to create a paint application using C++ and we are having trouble trying to place something on the viewer and then being able to refresh it. Please help :(

First of you may want reed http://doc.trolltech.com/4.5/graphicsview.html.

And then add a QGraphics...Item and then simply modify it through the pointer to the item? Without a richer in detail description you hardly get a better answer...