Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, I want my app to occupy whole screen. So, I want to hide top bar (the one with clock, battery, wifi status etc) and on some phones which don't have hw buttons, I also want to hide the bar with android buttons (back, home).
Is it possible in Qt?
Sorry, sometimes things are simpler than I think.
visibility: Window.FullScreen
Yes, it's possible. Do you use Widgets or Quick?