Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    [MOVED] Embedding other windows to qt window

    General and Desktop
    3
    3
    1885
    Loading More Posts
    • 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
      sreejesh last edited by

      how do we embed other windows,such as video player to the qt window by passing the window handler?

      1 Reply Last reply Reply Quote 0
      • B
        benjamin.poulain last edited by

        Wrong thread, this is the WebKit forum :)

        Basically you need to reparent your native window to the Qt Widget. The API is platform specific so you have to check for your particular platform. To get the window id to reparent to, you use QWidget::winId() or QWidget::effectiveWinId() depending on the use case.

        1 Reply Last reply Reply Quote 0
        • D
          DenisKormalev last edited by

          Benjamin, moved :)

          1 Reply Last reply Reply Quote 0
          • First post
            Last post