Results 1 to 2 of 2

Thread: Qwt 6.0.0-rc3 bugs

  1. #1
    Join Date
    Dec 2007
    Location
    Modena, Italy
    Posts
    7

    Default Qwt 6.0.0-rc3 bugs

    I have two problem with Qwt 6.0.0-rc3. I'm on Linux and using Qt 4.7.0.

    1. As you can see in the attached image, when i zoom on a plot it draws some horizontal lines near the top border where the line is outside the scale (red arrows). It seems this bug affects only the top part of the plot since in the bottom i don't see those lines (blue arrows).

    2. Another bug is that the QwtPlotPicker has stopped working. I have slots connected to selected(QRectF) and moved(QRectF) and it seems these signals are not emitted anymore.

    Can someone confirm these bugs / have a solution?
    The same program using Qwt 5 doesn't have these problems.
    Attached Images Attached Images

  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: Qwt 6.0.0-rc3 bugs

    Quote Originally Posted by Vortex View Post
    1. As you can see in the attached image, when i zoom on a plot it draws some horizontal lines near the top border where the line is outside the scale (red arrows).
    This is a problem of the curve clipping. Fixed in SVN trunk - thanks for reporting.

    It you want to stay with rc3 you can disable polygon clipping:

    Qt Code:
    1. QwtPlotCurve::setPaintAttribute(QwtPlotCurve::ClipPolygons, false);
    To copy to clipboard, switch view to plain text mode 

    Quote Originally Posted by Vortex View Post
    2. Another bug is that the QwtPlotPicker has stopped working. I have slots connected to selected(QRectF) and moved(QRectF) and it seems these signals are not emitted anymore.
    The signals that exist are:

    Qt Code:
    1. void moved( const QPointF & );
    2. void selected( const QRectF & );
    To copy to clipboard, switch view to plain text mode 
    I checked a picker with a QwtPickerDragRectMachine, where everything was fine.

    Uwe

Similar Threads

  1. [OT] closing of qt bugs
    By luf in forum Qt Programming
    Replies: 0
    Last Post: 26th July 2010, 13:55
  2. PDF export of Dots: bugs?
    By giusepped in forum Qwt
    Replies: 1
    Last Post: 14th June 2009, 14:52
  3. 4.3.1 vs 4.1.4 setfixedwidth (bugs??)
    By zorro68 in forum Qt Programming
    Replies: 1
    Last Post: 23rd September 2007, 14:21
  4. Qt 4.3.0 lots of Bugs!
    By VireX in forum Qt Programming
    Replies: 69
    Last Post: 20th June 2007, 22:05
  5. Bugs, style changes in 4.1.0?
    By simk in forum Qt Programming
    Replies: 13
    Last Post: 13th February 2006, 11:05

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.