Results 1 to 8 of 8

Thread: Is QWebEnginePage::setHtml() synchronous or Asynchronous?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Is QWebEnginePage::setHtml() synchronous or Asynchronous?

    If the content you are passing at setHtml does already contain all the data, one thing you could try is to just replace all "http/https" occurences with an URL scheme that the web engine simply can't load.

    Cheers,
    _

  2. The following user says thank you to anda_skoa for this useful post:

    ayanda83 (16th January 2017)

Similar Threads

  1. Replies: 5
    Last Post: 26th October 2016, 14:56
  2. Replies: 4
    Last Post: 2nd May 2015, 12:09
  3. Replies: 2
    Last Post: 16th September 2014, 16:56
  4. QGraphicsTextItem - setHTML()
    By Claymore in forum Qt Programming
    Replies: 7
    Last Post: 17th September 2009, 09:34
  5. Asynchronous server msg vs synchronous functions
    By nouknouk in forum Qt Programming
    Replies: 9
    Last Post: 2nd February 2006, 17:10

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.