Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
5.9.6, 5.11.2
Description
Conditions:
- QQuickWidget::resizeEvent() is overridden in inherited class for resizing contents in QML.
- set environment variable QT_QUICK_BACKEND=software, or call
QQuickWindow::setSceneGraphBackend(QSGRendererInterface::Software) in main().
Expectation:
Rendering QML on QQuickWidget.
Actual:
Blank.
Reproducible on any environment, Windows, macOS and Linux.
Attached sample calls QQuickWindow::setSceneGraphBackend(QSGRendererInterface::Software).
Attachments
Issue Links
- relates to
-
QTBUG-44876 QQuickWidget: QQuickRootItem is not resized
-
- Open
-