hello,
i have QGraphicsItemGroup used to store a group of QGraphicsLineItem ,
i want to change the pen of QGraphicsLineItem childs but the QGraphicsItemGroup does not have a such mlethod , so i did a cast from QGraphicsItemGroup to QGraphicsLineItem but the program has stopped !!