Qt 4.4 QGraphicsView does not allow a RubberBandDrag selection of objects outside of the visible area.
CADSWES, University of Colorado, RiverWare 5.2, December 2009. Edit 12-8-2009.

THIS WORKS THIS DOESN'T OTHER NOTES

The sequence of three images below illustrate the inability to "drag select" multiple QGraphicsItems if any of those items are not visible within the display area.

In contrast, in Qt3, the older QCanvasView class automatically scrolled the view when the dragged mouse crossed the edge of the visible area, allowing a selection of a set of items not all simultanously visible.

THIS WORKS THIS DOESN'T OTHER NOTES