You can draw small circles instead of points or you can create a custom item that represents a set of points.
You can draw small circles instead of points or you can create a custom item that represents a set of points.
ntp (10th April 2008)
If ur points are constant, u can draw them in background or foreground
These might help you -
QGraphicsScene::drawForeground ( QPainter * painter, const QRectF & rect )
QGraphicsScene::drawBackground ( QPainter * painter, const QRectF & rect )![]()
Bookmarks