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

"Cannot assign object to list property" error message isn't descriptive enough

    XMLWordPrintable

Details

    • 6e6cfe4f9 (dev), b4a161b45 (6.10), edd47bf60 (6.9), a83b95d08 (tqtc/lts-6.8)

    Description

      Can be reproduced with this code:

      import QtQuick
      
      Window {
          width: 640
          height: 480
          visible: true
      
          SequentialAnimation {
              FrameAnimation {}
          }
      }
      

      It should say why. In this case it's because it's not the right type.

      Attachments

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

        Activity

          People

            mitch_curtis Mitch Curtis
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: