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