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. qDialog move in front of all Windows window
Qt 6.11 is out! See what's new in the release blog

qDialog move in front of all Windows window

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 665 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.
  • KaguroK Offline
    KaguroK Offline
    Kaguro
    wrote on last edited by
    #1

    Hi Guys!
    (Windows 10, QT5 c++)
    I have an app which hide from tray and hide the whole MainWindow. Just appear in the tray menu. When appear a message (QDialog) it's not always show the top.
    So, i am doing something when the message appear:
    2021-09-09_09h19_37.png
    I see in the tray, but not pop up to the most top level, because it is under this window:
    2021-09-09_09h20_11.png
    So how can i achive that this message is always pop up to the most top? Any advice?
    Thanks!

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Did you try with
      setWindowFlags(Qt::WindowStaysOnTopHint);
      on the dialog ?

      KaguroK 1 Reply Last reply
      2
      • mrjjM mrjj

        Hi
        Did you try with
        setWindowFlags(Qt::WindowStaysOnTopHint);
        on the dialog ?

        KaguroK Offline
        KaguroK Offline
        Kaguro
        wrote on last edited by
        #3

        @mrjj
        Hi! Thanks it works! Sorry i was so lame :D I added this way:
        setWindowFlags(Qt::WindowStaysOnTopHint | Qt::FramelessWindowHint);
        And its on top and keep the transparent background with framless window, Thanks! :)

        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