I am developing application using QGraphicsView/Scene architecture. I am drawing rectangles & lines. I want drawing to be device independent. Screen resolution changes should not affect my application drawing.
Please give me information about how to do device independent drawing using QT ?