PDA

View Full Version : mapping / transforming coordinates



bjh
24th October 2007, 14:48
Hi!

I think what I want to do is simple, but I'm not very familiar with Qt. Using a QGraphicsScene/View I want to define a rectangular area to have floating point (real) coordinates so that I can do something like a drawPoint( 12.34, 56.78 ).

If QGraphicsScene/View is not the best way to do this, please advise!

:) Many thanks! :)


bjh

high_flyer
24th October 2007, 15:33
QGraphicsScene/View gives you this "from the box".
Just go through the examples.
Then ask if you have specific questions.