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. Can i capture, using Qt, click events inside html iframe?
Forum Updated to NodeBB v4.3 + New Features

Can i capture, using Qt, click events inside html iframe?

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.
  • R Offline
    R Offline
    reuvenh
    wrote on last edited by
    #1

    Can i capture, using Qt, click events inside html iframe?

    Thanks!

    1 Reply Last reply
    0
    • A Offline
      A Offline
      AcerExtensa
      wrote on last edited by
      #2

      In QtWebKit, frames are represented as "QWebFrame":http://developer.qt.nokia.com/doc/qt-4.8/qwebframe.html

      where you have
      @virtual bool event( QEvent * ev );@

      function, which you can reimplement. But I've no idea how to inject your subclassed QWebFrame into QWebPage, sorry...

      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