Hello,
I use the QGraphicsScene, QGraphicsView and QGraphicsRectItem to display 15 images by 5x3.
But I can not add the rect item in certain place,
I use the function void QGraphicsScene::addItem ( QGraphicsItem * item )from the class QGraphicsScene. only the first image was displayed.
I also used the function void QGraphicsRectItem::setRect ( qreal x, qreal y, qreal width, qreal height ). But I can only set x=0, and y=0.
Please give some help.
Bookmarks