Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-1247

QML Camera element requires both width and height to be visible on Symbian

XMLWordPrintable

    • a521a198

      While the following element will be displayed correctly

      Camera {
          width: 200
          height: 200
      }
      

      Neither of the following will be displayed at all:

      Camera {
          width: 200
      }
      
      Camera {
          height: 200
      }
      

      Note that omitting either width or height from a Video element does not cause it to disappear - in that case, the missing property is derived from the provided one using the native size of the video clip.

        1. QTMOBILITY-1247.zip
          45 kB
          Gareth Stockwell
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            gastockw Gareth Stockwell
            gastockw Gareth Stockwell
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes