[Interest] QIcon from ARGB32 data
Filip Piechocki
fpiechocki at gmail.com
Fri Jun 13 17:45:41 CEST 2014
You have to extract the data from the string. The string "-128" is not
equal the number -128 - it is a basic knowledge you have to understand
even before writing your first hello_world.
You have to split the string on the coma character and then convert
substrings with toInt(), cast to uchar and append to byte array.
Is this icon looking like a flag (dark blue checkerd rectangle in the
left top corner)? Because this is what I got from this string.
BR,
Filip
On Fri, Jun 13, 2014 at 10:52 AM, Damian Ivanov <damianatorrpm at gmail.com> wrote:
> 21x14
More information about the Interest
mailing list