I would like to display an image on a widget, does anyone know how?
thank you very much
I would like to display an image on a widget, does anyone know how?
thank you very much
you can use
or you can use CSS to send the Widget background.Code:QPixmap pixmap; pixmap.load("my_image.jpg"); widget->setPixmap(pixmap)
What to put in a frame?
I need very quickly upload images and make like a video
thank you very much