Add points to a Scene
Unsolved
General and Desktop
-
-
@AlvaroS
A point is a point.
If you want to display it differently you need to create a custom QGraphicsItem or use a QGraphicsPixmapItem instead for example. -
@raven-worx Here the solution: http://stackoverflow.com/questions/9493578/how-to-add-points-in-qgraphicsview
Thanks