PDA

View Full Version : QImage inside QFrame



HelderC
2nd September 2010, 23:19
It's possible put a QImage inside of QFrame?

dpatel
3rd September 2010, 05:23
You can surely set the background image using stylesheets. look at the examples here QFrame Stylesheets (http://doc.trolltech.com/4.6/stylesheet-examples.html#customizing-qframe)

aamer4yu
3rd September 2010, 05:37
Better use QLabel. QLabel::setPixmap

HelderC
3rd September 2010, 17:22
Better use QLabel. QLabel::setPixmap


I put the QImage inside of QLabel? It is?

tbscope
3rd September 2010, 17:25
Yes, the label itself is a frame.

HelderC
3rd September 2010, 18:36
Ok, people.... thank you !!!!:cool: