Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. Operating system web browser in Qt application
Forum Updated to NodeBB v4.3 + New Features

Operating system web browser in Qt application

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
2 Posts 2 Posters 468 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.
  • K Offline
    K Offline
    Kobid
    wrote on last edited by
    #1

    Hi,
    Is it possible to use system web browser in Qt application like Internet Explorer via ActiveX in old days? I'm not interested in QtWebEngine. I would like to embed Edge (or any installed) on Windows, same on Linux and Macos.
    Regards

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SimonSchroeder
      wrote on last edited by
      #2

      I don't think this is directly possible. You could try to use QWidget::createWindowContainer to start a browser and capture its full window. Some smart event filtering could then resize and move the captured window together with your own main window.

      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