Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6809407
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:04:58+00:00 2026-05-26T20:04:58+00:00

I have a webkit widget in my app and you can print it. It

  • 0

I have a webkit widget in my app and you can print it. It prints out fine, except there are no images when it prints, even though there are images on the screen.

Here is the code for printing:

void MainWindow::printPage() {
    QPrinter printer;
    printer.setPageSize(QPrinter::A4);
    printer.setPageMargins(10, 10, 10, 10, QPrinter::Millimeter);
    printer.setColorMode(QPrinter::Color);
    QPrintDialog* dialog = new QPrintDialog(&printer, this);
    if (dialog->exec() == QDialog::Accepted)
    {
         this->webView->page()->mainFrame()->print(&printer);
    }
}

I it also more or less ignores setting to A4 and defaults to letter, so I have to change it in the printer dialog popup, otherwise I have to futs with the printer buttons to force the print. Either way, it all comes out wrong…

Anyone have any pointers that might help me out? I am sure I am just missing something simple.

/Jason

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T20:04:59+00:00Added an answer on May 26, 2026 at 8:04 pm

    Try setting the QWebSettings::PrintElementBackgrounds attribute to true before printing:

    QWebSettings::globalSettings()->setAttribute(QWebSettings::PrintElementBackgrounds, true);
    

    You could also set this on the QWebView specific settings, QWebView::settings()

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Rails app that I have successfully tested with Mongrel and Webkit.
I have a simple markup .content{ -webkit-column-width: 100px; width : 200px; height: 100px; }
I have some CCS defined as following: .FW_Buttons { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius:
I know css animation have a shorthand of -webkit-animation: div { -webkit-animation-name: example; -webkit-animation-duration:
I have made a Fiddle for reference: http://jsfiddle.net/xypQY/ Which element would i apply WebKit
I am using -webkit-transform (and -moz-transform / -o-transform) to rotate a div. Also have
Have someone tried out DeCAL in Delphi 2009? I'm thinking about upgrading from 2007,
Trying to create a box that contains sentences (with spaces) and can have a
i have this css : .table1 thead th:first-child{ -webkit-border-bottom-right-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius:8px 0px 8px 0px;
i have a div that is doing a rotation animation as such : @-webkit-keyframes

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.