hi everyone,
here is my problem:
i want to retreive a QPixmap from a label and transform it as a Byte array to use it in my application,
i tried to read the context of the label as string ( ui->label->text() ) and then transform it later as byte array but the problem is that ui->label->text() is not returning any data
is there any way to retrieve the data of the pixmap from the image?
i would be thankfull for any help ..Thank you





