Results 1 to 5 of 5

Thread: Can QwtPlotPicker emit the selected signal for more than one mouse event?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,325
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Can QwtPlotPicker emit the selected signal for more than one mouse event?

    All of these helper classes for navigating/selecting on the plot canvas install an event filter ( QObject::installEventFilter), where they handle certain events posted to the canvas. As long as an event filter doesn't return true ( what the Qwt classes don't do ) the event is processed by all other installed event filters and in the end by the canvas itself.

    Uwe

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

    d_stranz (6th February 2011)

Similar Threads

  1. Replies: 2
    Last Post: 1st January 2011, 17:00
  2. Replies: 2
    Last Post: 1st January 2011, 00:16
  3. How to emit mouse press event in QPushButton
    By dpatel in forum Qt Programming
    Replies: 1
    Last Post: 30th December 2010, 13:00
  4. Replies: 3
    Last Post: 6th October 2010, 08:33
  5. Is there an event or emit with QDockWidget?
    By bitChanger in forum Qt Programming
    Replies: 2
    Last Post: 13th January 2006, 01:46

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.