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 on top of Metro Ui Windows 8

QDialog on top of Metro Ui Windows 8

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 1.8k 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.
  • A Offline
    A Offline
    azkuene
    wrote on last edited by
    #1

    HI,
    I want a QDialog to always be on top of all the applications and also on top of the Windows 8 Metro Ui. The flag Qt::WindowStaysOnTopHint works correctly in the traditional desktop, but when I switch to the Metro Ui interface, my window is not visible. It is possible to have a normal window on top of the Metro ui? I am developing my application in C++.

    SOLUTION: This is possible if the application is able to gain access to protected UI.
    http://social.msdn.microsoft.com/Forums/windowsapps/en-US/8529357f-3ff8-4c83-baaf-5215ca9cc14a/desktop-apps-on-top-of-metro
    http://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/350ceab8-436b-4ef1-8512-3fee4b470c0a/problem-with-manifest-and-uiaccess-set-to-true

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      No, you can't have a normal window on top of the Metro UI -- Desktop mode and Metro mode are completely separate and cannot be mixed. The Metro UI has no concept of "windows" or "dialogs".

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply
      0
      • A Offline
        A Offline
        azkuene
        wrote on last edited by
        #3

        It is not possible with QT windows or any window? The on screen keyboard of Windows8 is visible in both desktops.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          AquilaDev
          wrote on last edited by
          #4

          The on screen keyboard is part of Windows8.. and like JKSH said, you can't show any window when you're using Metro UI.

          1 Reply Last reply
          0
          • JKSHJ Offline
            JKSHJ Offline
            JKSH
            Moderators
            wrote on last edited by
            #5

            Not possible with any window.

            The on-screen keyboard is not a window.

            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

            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