Hi,
It work when you set the flag ItemIsSelectable to true:
boardTiles[i][j]->setFlag(QGraphicsItem::ItemIsSelectable,true);
Hi,
It work when you set the flag ItemIsSelectable to true:
boardTiles[i][j]->setFlag(QGraphicsItem::ItemIsSelectable,true);
Bookmarks