[PyQt] Why QImage.colorTable() returns signed int?

INADA Naoki songofacandy at gmail.com
Sun May 31 06:48:10 BST 2009


Hi.

QRgb type is unsigned int typedef and QImage.colorTable() method
returns vector of QRgb.

But, there are minus integers in value QImage.colorTable() return when
the QImage have color palette with alpha.

Is this a bug?

-- 
Naoki INADA  <songofacandy at gmail.com>


More information about the PyQt mailing list