Results 1 to 6 of 6

Thread: PlotWin with scroll on real time

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2008
    Location
    Germany
    Posts
    5
    Thanks
    1
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default PlotWin with scroll on real time

    Hi,
    I need help to construct a window like the attached one.
    There should be a realtime plot with scroll view per default. I will scroll at the hole plotted curve all the time.
    I read/tried all the qwt examples and did the first steps, but the scroll behaviour makes me crazy.
    I implement a plot with curveplot and x-axis as
    setAxisScaleDraw(QwtPlot::xBottom,xScaleDraw);
    the real time plot works, I give the x and y values.
    If I try :
    setAxisScale(QwtPlot::xBottom, 0, 10, 5);
    the start of x axis is ever 0, This i understand.
    Have I ever do replot the axis if the curve is outside the canvas?
    I thought QWT has implement such behaviour. This should be a normal bahaviour in my eyes.
    Or did I not found this.

    thanks a lot for help

    looki
    Attached Images Attached Images

Similar Threads

  1. real time plotting
    By gyre in forum Qwt
    Replies: 4
    Last Post: 11th December 2007, 16:13
  2. Rendering real time video using SDL and QT
    By venk2ksubbu in forum Newbie
    Replies: 4
    Last Post: 13th September 2007, 15:20
  3. How to find the presence of scroll bars at run time
    By anju123 in forum Qt Programming
    Replies: 8
    Last Post: 28th July 2007, 20:30
  4. Display the camera frame in real time
    By alex_lue in forum Qt Programming
    Replies: 8
    Last Post: 27th July 2007, 10:31
  5. Displaying real time images
    By Sheetal in forum Qt Programming
    Replies: 9
    Last Post: 22nd February 2007, 11:29

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.