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");
相关文章
相关标签/搜索