Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. QWebEnginePage 5.13 print do not work
Qt 6.11 is out! See what's new in the release blog

QWebEnginePage 5.13 print do not work

Scheduled Pinned Locked Moved Unsolved QtWebEngine
3 Posts 3 Posters 1.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    makin
    wrote on last edited by
    #1

    QPrinter printer;
    QWebEnginePage webEngine;
    webEngine.setHtml("<html><h1>WebEngine</h1></html>");
    webEngine.print(&printer,={
    qDebug()<<"OK";
    });

    tested is do not work. please Solve the problem .thanks

    1 Reply Last reply
    0
    • T Offline
      T Offline
      Tinker
      wrote on last edited by
      #2

      I had the same problem

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by SGaist
        #3

        Hi and welcome both to devnet,

        Did you try that with the released version of Qt 5.13.0 ?
        On which platform do you have that issue ?
        Can you provide a minimal compilable example that shows that behavior ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved