Results 1 to 9 of 9

Thread: Printing a pixmap full page: strange behavior on Windows

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2007
    Posts
    3
    Qt products
    Qt4
    Platforms
    Windows

    Smile Re: Printing a pixmap full page: strange behavior on Windows

    After installation of the new Qt version 4.3.2 it worked again.

  2. #2
    Join Date
    Jan 2006
    Location
    Genk, Belgium
    Posts
    36
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Printing a pixmap full page: strange behavior on Windows

    Some time ago I've found what the problem is:
    I used the deprecated QPrinter::PrinterResolution printer mode, which has been documented to behave in a non-portable way. I've changed it to QPrinter::HighResolution and everything works fine.

    Thanks for your ideas.

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.