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

Strange QQuickView behavior

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.11.2
    • None

    Description

      For Qml Online project we need to update QML preview window on QML file update in real time. However QQuickView works a little bit strange: it allows to modify window content without window recreation and works very fast. But if QML root element is an
      Item {
      ...
      }

      after qxView->setContent() call I see previous QML file content with the new one as well. If root item is:
      Rectangle {
      ...
      }

      all works just fine - I always see only recent content on QML file change.

      Attachments

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

        Activity

          People

            srutledg Shawn Rutledge
            jirauser39314 user-45b5b (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes