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. Java applet window is not a child of QGraphicsWebView ?
Forum Updated to NodeBB v4.3 + New Features

Java applet window is not a child of QGraphicsWebView ?

Scheduled Pinned Locked Moved Qt WebKit
1 Posts 1 Posters 1.8k 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.
  • S Offline
    S Offline
    schiktol
    wrote on last edited by
    #1

    I have a Qt application that is based on Qt Graphics View Framework. (Qt 4.8.0 and QtWebKit 2.2)
    And the application has a web browser item (which is added to the scene) using QGraphicsWebView class.

    If I browse to a web page that has Java applet in it I can see the Java applet running and displayed on the application.
    The problem is the Java applet window stays still even though I move the web browser on the scene.

    I noticed that the java applet window (which seems WebCore::PluginContainerQt type) is a child of the viewport widget.
    I guess that's why it doesn't move as the browser moves.
    I think there still is some relation between the browser and the applet window because
    if I close the browser (remove from the scene and delete the object) then the applet closes too.

    Anyone have suggestions?

    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