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. Use QtWebEngine with a OpenGL 3.3 core profile
Forum Updated to NodeBB v4.3 + New Features

Use QtWebEngine with a OpenGL 3.3 core profile

Scheduled Pinned Locked Moved Unsolved QtWebEngine
2 Posts 2 Posters 387 Views
  • 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.
  • E Offline
    E Offline
    ebatsin
    wrote on 31 Aug 2021, 14:18 last edited by
    #1

    Hi,

    I am developing a Qt Quick application that does a lot of 3D through QQuickFrameBufferObject. For my retro-compatibility needs, I decided to use an OpenGL 3.3 core profile for my QApplication.

    The issue is that QtWebEngine seems to require a 2.0 profile (which would require me to drop to a 3.3 compat profile but this will break other things in my application).

    Is there a way to get QtWebEngine to work with OpenGL 3.3 Core or to run it using another profile? My use case is to simply generate a QWebEnginePage to load local files and generate PDFs (everything headless, I do not need to display anything).

    Another solution would be to create another application called by my main app to handle PDF generation but this sounds too complicated for the simple problem I am trying to solve.

    1 Reply Last reply
    0
    • H Offline
      H Offline
      Holiday
      wrote on 1 Sept 2021, 11:28 last edited by
      #2

      Try to search answer on your question here: https://code.woboq.org/qt5/qtdoc/doc/src/platforms/windows.qdoc.html (search key word OpenGL)
      Hope it will help you

      1 Reply Last reply
      0

      1/2

      31 Aug 2021, 14:18

      • Login

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