QPixmap topPixmap("main.png"); QLabel *topLabel = new QLabel(this); topLabel->setPixmap(topPixmap);
QPixmap topPixmap( QString( "main.png" ) );QLabel * topLabel = new QLabel( this );topLabel->setPixmap( topPixmap );