
Originally Posted by
stampede
Post the drawing code.
I would, except that I'm working on a class project where I'm not allowed to share my code with others. I can tell you however that none of my mouse event handlers call their default implementation if a shape is being drawn on the scene. I don't know if that poses a problem.
Here's something else I found... Should I use
void setSceneRect ( qreal x, qreal y, qreal w, qreal h )
void setSceneRect ( qreal x, qreal y, qreal w, qreal h )
To copy to clipboard, switch view to plain text mode
to alter the scene rectangle when necessary or is there a cleaner way to go about doing this?
Bookmarks