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

found the simplest way yet to create an infinite polish loop

XMLWordPrintable

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

      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
      

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

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

              Created:
              Updated:

                There are no open Gerrit changes