Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. get source code from QWebEnginePage in QWebEngineView
Forum Update on Monday, May 27th 2025

get source code from QWebEnginePage in QWebEngineView

Scheduled Pinned Locked Moved Unsolved QtWebEngine
2 Posts 2 Posters 849 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.
  • AmrCoderA Offline
    AmrCoderA Offline
    AmrCoder
    wrote on last edited by
    #1
    This post is deleted!
    1 Reply Last reply
    0
    • T Offline
      T Offline
      ThatDud3
      wrote on last edited by
      #2

      Do not use local variable (like HTML) that is probably out of scope when your lambda executes (hence the crash) - use a property of your class that is still alive and in scope and even then you have to find a way to check if lambda already executed (may be a QFuture or boost::promise)

      1 Reply Last reply
      0

      • Login

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