Qt 6.11 is out! See what's new in the release
blog
Show app fullscreen without top bar?
-
Hey there,
I developed an app with Qt for Android (I used Widget). I've already triedthis->showFullScreen();and
this->showMaximized();but that doesn't works with my Smartphone. On a Computer it hides the task bar automatically, but how to hide the top bar of a smartphone (the bar with the time, wifi, ...)? And by the way, how to hide the home button, back button,... if a smartphone doesn't has physicall buttons?