Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. HOW TO ADD QWEBVIEW TO QT CREATOR
QtWS25 Last Chance

HOW TO ADD QWEBVIEW TO QT CREATOR

Scheduled Pinned Locked Moved Unsolved Qt WebKit
5 Posts 4 Posters 2.5k 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.
  • A Offline
    A Offline
    Andrew K. Kabaghe
    wrote on 3 Feb 2021, 05:39 last edited by
    #1

    Re: QWebView object is missing in Dİsplay Widgets

    QwebView missing from Qt Creator
    Hi, how do I add QwebView to QtCreator widgets?
    Am only familiar with Python and Delphi.
    I created a UI using Qt 5.14 but decided to import it into Qt Creator for mobile application's sake. After using uic to convert it to code, I have a traceback error message which talks about missing WebKit!
    All the online suggestions aren't helping because they seem to be based on C## which am not familiar with.
    Where can I find some detailed solutions based on windows and Python?

    J 1 Reply Last reply 3 Feb 2021, 06:16
    0
    • A Andrew K. Kabaghe
      3 Feb 2021, 05:39

      Re: QWebView object is missing in Dİsplay Widgets

      QwebView missing from Qt Creator
      Hi, how do I add QwebView to QtCreator widgets?
      Am only familiar with Python and Delphi.
      I created a UI using Qt 5.14 but decided to import it into Qt Creator for mobile application's sake. After using uic to convert it to code, I have a traceback error message which talks about missing WebKit!
      All the online suggestions aren't helping because they seem to be based on C## which am not familiar with.
      Where can I find some detailed solutions based on windows and Python?

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 3 Feb 2021, 06:16 last edited by
      #2

      @Andrew-K-Kabaghe You should rather use QtWebEngine (you need to install it separately using Qt Maintenance Tool). QWebView is not part of recent Qt5 versions anymore.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      A 1 Reply Last reply 6 Feb 2021, 05:41
      1
      • J jsulm
        3 Feb 2021, 06:16

        @Andrew-K-Kabaghe You should rather use QtWebEngine (you need to install it separately using Qt Maintenance Tool). QWebView is not part of recent Qt5 versions anymore.

        A Offline
        A Offline
        Andrew K. Kabaghe
        wrote on 6 Feb 2021, 05:41 last edited by
        #3

        @jsulm said in HOW TO ADD QWEBVIEW TO QT CREATOR:

        QtWebEngine

        When installing Qt5.14.1, I ensured that QtWebEngine was selected/installed as you can see that the next button on my selection page is not enabled for clicking. I tried to deselect everything except QtWebEngine only to see that the maintenance tool is uninstalling all the deselected items before hence I cancelled it and decided not to unselect anything and ended up having an inactive push button :(
        This is disheartening because am spending more time and energy on trying to make QWebView appear than on the actual application am working on!
        Do I have to switch to another software instead of wasting so much time on a small thing like QWebView on QtCreator?
        The following is my screenshot of my selections and inactive next button:

        bce8b1b2-1767-4876-b81f-7020aca35265-image.png

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 6 Feb 2021, 07:00 last edited by
          #4

          Hi,

          Are you using MinGW as a compiler ? If so, then that might be the issue as due to Chromium only Visual Studio is supported.

          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
          1
          • F Offline
            F Offline
            fincherdavid
            Banned
            wrote on 27 Apr 2021, 12:58 last edited by
            #5
            This post is deleted!
            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