Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.2.0
-
None
-
Windows 7, qt5 snapshot 2013-12-09 (17-06-35-196)
-
989d439d93341fc8f046a5a6cefe6ed39625b908 (stable, 25.2.2014, 5.3)
Description
import QtQuick 2.1 import QtQuick.Window 2.1 import QtQuick.Dialogs 1.1 import QtQuick.Controls 1.1 Window { Button { text: "Open" anchors.centerIn: parent onClicked: dialog.open() } MessageDialog { id: dialog text: "QtQuick.Dialogs.MessageDialog" } }
Steps:
- run the test app
- click the button
- close the dialog
- close the window
Result:
External WM_DESTROY received for QWidgetWindow(0x4191778, name = "QMessageBoxClassWindow") , parent: QObject(0x0) , transient parent: QQuickWindowQmlImpl(0x107d570)
Attachments
Issue Links
- is duplicated by
-
QTBUG-42084 "External WM_DESTROY received for..." at app shutdown
-
- Closed
-
- relates to
-
QTBUG-36666 Windows: The transient child of QDockWidget disappears, when we return QDockWidget again in dock
-
- Closed
-