Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Rights elevation dialog vs full screen

Rights elevation dialog vs full screen

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 282 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
    MartinD
    wrote on last edited by MartinD
    #1

    Hi,
    we have Windows application with:

    Window {
        flags: Qt.Window | Qt.FramelessWindowHint
        visibility: Window.Maximized
    }
    

    The application triggers another process which asks for rights elevation. The problem is that with this setup of our window, the rights elevation dialog is displayed under our window, so it is invisible to the user. At the same time, our application become unresponsive (because of the dialog box).

    So the user will effectively end with freezed application.

    Is there any solution to this problem (to display rights elevation dialog in front of our maximized frameless application)?

    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