Details
-
Bug
-
Resolution: Cannot Reproduce
-
P4: Low
-
None
-
5.3.2, 5.9.3
-
None
-
Windows 7 Qt5.3.2 with MinGW_32bit
Description
In main.cpp
MainWindow *w = new MainWindow;
w->show();
In mainwindow.cpp
void MainWindow::on_toolButton_clicked()
void MainWindow::on_toolButton_2_clicked()
{ static TestD *dlg2 = new TestD(this); dlg2->show(); }if you press both buttons and close the application error message appears
External WM_DESTROY received for QWidgetWindow(0x6b7458, name = "TestDWindow") , parent: QObject(0x0) , transient parent: QWidgetWindow(0x63ac88, name = "MainWindowWindow")
Attachments
Issue Links
- duplicates
-
QTBUG-35499 Windows: MessageDialog causes warnings on close on application exit
-
- Closed
-