Results 1 to 2 of 2

Thread: how to magnify a curve getting it thicker

  1. #1
    Join Date
    Jul 2010
    Posts
    37
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    13

    Default how to magnify a curve getting it thicker

    I'm using QwtPlotMagnifier to be able to zoom in the curves, but I want also that the thick of the curves will magnify itself, changing the curve pen thick like under a glass.

    How should be possible?

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

    Default Re: how to magnify a curve getting it thicker

    You have to manipulate the curve pens in your code - f.e by deriving from QwtPlotCurve and reimplementing updateScaleDiv().

    Uwe

  3. The following user says thank you to Uwe for this useful post:

    corrado1972 (17th May 2011)

Similar Threads

  1. Thicker polygon lines
    By Johncdy in forum Qt Programming
    Replies: 1
    Last Post: 15th March 2011, 10:10
  2. draw curve
    By szisziszilvi in forum Qt Programming
    Replies: 6
    Last Post: 25th January 2011, 09:38
  3. Replies: 2
    Last Post: 6th September 2010, 00:24
  4. Replies: 4
    Last Post: 29th April 2010, 07:11
  5. Replies: 1
    Last Post: 22nd January 2010, 15:34

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.