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 Stacking Order
Forum Updated to NodeBB v4.3 + New Features

QOpenGLWindow Stacking Order

Scheduled Pinned Locked Moved Unsolved General and Desktop
qopenglwindowqwqwidgetqopenglqopenglwidget
1 Posts 1 Posters 445 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.
  • R Offline
    R Offline
    rtavakko
    wrote on last edited by
    #1

    I have a QOpenGLWindow which I insert into a widget layout. I create a container for this object using QWidget::createWindowContainer:

    https://doc.qt.io/qt-5/qwidget.html#createWindowContainer

    My goal is to place children QWidgets on top of this window container. I've tried calling raise() to do this, but the OpenGL window always stays on top.

    Is there a way to lower the OpenGL window?

    Cheers

    1 Reply Last reply
    1

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved