QGraphicsPathItem or QGraphicsRectItem, depending on what you want to achieve.
You will also have to create a QGraphicsTextItem as a child of that item to have editable text inside the baloon.
Use QGraphicsItem::setPos().2. I also hope to insert this balloon to QGraphicsScene with the specified position, how can I do?
Bookmarks