Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Android showFullScreen() and messagebox (Bug?)
Forum Update on Monday, May 27th 2025

Android showFullScreen() and messagebox (Bug?)

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 791 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.
  • QojoteQ Offline
    QojoteQ Offline
    Qojote
    wrote on last edited by Qojote
    #1

    Hi there,

    I have noticed a strange behavior on android:
    My mainwindow is shown with showFullScreen() and so the soft keys and the status bar are hidden.
    Whenever a messagebox is shown, the soft keys and the status bar are shown again on the top of my mainwindow.

    Is this a bug? Is there a workaround to hide these controls again?

    I am using Qt5.6 on a android 5.1.1 device

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mvuori
      wrote on last edited by
      #2

      First thing: No matter how trivial something is, always post some source code...

      I wouldn't be surprised if QMessageBox behaved this way if the parent parameter is NULL and not your mainwindow.

      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