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. N9/N950 SCREEN dimension what changes needed from symbian 3 development
Qt 6.11 is out! See what's new in the release blog

N9/N950 SCREEN dimension what changes needed from symbian 3 development

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 4 Posters 3.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.
  • P Offline
    P Offline
    profuma
    wrote on last edited by
    #1

    Hi
    Since the screen resolution of N9/N90 is 480*854 , what needs to be done in terms of graphics so that the huge empty space (when compared to symbain^3 phone) on bottom can be avoided?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      thisisbhaskar
      wrote on last edited by
      #2

      mm.. one way is to make your graphic items scalable according the screen size...

      If your graphics items does not look good when scaled up, you may want to additional content for N9, or just leave the empty space..

      1 Reply Last reply
      0
      • S Offline
        S Offline
        senu188
        wrote on last edited by
        #3

        Hi
        You can use svg images and Harmattan Qt components in you app. It will auto scale to fit your app screen.

        http://qt-apps.org/usermanager/search.php?username=senu&action=contents

        1 Reply Last reply
        0
        • L Offline
          L Offline
          leon.anavi
          wrote on last edited by
          #4

          You can use "vertical layouts":http://doc.qt.nokia.com/latest/qvboxlayout.html and adjust to dynamically the size of the widgets inside them.

          http://anavi.org/

          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