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. How to display a (simple) web page without havin to add a lot of DLL?
Qt 6.11 is out! See what's new in the release blog

How to display a (simple) web page without havin to add a lot of DLL?

Scheduled Pinned Locked Moved Unsolved QtWebEngine
2 Posts 2 Posters 1.2k Views 2 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.
  • A Offline
    A Offline
    Alain38 0
    wrote on last edited by
    #1

    Hi,
    In my application I have to display a particular web page (a poll page about the application). This page will be very simple. It will be just a form with fixed image (basic HMTL content). Currently I'm displaying it by using a QWebEngineView. But, this means to add a lot of DLL (QML, positioning, WebChannel, ...) that are totally useless.

    Does it exist a way to reduce this list of DLL to only the meaningful ones?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      QWebEngineView is a widget, it does not need QML DLLs. It requires QtWidgets + QtWebEngineWidgets

      If you want to go really simple (and your HTML is really basic), you can try QTextBrowser - then you will only depend on QtWidgets module (and QtCore + QtGui as always, of course).

      (Z(:^

      1 Reply Last reply
      1

      • Login

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