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. QOpenGLWIndow in a window container is incorrectly stacked when displaying a QOpenGLWidget on MacOS
Forum Updated to NodeBB v4.3 + New Features

QOpenGLWIndow in a window container is incorrectly stacked when displaying a QOpenGLWidget on MacOS

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 224 Views
  • 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.
  • M Offline
    M Offline
    mwestphal
    wrote on last edited by
    #1

    Hi,

    I just created this issue, where

    When displaying a QOpenGLWindow in a windowContainer, if another QOpenGLWidget is created and share a parent with the windowContainer, the windowContainer and it's window will be stacked under everything else.
    They will stay there until they are hide/show. Only on MacOS.

    I'm trying to find a work around within my own QOpenGLWindow based class. However it looks like it does not receive any event of any kind, the window and it's windowContainer just disapear.

    Of course I could hide/show it manually, but I would need to do that when and only when the bug appears, and I don't see how.

    Any ideas ?

    1 Reply Last reply
    0
    • DiackneD Offline
      DiackneD Offline
      Diackne
      wrote on last edited by
      #2

      I have same problems in MacOs but in a secondary subWindow i solve using raise() ...

      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