Goal is to send few QGraphicsItem's to the QGraphicsView's background so that
itemAt() function will not detect the items are in background on mouse click position and other mouse events are ignored.
I understood that I can not do it with QGraphicsView::drawBackground(painter,rectf),
some info from Qt Assistant that I need to try with QGraphicsView::drawItems(i.e. itemlayer), but who will send items list to this function? some example would be great, even if I send items to the itemlayer will the items detected by the function call itemAt()?
Thanks/Srinivas
Bookmarks