Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-5084

QmlViewer crashes on changing attributes in PropertyChanges when using Live Preview

    XMLWordPrintable

Details

    Description

      On changing property in PropertyChanges{} inside State{}, the qmlviewer crashes.

      Steps:
      1)Debug the example in QtCreator.

      2) Change line 55
      from
      PropertyChanges

      { target: userIcon; x: middleRightRect.x; y: middleRightRect.y }


      to
      PropertyChanges

      { target: userIcon; x: 0; y: middleRightRect.y }

      3) Save the file

      4) Click on the bottom Left Rectangle. The qmlviewer crashes

      Attachments

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

        Activity

          People

            ajana Aurindam Jana
            ajana Aurindam Jana
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes