I already tried several methods on displaying an image on a form, but none of them works how I would like.
I\'ve read many places that the easiest way is to create a la
QPixmap pic = QPixmap(":/resource/xxx.png").scaled(16,16,Qt::IgnoreAspectRatio, Qt::SmoothTransformation); ui->yourLable->setPixmap(pic);