Results 1 to 9 of 9

Thread: Qwt 5.2.7 SVG generating QwtPlot::drawCanvas

Hybrid View

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

    Default Re: Qwt 5.2.7 SVG generating QwtPlot::drawCanvas

    But be aware of the fact, that QSvgGenerator is not aware of QPainter clipping. Even after enabling polygon clipping of the curves you might have plot items painting outside of the boundaries the canvas.

    Uwe

  2. #2
    Join Date
    Jul 2011
    Location
    Belgium
    Posts
    24
    Thanks
    6
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default Re: Qwt 5.2.7 SVG generating QwtPlot::drawCanvas

    Jip, noticed it! Thanks! :-)

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

    Default Re: Qwt 5.2.7 SVG generating QwtPlot::drawCanvas

    One more hint: one of the major improvements of Qwt 6 is its floating point render engine.
    As you are dealing with SVG I guess scalability is of interest - then using Qwt 6 should be mandatory !

    Uwe

    PS: There is no Qwt 5.2.7

  4. #4
    Join Date
    Jul 2011
    Location
    Belgium
    Posts
    24
    Thanks
    6
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Default Re: Qwt 5.2.7 SVG generating QwtPlot::drawCanvas

    Hmmmm ye. I'm getting the impression that Qwt 6 has many handy new functions. I think I will need to have a word with the my promotor. I'm programming with this version because the software packet I need to work on, is a project for multiple years (for master students). I'm at the second workyear now and from the beginning, there was said to keep on using this function untill, let's say Qwt version 6.2 is out. They always wait for a couple of new versions untill they can be sure the new Qwt will be stable, nuff said. :-)

Similar Threads

  1. Generating a QT Build
    By mvbaffa in forum Installation and Deployment
    Replies: 2
    Last Post: 18th December 2010, 17:53
  2. Generating SVG
    By beekeep in forum Qt Programming
    Replies: 0
    Last Post: 7th January 2010, 17:55
  3. Generating Log files
    By srohit24 in forum Qt Programming
    Replies: 12
    Last Post: 15th July 2009, 07:57
  4. Replies: 6
    Last Post: 14th May 2009, 12:02
  5. Need help for generating for beginner
    By yuvaraj.yadav in forum Qt Programming
    Replies: 1
    Last Post: 9th April 2009, 10:19

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.