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

Objects created by a ModelView/Repeater are not shown when parent is an Item3d (in qt5)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.7.0
    • Qt3D TP1
    • Qt3D
    • None

    Description

      In the qt5/qml2 integration, When a repeater's parent is an item3d, generated item3ds are not displayed.

      E.g.:

      Viewport { 
          // works
          Repeater { id: works; delegate:myDelegate; model:myModel }
         // doesn't work
         Item3D { Repeater { id: doesntWork; delegate:myDelegate; model:myModel } }
      }
      

      Attachments

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

        Activity

          People

            debhal Julian de Bhal (closed Nokia identity) (Inactive)
            debhal Julian de Bhal (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes