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

[REG 6.6.3-6.7.0] TextEdit - warnings on loading embedded QRC images

XMLWordPrintable

    • All
    • 428f64a12 (dev), a8ffb369b (6.8), ea584e197 (6.7), 265ae27a3 (dev), 15d634044 (6.8), 4e08af242 (6.7)

      Since Qt 6.7.0 here is a warning on loading every embedded QRC image in QML TextEdit

      QQuickPixmap: connectFinished() called when not loading.
      

      Code sample:

      import QtQuick
      
      Window {
          width: 640
          height: 480
          visible: true
      
          TextEdit {
              text: '<img src="document-new.png"/>' // or any other image from QRC
              textFormat: Qt.RichText
          }
      }
      

      See standalone example untitled16.zip

        1. untitled16.zip
          2 kB
          Vladimir Belyavsky
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            srutledg Shawn Rutledge
            studiosus Vladimir Belyavsky
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: