QPixmap pixmap("splash.jpg"); QSplashScreen splash(pixmap); splash.show();
label->setPixmap(QPixmap("img1.jpg"));
QPixmap pixmap(QCoreApplication::applicationDirPath() + QDir::separator() + "splash.jpg");
C++ (Qt)static char *XpmButtonBrowse[]={"14 12 2 1",". c None","# c #4c4cba","..............","..............","..............","..............","..............","..##..##..##..","..##..##..##..","..............","..............","..............","..............",".............."};//////QPixmap PixmapBrowse (XpmButtonBrowse);