QSplashScreen *splash=new QSplashScreen(QPixmap(":/images/splash.png"));splash->show();
int main(int argc, char *argv[]){ QApplication a(argc, argv); QPixmap SplashPixmap(":/images/catalogue.png"); QSplashScreen *splash=new QSplashScreen(SplashPixmap); splash->show(); //тут вылетает access violation