Hi all, the class QGraphicColorizeEffect let you change the color of a QgraphicPixmapItem,

unfortunatly this class was introduced only in 4.6,
i'm developing a project that must use the qt 4.3 so, i need to know how to change the color of a QGraphicPixmapItem

another issue is the setX and setY method on the QgraphicPixmapItem, again this was introduced only in 4.6 but looks like there wasn't any of similar on previous versions...


any tips ?!