Hi all,
Does anybody know whow to simply display an image from a bitmap file (8bpp) on a widget? Basically how to show a bitmap photo file on the screen and (if that's possible) also force it to be a certain size (compress it to smaller than original).
I'd like to the be able to do:
pixmapLabel->setPixmap(bmpImageFromFile);
mainLayout->addWidget(pixmapLabel);
Any ideas are a huge help! Thanks.
Bookmarks