QSplashScreen:如果采用图片的话:
QPixmap pixmap(./img.jpg图片的路径)
QSplashScreen splash(pixmap);
splash.show();
……
……
splash(&window);
window为你要接下来显示的画面,可以在window的构造函数里加上 sleep(int),函数在<unistd.h>里面。
linux下加载进来即可。
原文:http://www.cnblogs.com/fangcheng/p/3571860.html