[Interest] QDatastream, QMap, QImage serialization

Thiago Macieira thiago.macieira at intel.com
Tue May 22 19:35:13 CEST 2018


On Tuesday, 22 May 2018 12:24:56 -03 Michael Jackson wrote:
> For Qt6 what I would like to see is QPainter abstracted out to just an
> interface and have the normal accelerated implementation that we have now
> in QtGui but also have a non-accelerated version living in QtCore or a
> library that does NOT depend on a windowing system.

You've described QtGui in Qt 5.

The raster implementation lives in QtGui. The HW-accelerated implementation 
lives in the QPA plugin or in a private library loaded by that plugin.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center






More information about the Interest mailing list