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

Document implications of inline components

    XMLWordPrintable

Details

    • 73736a5f2e9668e4f38f5466df5df2ddf93e064f

    Description

      See http://developer.qt.nokia.com/forums/viewthread/4326/ for details.

      A simpler example showing the same issue is:

      import QtQuick 1.0
      
      Rectangle {
          width: 400
          height: 400
      
          Component {
              id: myComponent
              Text {
                  text: index
              }
          }
      
          Column {
              Repeater {
                  model: 5
                  Loader {
                      sourceComponent: myComponent
                  }
              }
          }
      }
      

      Attachments

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

        Activity

          People

            brasser Michael Brasser (closed Nokia identity) (Inactive)
            brasser Michael Brasser (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes