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

Details

    • a521a198

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: