Qt QSplashScreen 開機加載圖片和動圖

如下語句加在main()函數中。  函數 開機加載圖片:     QPixmap pixmap(":/prefix/poweron.png");     QSplashScreen splash(pixmap);     splash.show();                      QApplication::processEvents();  圖片     Dialoghome w;
相關文章
相關標籤/搜索