91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 6.95MB
    文件類型: .7z
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-11-11
  • 語言: 其他
  • 標(biāo)簽: Qt??

資源簡介

這是用Qt編寫的小說閱讀器,還不是很完善,存在一些bug,因?yàn)榍度肓艘恍﹦e人的代碼。可提供參考

資源截圖

代碼片段和文件信息

#include?“mainwindow.h“
#include?


int?main(int?argc?char?*argv[])
{
????QApplication?a(argc?argv);
????QSplashScreen?*splash?=?new?QSplashScreen;
????splash->setPixmap(QPixmap(“:/flash/img/image4.jpg“));
????splash->show();

????Qt::Alignment?topRight?=?Qt::AlignRight?|?Qt::AlignTop;
????splash->showMessage(Qobject::tr(“Setting?up?the?main?window...“)
????????????????????????topRightQt::white);

????MainWindow?w;
????w.app?=?&a;
????splash->showMessage(Qobject::tr(“Loading?modules...“)
????????????????????????topRightQt::white);
????//establishConnections();
????w.show();
????w.move((QApplication::desktop()->width()-w.width())/2
???????????(QApplication::desktop()->height()-w.height())/2);
????splash->finish(&w);
????delete?splash;

????return?a.exec();
}

評論

共有 條評論