Qt - How to set text on top of QLabel Image

I believe QPainter is used, but I can't figure out how to combine the two. QLabel* imageLabel = new QLabel(); QImage image("c://image.png"); imageLabel->setPixmap(QPixmap::fromImage(image));