Results 1 to 6 of 6

Thread: list of QwtCurves

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    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: list of QwtCurves

    Whenever you change the scales behind the back of the zoomer you have to reinitialize the zoomer: see QwtPlotZoomer::setZoomBase().

    Otherwise zooming out will return to the axes you had, when the zoomer was initialized the last time. In your case it is 1000x1000, what are the default axes ranges, because you created your zoomer before the first replot with data was done.

    Uwe

  2. The following 2 users say thank you to Uwe for this useful post:

    gyre (19th December 2007), pankaj.patil (12th June 2008)

Similar Threads

  1. Replies: 1
    Last Post: 22nd October 2007, 02:04
  2. QComboBox drop list button events
    By maird in forum Qt Programming
    Replies: 5
    Last Post: 20th October 2007, 19:25
  3. Replies: 26
    Last Post: 21st July 2007, 21:34
  4. Highlight text in list box
    By Sheetal in forum Qt Tools
    Replies: 7
    Last Post: 9th April 2007, 11:24
  5. list of list
    By quickNitin in forum Newbie
    Replies: 1
    Last Post: 3rd July 2006, 08:11

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.