Results 1 to 2 of 2

Thread: QwtPlotDirectPainter usage with QwtZoomer and QwtPanner

  1. #1
    Join Date
    Jan 2010
    Location
    Ankara - TURKEY
    Posts
    30
    Thanks
    13
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default QwtPlotDirectPainter usage with QwtZoomer and QwtPanner

    Hi All,

    Can anybody tell me if it is possible QwtPlotDirectPainter in zoomer and panner supported QwtPlot application. I mean could I implement zoomer and panner to the oscilloscope example plotter which won't have thread supported?

    I will have to much data to plot about 40 curves and each one could have 50.000 points. And Is zoomer, panner usage meaningful or not like this situation?

    Regards.

  2. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,312
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QwtPlotDirectPainter usage with QwtZoomer and QwtPanner

    I mean could I implement zoomer and panner to the oscilloscope example plotter which won't have thread supported?
    Sure, why not ?

    I will have to much data to plot about 40 curves and each one could have 50.000 points. And Is zoomer, panner usage meaningful or not like this situation?
    Depends on what you expect. Zooming or panning is always followed by a complete replot, what will be be very slow for 40 * 50000 points. But this is not different to the situation, when the plot widget is resized.

    I strongly recommend to add different levels of detail to speed up your replot operation. Read this thread to understand, where to start.

    Uwe

Similar Threads

  1. QEffects.cpp usage.....
    By Naveen in forum Qt Programming
    Replies: 6
    Last Post: 11th January 2011, 11:07
  2. Replies: 1
    Last Post: 9th February 2010, 12:11
  3. Replies: 1
    Last Post: 19th May 2009, 11:14
  4. QButtonGroup usage?
    By Caius Aérobus in forum Qt Programming
    Replies: 4
    Last Post: 22nd April 2008, 07:38
  5. Qt4 XML usage
    By kandalf in forum Qt Programming
    Replies: 1
    Last Post: 21st November 2006, 20:18

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.