Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-33136

Android: Decide what to about screen sizes

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P1: Critical
    • 5.2.0
    • None
    • GUI: Window management
    • None
    • Android

    Description

      In QScreen, we have both properties screenGeometry and availableScreenGeometry.

      On Android, we set both of these to the available screen geometry, i.e. the size of the drawable surface. The reason for this is that the APIs to get the actual real screen geometry were not added before in API level 17.

      We need to decide whether we should define the screen as the window we can draw into on all API versions, or if we should magically start setting the actual screen geometry when the API level is 17 or higher.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            esabraha Eskil Abrahamsen Blomfeldt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes