`
cloudtech
  • 浏览: 4619255 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
文章分类
社区版块
存档分类
最新评论

QT画全屏图片

 
阅读更多
QPixmap pixmap(QString::fromUtf8(":/images/logo.png"));
pixmap = pixmap.scaled(QApplication::desktop()->size());
QSplashScreen *splash = new QSplashScreen(pixmap);
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics