Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Equivalent of QWinWidget in Qt5

Equivalent of QWinWidget in Qt5

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 6.1k 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.
  • O Offline
    O Offline
    oracle3001
    wrote on last edited by
    #1

    I am just wondering if there is an equivalent to QWinWidget available in qt5..i.e a Qt widget that can be child of a native Win32 widget..

    Or better still a way, given knowledge of the HWND of a native window on any platform, be able to set a Qt Widget as a child to that?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      No there is no equivalent. In fact, there is no QWinWidget in Qt4 ;)

      However, AFAIK QWinWidget from Qt Solutions does compile on Qt5. I don't know if it works, but at least it should compile.

      (Z(:^

      1 Reply Last reply
      0
      • R Offline
        R Offline
        RolandWinklmeier
        wrote on last edited by
        #3

        It is actually possible to compile, but it doesn't work with Qt5 unfortunately.

        See QTBUG-32962 for further information.

        1 Reply Last reply
        0
        • O Offline
          O Offline
          oracle3001
          wrote on last edited by
          #4

          Given knowledge of the HWND of a native window on any platform, is there any other way of being able to set a Qt Widget as a child to that?

          Or at the very least control the Qt Widget such that it always remains at a rendering depth, whereby it is always immediately above the naive window e.g an overlay, and doesn't allow other native windows inbetween the two?

          1 Reply Last reply
          0
          • sierdzioS Offline
            sierdzioS Offline
            sierdzio
            Moderators
            wrote on last edited by
            #5

            Roland thanks for the link. I may take a look at it in a spare moment.

            (Z(:^

            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