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

Crash when unloading sub window

    XMLWordPrintable

Details

    • 0ca2b46893f73ec1dff9440cd462f9c64b989335

    Description

      import QtQuick 2.1
      import QtQuick.Window 2.0
      
      Window {
          Loader {
              id: loader1
              sourceComponent: Item {
                  Loader {
                      id: loader2
                      sourceComponent : Window {}
                  }
                  Component.onDestruction: {
                      loader2.active = false;
                  }
              }
          }
          Component.onCompleted: {
              loader1.active = false;
          }
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              srutledg Shawn Rutledge
              sqq S.Gold
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes