Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.1.1
-
None
-
Mac OS X 10.8.4
-
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
- relates to
-
QTBUG-66381 double deletion of QQuickWindow when it is loaded by a Loader and the software renderer is in use
- Closed
-
QTBUG-32494 Windows: The QML FileDialog may crash on closing
- Closed
-
QTBUG-52944 Transient parent of Window is not clear when Loader is involved
- Closed