Skip to content

QtWebEngine

Discussions and questions on QtWebEngine
1.3k Topics 4.0k Posts
  • HTML to PDF converter console application

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    C
    @aha_1980 said in HTML to PDF converter console application: Hi @Coder-Nomad , two things to check: Is find_package(Qt6 REQUIRED COMPONENTS Core Gui WebEngineWidgets) in your CMakeLists.txt? Did you even install QtWebEngine? I think it is an optional module that may not be installed by default Regards You were right, I had to install QtWebEngine, so that I could see this html2pdf from the example projects,
  • Problems printing OWA attachments inside my web browser app

    Unsolved printing webengine qtwebnegine
    1
    0 Votes
    1 Posts
    326 Views
    No one has replied
  • QWebEngine example project "simple browser" crashes on some WebDialogs

    Solved
    2
    0 Votes
    2 Posts
    336 Views
    J
    This was reported and now fixed: https://bugreports.qt.io/browse/QTBUG-119564
  • QNetworkProxy.setApplicationProxy BUG

    Unsolved
    1
    0 Votes
    1 Posts
    222 Views
    No one has replied
  • qtwebengine qt6 compile/bitbake failed with yocto

    Unsolved
    1
    0 Votes
    1 Posts
    499 Views
    No one has replied
  • How to enable WebGL in QWebEngineView?

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    8Observer88
    This is an answer of @ekhumoro from StackOverflow: QTBUG-42182 is quite old, but the last comment there states: "The current status in Qt 5.5 is this: WebGL and accelerated Canvas work with OpenGL and are blacklisted unfortunately for ANGLE and software renderers due to thread synchronization issues with the former and performance issues with the latter.". This would seem to match your setup, but it's unclear whether it affects Qt6 or only applies to Qt5. Another issue is that none of the WebGL tests you did seems able to identify your GPU at all, which doesn't look promising...
  • Troubles bulding qtwebengine

    Unsolved
    1
    0 Votes
    1 Posts
    408 Views
    No one has replied
  • 0 Votes
    5 Posts
    2k Views
    veryqtpersonV
    qwebchannel.js, where can i download it In that very same article that you linked there is a link to the example project repository, in which you can find a copy of that file. It was also possible to download it directly from official examples, but they moved stuff around on their website, and that URL is broken now.
  • Can you help me find the error?

    Unsolved
    4
    0 Votes
    4 Posts
    467 Views
    JonBJ
    @Erdium I wrote what line you have that is wrong and what it should read.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • codesign - Unable to sign QtWebEngineProcess with --options runtime

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    JKSHJ
    @Will-Stokes Welcome, and thanks again for sharing your findings! @SGaist Nothing needs fixing here. The OP's entitlements weren't enough; Will found the correct entitlements that macdeployqt uses.
  • qt6.5.3 webpage will shake when high gpu

    Unsolved
    4
    0 Votes
    4 Posts
    458 Views
    L
    i found the problem since direct3d11 support with qt6.51。the direct3d11 make render good on some computer。but on some computer will cause the problem。
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • SSL initialization takes >5 sec in Debug build with Qt 6.6.0

    Unsolved https ssl certificate performance qt6
    2
    0 Votes
    2 Posts
    544 Views
    globG
    I've submitted a Qt bug report for this: https://bugreports.qt.io/browse/QTBUG-119614 "SSL initialization is around 10 to 100 times slower in Qt 6"
  • QWebEngine crashes with WebGL content

    Unsolved
    2
    0 Votes
    2 Posts
    355 Views
    SGaistS
    Hi, You should contact the PyQt folks on their forum as they will have better insight for that question.
  • QWebEngine Cannot read properties of null (reading 'postMessage')

    Moved Unsolved
    3
    0 Votes
    3 Posts
    752 Views
    R
    ~ bump ~
  • Can't play video using QtWebEngine

    Unsolved
    19
    1 Votes
    19 Posts
    4k Views
    Z
    Hi guys Now, I'm 100% convinced that this issue was caused by video codecs H264 not supported by default in QtWebEngine. Thanks for your support.
  • please add QtWebengine support to PowerPC64(ppc64le) platform.

    Unsolved
    2
    0 Votes
    2 Posts
    280 Views
    jsulmJ
    @nikelsq This is user forum. For change requests you should go to Qt bugtracker (https://bugreports.qt.io/secure/Dashboard.jspa) or Qt developers mailing list (https://lists.qt-project.org/listinfo/development).
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • 0 Votes
    16 Posts
    2k Views
    R
    @SGaist I am using this layer for that https://code.qt.io/cgit/yocto/meta-qt6.git/tree/recipes-qt/qt6 .please help me to downgrade to the 50-based branch if possible