hi all.

I seek to draw grids and graduation indicators in a QGraphicsView.

grids are horizontal and vertical lines
graduations are text

I have derived from QGraphicsView class and I overloaded the method DrawForeground. I use QPainter to draw lines and text.

it works well, but the text illegible and are small scale and are convertible to each operation of zoom (scale (a, b​​)).

* there is a solution to write a text with fixed size in QGraphicsView?

thank to all .