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

loop QQuickDesignerSupport with simple example

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • None
    • 5.15.3, 5.15.4, 5.15.5, 6.0.1, 6.1.2, 6.2.0 Alpha
    • None
    • QDS 2D - 2021 Week 28/29

      After https://bugreports.qt.io/browse/QDS-3301 was fixed a very old bug was reintroduced -now we can trigger a loop in a very simple example:

      QQuickDesignerSupport::PropertyNameList QQuickDesignerSupportProperties::propertyNameListForWritableProperties
      
      • testloop.qml
        import QtQuick 2.15
        Item {
            MyObject {
            }
        }
        
      • MyObject.qml
        import QtQuick 2.15
        QtObject {
            id: myObject
            readonly property QtObject myproperty: myObject
        }
        

        1. screenshot-1.png
          screenshot-1.png
          383 kB
        2. testloop.zip
          0.7 kB
        For Gerrit Dashboard: QTBUG-94928
        # Subject Branch Project Status CR V

            thohartm Thomas Hartmann
            tjenssen Tim Jenssen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes