Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
6.3.1, 6.4.0 FF
-
-
ecf4e5bbce (qt/qtdoc/dev) ecf4e5bbce (qt/tqtc-qtdoc/dev)
Description
The documentation at https://doc.qt.io/qt-6/threads-modules.html states that: "Painting onto QPixmaps and QWidgets is not supported."
Reading the code of QPainter, specifically "qt_painter_thread_test" seems to imply though that this IS in fact supported as long as the platformintegration supports it, see QPlatformIntegration::ThreadedPixmaps and QPlatformIntegration::ThreadedOpenGL.
The documentation should be amended in this regard.