Schreiben Sie einen text in ein QPixmap

Bin ich mit was ist Folgen:

QLabel* label_PM= new QLabel(this);
QPixmap PM ("C:/PM.jpg");
label_PM->setPixmap(PM);

Möchte ich einfügen um die Uhr einen text wie das, was getan wird in OpenCV cv::putText.

Nichts von der Forschung scheint zu beheben mein problem,

Gibt es eine Möglichkeit, dies zu tun?

InformationsquelleAutor M.Mellouli | 2013-06-13
Schreibe einen Kommentar