I draw a line with the default pen in QGraphicsScene with the function
QGraphicsScene::addLine ( const QLineF & line, const QPen & pen = QPen() );
but when I scale this with the function: QGraphicsView::scale().
The line's length can be scale very well, but the width of the line always keeps the same.
Are there some solutions to do it?
Thanks!
Bookmarks