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. Qt Android - Rescaling - Correct size for Nexus 5
Forum Updated to NodeBB v4.3 + New Features

Qt Android - Rescaling - Correct size for Nexus 5

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

    Well how do I get the whole design layout so I can see it all instead of scrolling up and down.

    e.g. http://i61.tinypic.com/2dslgth.png

    Also does anyone know the correct size for the nexus 5 ?

    1 Reply Last reply
    0
    • X Offline
      X Offline
      Xander84
      wrote on last edited by
      #2

      http://www.google.com/nexus/5/
      4.95” 1920x1080 display (445 ppi)

      what about that from the official technical details? :)

      But let me tell you it is never good to set a static size for mobile apps.
      I don't know how you can deal with that problem easily with widget apps, but you should consider using Qt Quick for mobile development, it is much easier to use dynamic layouts for all device resolutions and sizes (among other advantages).

      1 Reply Last reply
      0
      • F Offline
        F Offline
        Fatal
        wrote on last edited by
        #3

        [quote author="Xander84" date="1399842844"]http://www.google.com/nexus/5/
        4.95” 1920x1080 display (445 ppi)

        what about that from the official technical details? :)

        But let me tell you it is never good to set a static size for mobile apps.
        I don't know how you can deal with that problem easily with widget apps, but you should consider using Qt Quick for mobile development, it is much easier to use dynamic layouts for all device resolutions and sizes (among other advantages).[/quote]

        Thanks for the reply. Qt Quick seems to not compile for me at all, it doesnt give me the option.

        1 Reply Last reply
        0
        • F Offline
          F Offline
          Fatal
          wrote on last edited by
          #4

          I have found that I was trying to do its in quickUI but now im trying quickapplication :D

          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