Results 1 to 3 of 3

Thread: build of qwt with qwtsvgitem (msvc2005 on win xp)

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: build of qwt with qwtsvgitem (msvc2005 on win xp)

    a) The compiler error is against a Qt header (Qwt has nothing to do with QGraphicsView and friends ). Open it in your editor and check the offending line.
    b) You don't need QwtPlotSvgItem to export your plot to SVG. This is done by QwtPlot:rint with a QSvgRenderer (see bode example ) as paint device.

    Uwe

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

    mike123 (14th July 2009)

Similar Threads

  1. QWT fails in debug build
    By steg90 in forum Qwt
    Replies: 1
    Last Post: 11th November 2011, 06:53
  2. qwt 5.2 install on qt 4.5
    By HyperB in forum Qwt
    Replies: 4
    Last Post: 13th May 2009, 20:03
  3. [QtWebKit] - MSVC2005 WebCore build failed
    By aikidorb in forum Installation and Deployment
    Replies: 2
    Last Post: 22nd June 2008, 11:19
  4. qwt designer build errors
    By jhearon in forum Qwt
    Replies: 4
    Last Post: 17th July 2007, 06:47
  5. Build error on mac Platform::WaitMouseMoved
    By patrik08 in forum Qt Programming
    Replies: 1
    Last Post: 12th July 2007, 13:18

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.