Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to open webpage on Qdialog?
Forum Updated to NodeBB v4.3 + New Features

How to open webpage on Qdialog?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 388 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.
  • mangekoyuM Offline
    mangekoyuM Offline
    mangekoyu
    wrote on last edited by
    #1

    I need show a webpage on qdialog when pushbutton triggered. How can I do this? C++ Qt 5.15

    jsulmJ 1 Reply Last reply
    0
    • mangekoyuM mangekoyu

      I need show a webpage on qdialog when pushbutton triggered. How can I do this? C++ Qt 5.15

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

      @mangekoyu https://doc.qt.io/qt-6/qwebengineview.html

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

      mangekoyuM 1 Reply Last reply
      0
      • jsulmJ jsulm

        @mangekoyu https://doc.qt.io/qt-6/qwebengineview.html

        mangekoyuM Offline
        mangekoyuM Offline
        mangekoyu
        wrote on last edited by
        #3

        @jsulm Should I use any MSVC compailer? When I add QT += webenginewidgets on .pro file. I can not compaile project..

        jsulmJ 1 Reply Last reply
        0
        • mangekoyuM mangekoyu

          @jsulm Should I use any MSVC compailer? When I add QT += webenginewidgets on .pro file. I can not compaile project..

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

          @mangekoyu Yes, you have to use MS compiler because WebEngine uses Chromium which does not support MinGW. You also need to make sure WebEngine is installed (I'm not 100% sure, but I think you need to select it in the installer/maintenance tool).

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

          1 Reply Last reply
          3

          • Login

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