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. Getting z-order of several Qt::Window flagged QWidget
Forum Updated to NodeBB v4.3 + New Features

Getting z-order of several Qt::Window flagged QWidget

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 1.0k 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.
  • xavi-bX Offline
    xavi-bX Offline
    xavi-b
    wrote on last edited by xavi-b
    #1

    Hi,

    I have several Qt::Window flagged QWidgets parented to a "container" widget. After moving them around the screen, I would like to get the z-order of those window widgets.

    I have tried different lists:

    qApp->topLevelWidgets();
    qApp->topLevelWindows();
    container->children();
    

    but none of them, seems to react/change neither to moving the window arround nor to window->raise();

    If someone has any explanation of that behaviour and any solution to get the z-order of Qt::Window flagged QWidgets, thanks in advance!

    Xavier

    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