Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QWebEngineView in QtDesigner
Forum Update on Monday, May 27th 2025

QWebEngineView in QtDesigner

Scheduled Pinned Locked Moved Qt Creator and other tools
qtcreator 3.6.1qtdesignerqwebengineviqwebview
5 Posts 5 Posters 17.6k 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
    enmaniac
    wrote on last edited by enmaniac
    #1

    Hi!,

    I have installed QtCreator 3.6.1. I wanted to make some widget layout with built-in QtDesigner and place QWebEngineView in it but I am not able to find any. QWebView also seems to be missing.

    Have those been removed or am I missing something ?

    Cheers!

    ? 1 Reply Last reply
    0
    • E Offline
      E Offline
      eureka
      wrote on last edited by
      #2

      In Qt 5.6 Creator if I right click on any *.ui file in Forms folder in Qt Creator
      I can open the *.ui file in separate Qt Designer instance.

      1 Reply Last reply
      0
      • E enmaniac

        Hi!,

        I have installed QtCreator 3.6.1. I wanted to make some widget layout with built-in QtDesigner and place QWebEngineView in it but I am not able to find any. QWebView also seems to be missing.

        Have those been removed or am I missing something ?

        ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        @enmaniac QWebKit was removed in Qt 5.6. So QWebView is no longer available. Use QWebEngineView as a replacement. In Qt Designer, just add a QWidget to your form and promote it to QWebEngineView (base class: QWidget, header: QWebEngineView). Don't forget to add webenginewidgets to your project file.

        1 Reply Last reply
        2
        • H Offline
          H Offline
          havasu78
          wrote on last edited by
          #4

          The last entry in this discussion says "...just add a QWidget to your form..." but QWidget is not an item that can be added to the form in PyQt5Designer. So how can a QWidget be added to a form if its not in the drag and drop menu?

          jsulmJ 1 Reply Last reply
          0
          • H havasu78

            The last entry in this discussion says "...just add a QWidget to your form..." but QWidget is not an item that can be added to the form in PyQt5Designer. So how can a QWidget be added to a form if its not in the drag and drop menu?

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @havasu78 said in QWebEngineView in QtDesigner:

            but QWidget is not an item that can be added to the form in PyQt5Designer

            Why do you think so? QWidget is located under "Containers" in the Designer.

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

            1 Reply Last reply
            2

            • Login

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