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

Replace QAbstractListModel with QQuickFolderListModel in Component Casting

    XMLWordPrintable

Details

    • ed6be040a (dev), 196cb3045 (dev)

    Description

      QAbstractListModel *flm = qobject_cast<QAbstractListModel*>(component.create()); 

      This needs to be updated to cast to QQuickFolderListModel instead, as the model should now handle folder listings with an additional description property. The update requires revising the casting, ensuring that the new QQuickFolderListModel is properly integrated, and that the description field is added and managed correctly across the component.

      Attachments

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

        Activity

          People

            dheerendra Dheerendra Purohit
            dheerendra Dheerendra Purohit
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes