I am developing application using QGraphicsView/Scene architecture. I am drawing rectangles & lines. I want to drawing to be done as device indepedant. Screen resolution changes should not afftect my application drawing.
Please give me infomration about how to do device indepandant drawing using QT ?