Qt裏使用QSplashScreen類製做Splash啓動窗口

#include <QtGui/QtGui> #include <QtGui/QPixmap> #include <QtGui/QSplashScreen> #include "ui_browser.h" int main(int argc, char **argv) { QApplication app(argc, argv); QPixmap pixmap("splash.png");
相關文章
相關標籤/搜索