Results 1 to 10 of 10

Thread: QEvent for QGraphicsView scrollbars?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    3
    Thanked 39 Times in 39 Posts

    Default Re: QEvent for QGraphicsView scrollbars?

    The graphics view inhert the abstract scroll area - that is where the scroll bars enter the picture and that is where you have to look for the events/signals that you are looking for.

  2. #2
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    3
    Thanked 39 Times in 39 Posts

    Default Re: QEvent for QGraphicsView scrollbars?

    Ok, I meant to also tell you that you can get the actual QScrollBar widgets using the verticalScrollbar and horizontalScrollbar methods.

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
  •  
Qt is a trademark of The Qt Company.