PDA

View Full Version : [Qt4.1] How to insert an image inside a Form?



Gonzalez
1st February 2006, 12:44
I don't see any widget in QtDesigner 4.1 to insert an image inside a Form.

In Qt3 Designer there is a QPixmap or QImage widget (I don't remember) to insert an image inside a Form.

How to insert an image inside a Form with QtDesigner 4.1?

jacek
1st February 2006, 13:54
Try QLabel.

GuS
7th March 2006, 16:40
Hi!!

Where is that QLabel? i can't find it either....
Thanks!

Cheers.

jpn
7th March 2006, 16:44
Where is that QLabel? i can't find it either....
See "Display Widgets" in the Widget Box... it's the first one :)

wagmare
18th September 2008, 09:13
hi friends,
i insert a QLabel and now how can i load images .... i dont know the resources and all

raman_31181
23rd September 2008, 12:20
use the pixmap properties on QLabel....u can see the properties window using ctrl +I