Results 1 to 2 of 2

Thread: QGraphicsView RubberBandDrag doesn't scroll when dragging over edge of visible area

  1. #1
    Join Date
    Jun 2008
    Location
    Boulder, Colorado, USA
    Posts
    70
    Thanks
    16
    Thanked 1 Time in 1 Post
    Qt products
    Qt5
    Platforms
    Unix/X11 Windows

    Default QGraphicsView RubberBandDrag doesn't scroll when dragging over edge of visible area

    With Qt3 "Canvas View" when doing a "rubberband selection" of many canvas items, when dragging over the edge of the visible area, the canvas view automatically scrolled, allowing the selection of additional items which were originally beyond the visible area.

    Qt 4.4 Graphics View does not provide this functionality, and we really need it. We are aware that the desired selection can be made my zooming out, or by "Control-Key" clicking individual items. This really isn't sufficient.

    A full illustrated description of the problem is posted on these webpages: http://cadswes2.colorado.edu/~philw/2009/bugs/4783/

    We don't know if more recent versions of Qt4 (Qt 4.5 or Qt 4.6) provide the missing behavior. Do they? But ideally, is there anything that we can do in Qt 4.4 to accomplish this? Thank you in advance.

    The image below also illustrates the problem -- see full illustration at the link above.



    - Phil Weinstein, CADSWES, University of Colorado at Boulder, USA.
    Attached Images Attached Images

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QGraphicsView RubberBandDrag doesn't scroll when dragging over edge of visible ar

    As far as I can see Graphics View doesn't provide autoscrolling functionality. It should be easy to implement though, so you can do it yourself.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 1
    Last Post: 11th June 2009, 05:49

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.