Results 1 to 3 of 3

Thread: QDial disabling key scroll and mouse wheel scroll

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Apr 2010
    Posts
    769
    Thanks
    1
    Thanked 94 Times in 86 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: QDial disabling key scroll and mouse wheel scroll

    See the tracking property of the QDial class. If you still need to ignore keyboard events, extend the QDial class and re-implement the keyEvent handler, or install an event filter that ignores them.

  2. The following user says thank you to SixDegrees for this useful post:

    ldg20 (2nd June 2010)

Similar Threads

  1. Replies: 0
    Last Post: 28th December 2009, 12:24
  2. Replies: 2
    Last Post: 13th January 2009, 04:32
  3. how to add scroll bar on QGridLayout in QT??
    By sharvari in forum Newbie
    Replies: 3
    Last Post: 19th February 2008, 14:31
  4. QScrollArea mouse events is taken by scroll bars
    By babu198649 in forum Qt Programming
    Replies: 1
    Last Post: 26th November 2007, 09:41
  5. Replies: 6
    Last Post: 14th April 2006, 05:39

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