Results 1 to 8 of 8

Thread: grabeWidget & QTabWidget problem

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    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: grabeWidget & QTabWidget problem

    This is not really an answer to your question, but note that grabWidget is a suboptimal way to save plots. Better use QwtPlot::print(QPaintDevice&, ...) instead.

    QwtPlot::print renders the plot to any rect in the resolution of your paint device + you can save it as vector graphics (f.e. Postscript, PDF, SVG). If you render to a QPrinter you can have Encapsulated Postscript with a much higher precision than on screen. If you render to a QPixmep you can have any format supported by QImageIO and if you render to a QPicture you can even have SVG. ( With Qt4 you can also render to PDF. )

    Uwe

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

    conglu (23rd April 2007)

Similar Threads

  1. QTimer problem ... it runs but never triggs
    By yellowmat in forum Newbie
    Replies: 4
    Last Post: 4th July 2006, 12:54
  2. Grid Layout Problem
    By Seema Rao in forum Qt Programming
    Replies: 2
    Last Post: 4th May 2006, 12:45
  3. Problem with bitBlt
    By yellowmat in forum Newbie
    Replies: 1
    Last Post: 5th April 2006, 14:08
  4. fftw problem
    By lordy in forum General Programming
    Replies: 1
    Last Post: 16th March 2006, 21:36
  5. Replies: 16
    Last Post: 7th March 2006, 15:57

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.