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

QML background is not rendered when Camera element is used on Symbian

    XMLWordPrintable

Details

    • 670e1aa7

    Description

      When the following QML is rendered, the viewfinder is visible, but the background is shown transparent instead of blue.

      import Qt 4.7
      import QtMultimediaKit 1.1
      
      Rectangle {
          width: 360
          height: 640
          color: "blue"
      
          MouseArea {
              anchors.fill: parent
              onClicked: Qt.quit()
          }
      
          Camera {
              id: camera 
              anchors.horizontalCenter: parent.horizontalCenter
              anchors.verticalCenter: parent.verticalCenter
              width: 250
              height: 250
          }
      }
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: