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

Fastblur/RecursiveBlur not working on 6.8 (ios)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.8.0
    • None
    • iOS/tvOS/watchOS

    Description

      i have an issue , 

         Image{
              width: parent.width
              height: parent.height
              source:  "redroom.jpg"
              fillMode: Image.PreserveAspectCrop
              layer.enabled: true
              layer.effect: FastBlur{             radius: 8         }

            }

       

       

      above QML is working on android , but running it on ios returns an error 

      Missing QML.Element class info for QGfxSourceProxy

      qrc:/qt-project.org/imports/Qt5Compat/GraphicalEffects/FastBlur.qml:121 SourceProxy is not a type

      i already added QT+=core5compat on my .pro

      so i have no clues what is the issue here now 

      Below is the system information 

      MacOS silicon (macbook air m1 ) 

      Sequouia 15.2 

      Qt 6.8.0 for iOS 

       

       

      Update: 

       i tried to downgrade to 6.6.3 , and its working so the concern is really on 6.8 

       

      Attachments

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

        Activity

          People

            qt.team.graphics.and.multimedia Qt Graphics Team
            jhayar Jhay Tolentino
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes