Just set the drag mode:
QGraphicsView::setDragMode()I don't remember if it will give you a marching ant effect though.
You could achieve it by using a QTimer in combination with Mareks suggestion.