Inserting Images in the form
Hi I am a newbie in QT
I am using visual studio 2008 for programming with QT 4.4.3
I am facing a problem. I need to insert an image in the form
I create a QLabel and then go to its property and click on pixmap but in the resources there is nothing and VS does not give me an option to choose images from the computer
Can someone help me out in this regard
Re: Inserting Images in the form
why dont u use setPixmap() on QLabel..why be so dependent on Designer?
Re: Inserting Images in the form
hi,
well it's your choice to set the pixmap from the designer or the source code by setPixmap but there should be an option that lets you to choose a file from your computer. Anyway if it's not there, maybe Qt had a problem with the extension or type of the file.