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 Tuesday, 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 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.
  • E Offline
    E Offline
    enmaniac
    wrote on 23 Mar 2016, 13:56 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 1 Apr 2016, 18:08
    0
    • E Offline
      E Offline
      eureka
      wrote on 1 Apr 2016, 17:00 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
        23 Mar 2016, 13:56

        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 1 Apr 2016, 18:08 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 27 May 2021, 03:09 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?

          J 1 Reply Last reply 27 May 2021, 05:13
          0
          • H havasu78
            27 May 2021, 03:09

            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?

            J Offline
            J Offline
            jsulm
            Lifetime Qt Champion
            wrote on 27 May 2021, 05:13 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