C++ (Qt) QGraphicsTextItem *textItem = new QGraphicsTextItem("I'm text.", 0, 0); textItem->setPos(67, 90);scene->addItem(textItem);