xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

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

資源簡介

這是用Qt編寫的小說閱讀器,還不是很完善,存在一些bug,因為嵌入了一些別人的代碼。可提供參考

資源截圖

代碼片段和文件信息

#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();
}

評論

共有 條評論