Edwin Leuven wrote:
Abdelrazak Younes wrote:
Edwin Leuven wrote:
Abdelrazak Younes wrote:
+ // But Qt doc just say use bits...
+ unsigned int * const data = (unsigned int *)img.bits();
kde has this instead:
unsigned int *data = img.depth() > 8 ? (unsigned int *)img.bits() :
(unsigned int *)img.colorTable();
Good. Could you patch it please? (and remove the FIXME)
sure
Thanks.
am looking at floatplacement as well
Very good. As I said in a previous mail, I think this class should use a
Designer file (FloatPlacementUI?) instead of manually creating the
dialog. You could also take the occasion to fix the casing of the file name.
Abdel.