I\'m visualizing a graph using Qt\'s graphics view framework. It looks something like this:
QGraphicsItem::setFlag(QGraphicsItem::ItemIgnoresTransformations,true);
This should do the trick.