Details
-
Bug
-
Resolution: Won't Do
-
P5: Not important
-
None
-
6.7.2
-
Linux arch 6.6.32.
Qt from git: qtbase,qtsvg,qttools,qtwayland,qtwebsockets,qtcharts
branch 6.7.2
On Xorg 1.21.11
Description
After building Qt 6.7.2 as follows:
> perl init-repository --module-subset=qtbase,qtsvg,qttools,qtwayland,qtwebsockets,qtcharts
> ../configure -prefix /usr/local/qt -xcb-native-painting
I tried to execute a test application (a Qwt plot example) after doing:
> export QT_XCB_NATIVE_PAINTING=1
Painting is broken, as can be seen in the attachments.
Painting is ok with both QPaintEngine::Raster and QPaintEngine::OpenGL2.