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

found the simplest way yet to create an infinite polish loop

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.7.2, 6.8
    • None

    Description

      import QtQuick
      
      ListView {
          width: 640
          height: 480
          model: 4
      
          delegate: Rectangle {
              anchors.fill: parent
          }
      }
      
      [     1.087 W] polishLoop.qml:3:1: QML ListView: possible QQuickItem::polish() loop
      [     1.087 W] polishLoop.qml:3:1: QML ListView: ListView called polish() inside updatePolish() of ListView
      

      Attachments

        1. polishLoop.qml
          0.1 kB
          Shawn Rutledge

        Issue Links

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

          Activity

            People

              piwierci Piotr WierciƄski
              srutledg Shawn Rutledge
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes