Results 1 to 5 of 5

Thread: QwtPlotZoomer always generat signal zoomed

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2013
    Posts
    18
    Thanks
    1
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Re: QwtPlotZoomer always generat signal zoomed

    Quote Originally Posted by Uwe View Post
    True - I fixed this SVN trunk.

    Uwe
    Why not fixed on a branch qwt-6.1? Is the current stable branch

  2. #2
    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: QwtPlotZoomer always generat signal zoomed

    Quote Originally Posted by atrofimov View Post
    Why not fixed on a branch qwt-6.1? Is the current stable branch
    Because it might break applications in a way you would not expect from a "compatible" version and the signal is a sensible thing. Sending an unnecessary signal is of course not correct - but not totally wrong.

    But maybe you can also go with the QwtScaleWidget::scaleDivChanged() signals. Those indicate any change of the axes ( regardless of being initiated from the zoomer or something else ) and are often the better approach anyway.

    Uwe

  3. #3
    Join Date
    Apr 2013
    Posts
    18
    Thanks
    1
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Re: QwtPlotZoomer always generat signal zoomed

    Any signal has to work only if value changed

Similar Threads

  1. How to obtain values of a zoomed curve ?
    By Hogwarts in forum Qwt
    Replies: 3
    Last Post: 7th June 2012, 15:12
  2. Replies: 3
    Last Post: 18th May 2011, 20:33
  3. Replies: 1
    Last Post: 11th March 2011, 10:00
  4. QGraphicsPixmapItem cuts off when zoomed
    By abbapatris in forum Qt Programming
    Replies: 3
    Last Post: 25th April 2008, 15:05
  5. Q3Canvas problem (zoomed in drawBackground)
    By Pieter from Belgium in forum Qt Programming
    Replies: 1
    Last Post: 11th October 2006, 09:15

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.