摘要: 1.代码 int main(int argc, char *argv[]) { QApplication app(argc, argv); QPixmap pixmap(":/splash.png"); QSplashScreen splash(pixmap); splash.show(); app 阅读全文
posted @ 2026-01-15 15:08 朱小勇 阅读(4) 评论(0) 推荐(0)