How to choose an item in QGraphicItem?
General and Desktop
4
Posts
2
Posters
1.3k
Views
1
Watching
-
I hope I'm not misunderstanding you, but have you tried "QGraphicsScene:items()":http://qt-project.org/doc/qt-4.8/qgraphicsscene.html#items-3 ?
-
Hi Romeo,
I'm afraid I don't quite understand what the problem is. As long as you have the coordinate/point, regardless of where it came from, you can use the above-mentioned function call.
Any chance of seeing some code?