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

App becomes unresponsive with "QQuickItem::polish loop" warning

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • 5.12.9, 5.12.10, 5.15.1
    • 5.3.1
    • Quick: Layouts
    • None
    • Kubuntu 14.04 64-bit
    • abaa8cf657111c86f1db72dff65a0c85e158f7b1 (qt/tqtc-qtdeclarative/5.12) b34a9545e9a78646f6bef2cec2da46772ad4defa (qt/qtdeclarative/5.15.1) 1c8bce285522e0dcfd13fe6c514f4756d6d6438c (qt/tqtc-qtdeclarative/6.0)

    Description

      import QtQuick 2.2
      import QtQuick.Controls 1.1
      
      ApplicationWindow {
          visible: true
          width: 1024
          height: 768
      
          Item {
              width: 200
              height: 200
      
              Column {
                  width: parent.width
      
                  Rectangle {
                      id: header
                      width: parent.width
                      height: 50
      
                      Row {
                          Button {
                              text: "Click Me"
                          }
                      }
                  }
      
                  Grid {
                      id: grid
                      columns: 2
                      rowSpacing: 10
                      columnSpacing: 10
                      width: parent.width
                      height: parent.height
                  }
              }
          }
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              smd Jan Arve
              mitch_curtis Mitch Curtis
              Votes:
              3 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes