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. How to fill full Pixel 7 screen
Forum Updated to NodeBB v4.3 + New Features

How to fill full Pixel 7 screen

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

    My QML application must fill full screen on Pixel 7, but i get offset on camera side. Currently i do this:

    ApplicationWindow {
        id: window
        visible: true
        visibility: Window.FullScreen
    

    and I get:

    Screenshot_20250906-224155.jpg

    I have tried

    flags: Qt.Window | Qt.ExpandedClientAreaHint | Qt.NoTitleBarBackgroundHint
    

    but did not help. Any correct way to do this?

    1 Reply Last reply
    0
    • L Offline
      L Offline
      Leptonas
      wrote last edited by Leptonas
      #2

      Fixed. Added:

      leftPadding: 0 // ignore camera cutout / notch
      rightPadding: 0 // ignore camera cutout / notch
      
      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