vote up 0 vote down star

Hello every one

      In qt-designer i loaded bitmap images and in preview i cam able to view the images. But after compiling in qdevelop IDE , i could not see the images at all . Is there any procedure to load the bitmaps in to qdevelop.

Thanks in advance Ramakrishna ramakrishnapulluru@gmail.com

flag

2 Answers

vote up 1 vote down

I think you'll be wanting to add the bitmaps to a resource file, using Qt's resource system, if you want to be able to use them in Designer and also have them work in your compiled application correctly. I've not used it, but the examples look fairly straightforward, and it appears QDevelop supports the resource system to some extent.

link|flag
vote up 0 vote down

Have you configured Qt to use required images plugins?

[-no-gif] [-qt-gif] [-no-libtiff] [-system-libtiff] [-no-libpng] [-qt-libpng] [-system-libpng] [-no-libmng] [-qt-libmng] [-system-libmng] [-no-libjpeg] [-qt-libjpeg] [-system-libjpeg]

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.