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 do we support 4inch iphone5 screen
Forum Updated to NodeBB v4.3 + New Features

How do we support 4inch iphone5 screen

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 1.1k 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.
  • B Offline
    B Offline
    billconan
    wrote on last edited by
    #1

    Hello guys,

    I tried the ios port of Qt, the problem is that the window size is always 3.5 inch. I have a 4inch iphone 5, so I have two black bars around the application.

    How do we support 4inch screen? somebody said that as long as I create a default launch image for the 4 inch display, the app will be 4 inch. I tried, it didn't work for me.

    Thanks,

    1 Reply Last reply
    0
    • R Offline
      R Offline
      rocketchicken
      wrote on last edited by
      #2

      What does your QDeclarativeView look like?
      What first page element look like ?
      Did you by any chance use showFullScreen() ?
      Those are places that I would look,
      but the typical strategy is to ensure that you use ratios for size and anchors for placement.

      Also you should post some code otherwise how are people going to know whats wrong?

      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