Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.5.3
-
Windows
-
eb4cb7192 (dev)
Description
After upgrade to Qt6.5.31, I face a problem: In my QMainWindow, it contains a QStackedWidget. When I add a QWidget (named exampleWidget) which contains a QWebEngineView to the stacked widget, the QMainWindow will be recreated.
With some debug, I found that the original surface type of the mainwindow is raster surface. But when add the QWebEngineView which surface type is Direct3D, this will cause the mainwindow be recreated.
Attachments
Issue Links
- is duplicated by
-
QTBUG-124215 [REG 5.15->6.5] The crash after QWidget::setParent() call for QWebEngineView
-
- Closed
-
- relates to
-
QTBUG-120096 Rendering seems interupted when switching webengine view to QWidget
-
- Closed
-
-
QTBUG-119760 Crash when dereferencing a deleted QRhi after native window is re-created
-
- Closed
-
-
QTBUG-120276 Crash when reparent a native child to a different tlw if QT_WIDGETS_RHI=1 is set on Windows
-
- Closed
-