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. HELP! There is no effect by calling QWindow::lower() on android device
Forum Updated to NodeBB v4.3 + New Features

HELP! There is no effect by calling QWindow::lower() on android device

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 811 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.
  • S Offline
    S Offline
    story1225
    wrote on last edited by
    #1

    This topic http://qt-project.org/forums/viewthread/47902/.

    I found the function QWindow::lower(), but nothing happened after calling it on a real android device.
    When I tested the application on PC, it works corrected.
    But the effect result was not like pressing home button on android.

    How can I do this?
    Any one has some ideas? Thanks!

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      Hi,

      AFAIK QWindow::lower() wont work on Android as there is no traditional window system on this platform which means you cant create multiple windows on it.
      Also there's no way to capture Home button too as doing so will allow the app developers to prevent users from closing that application ;)

      157

      1 Reply Last reply
      0
      • S Offline
        S Offline
        story1225
        wrote on last edited by
        #3

        OK, I got it! Thanks very much. :)

        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