Results 1 to 2 of 2

Thread: QwtPlotRenderer for multiple QwtPlot

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #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: QwtPlotRenderer for multiple QwtPlot

    Find your own layout ( = bounding rectangles in paint device coordinates ) where you want to have your plots and use

    Qt Code:
    1. void QwtPlotRenderer::render(QwtPlot *, QPainter *, const QRectF &rect) const
    To copy to clipboard, switch view to plain text mode 
    renderTo and export() are only convenience APIs calculating a rectangle from the paint device metrics and calling in the end render(). Have a look at the implementation of these methods if you are unsure how to setup a QPainter to render a PDF document.

    Uwe

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

    Momergil (18th January 2013)

Similar Threads

  1. QwtPlot - multiple axis
    By MukundanAR in forum Qwt
    Replies: 1
    Last Post: 7th March 2012, 08:53
  2. QwtPlot - multiple axis
    By MukundanAR in forum Newbie
    Replies: 0
    Last Post: 6th March 2012, 12:50
  3. Replies: 1
    Last Post: 18th July 2011, 08:56
  4. Replies: 1
    Last Post: 13th March 2010, 09:55
  5. Replies: 1
    Last Post: 16th April 2009, 17:12

Tags for this Thread

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.