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 403 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.
  • M Offline
    M Offline
    mangekoyu
    wrote on 28 Jun 2022, 06:52 last edited by
    #1

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

    J 1 Reply Last reply 28 Jun 2022, 07:03
    0
    • M mangekoyu
      28 Jun 2022, 06:52

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

      J Online
      J Online
      jsulm
      Lifetime Qt Champion
      wrote on 28 Jun 2022, 07:03 last edited by
      #2

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

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

      M 1 Reply Last reply 28 Jun 2022, 07:27
      0
      • J jsulm
        28 Jun 2022, 07:03

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

        M Offline
        M Offline
        mangekoyu
        wrote on 28 Jun 2022, 07:27 last edited by
        #3

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

        J 1 Reply Last reply 28 Jun 2022, 07:29
        0
        • M mangekoyu
          28 Jun 2022, 07:27

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

          J Online
          J Online
          jsulm
          Lifetime Qt Champion
          wrote on 28 Jun 2022, 07:29 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

          1/4

          28 Jun 2022, 06:52

          • Login

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