Hi there,

does anybody have a Qt debugger extension script ready for displaying the content of the QVector3D directly in vector notation, for example like [x;y;z] or (x,y,z) format? When debugging 3D applications the default debugger type display requires expanding two nodes to see the values, which is quite a waste of space.

Thanks,
Andreas