Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Qt webkit webworker support ??
Forum Updated to NodeBB v4.3 + New Features

Qt webkit webworker support ??

Scheduled Pinned Locked Moved Qt WebKit
2 Posts 2 Posters 2.2k Views 1 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.
  • W Offline
    W Offline
    wakelt
    wrote on last edited by
    #1

    A few questions:

    1. does qt webkit support web workers ?? if so, which version(s) of qt webkit ?? (I am looking at an
      application that will run on windows and macOS)

    2. is there any documentation specific to the support of qt webkit web workers available ??
      if so, pointers would be great.

    thanks

    1 Reply Last reply
    0
    • A Offline
      A Offline
      AcerExtensa
      wrote on last edited by
      #2
      1. Yes, Qt webkit supports web workers (have tested with 4.8.2).
      2. which documentation? web worker is an javascript which runs in background... nothing more...

      You can communicate with them with help of "evaluateJavaScript":http://qt-project.org/doc/qt-4.8/qwebframe.html#evaluateJavaScript or you can even bind objects into javascript space "addToJavaScriptWindowObject":http://qt-project.org/doc/qt-4.8/qwebframe.html#addToJavaScriptWindowObject If it is what you need.

      God is Real unless explicitly declared as Integer.

      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