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

wasm: Images are not showing up.

    XMLWordPrintable

Details

    • WebAssembly

    Description

      I set the src to a url on the network and the image is not showing. I checked the developper console and I don't see the http url requests either. So looks like the images are not being loaded at all.

      I checked using qt 6.4.3 and the images are loading and showing fine.

      Here's a sample of QML code with the image not loading:

                          Image
                         

      {                         id: reloadColoursImage                         x: 5                         y: 5                         width: 30                         height: 30                         source: "https://arcpodcasts.s3.us-east-2.amazonaws.com/AdminRadio/reload.png"                         fillMode: Image.PreserveAspectFit                         clip: true                         smooth: false                     }

      This is a show stopper. I cannot upgrade my apps to 6.5.1 at all with this issue.

      Thank you,

      Stephan Monette

      Attachments

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

        Activity

          People

            lpotter Lorn Potter
            monettes Stephan Monette
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes