資源簡介
代碼片段和文件信息
#include?“src/test/mainwidget.h“
#include?“src/main/mainwindow.h“
#include?
#include?
#include?
//#define?MAIN_TEST
int?main(int?argc?char?*argv[])
{
????QApplication?a(argc?argv);
#if?(QT_VERSION?<=?QT_VERSION_CHECK(500))
????????QTextCodec?*codec?=?QTextCodec::codecForName(“UTF-8“);
????????QTextCodec::setCodecForLocale(codec);
????????QTextCodec::setCodecForCStrings(codec);
????????QTextCodec::setCodecForTr(codec);
#endif
????QFile?qss(“:/qss/default“);
????qss.open(QFile::ReadOnly);
????qApp->setstyleSheet(qss.readAll());
????qss.close();
#ifdef?MAIN_TEST
????MainWidget?w;
????w.show();
#else
????MainWindow?*w?=?new?MainWindow;
????w->show();
#endif
????return?a.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-11-11?12:31??Qt360-master\
?????文件?????????242??2014-11-11?12:31??Qt360-master\.gitignore
?????文件???????18027??2014-11-11?12:31??Qt360-master\LICENSE
?????文件?????????817??2014-11-11?12:31??Qt360-master\README.md
?????文件?????????723??2014-11-11?12:31??Qt360-master\main.cpp
?????文件????????4289??2014-11-11?12:31??Qt360-master\new360.pro
?????目錄???????????0??2014-11-11?12:31??Qt360-master\resource\
?????文件???????14103??2014-11-11?12:31??Qt360-master\resource\360.qrc
?????目錄???????????0??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\
?????目錄???????????0??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\
?????文件???????15086??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\360logo.ico
?????文件????????4981??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\IKnow.png
?????文件????????6248??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\alarm_phone.png
?????文件???????14551??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\alarm_tip.png
?????文件?????????659??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\background.png
?????文件????????6578??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\backupBtn.png
?????文件???????10061??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\backup_tip.png
?????文件????????3480??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\beStolen.png
?????文件?????????531??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\bkArrow.png
?????文件????????1645??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\bkCloud.png
?????文件????????2052??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\bkPhone.png
?????文件?????????576??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\change_sim.png
?????文件????????1142??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\checkbox.png
?????文件????????6056??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\clear_data.png
?????文件???????15793??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\clear_data_tip.png
?????文件????????3311??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\clear_report_case.png
?????文件????????3318??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\close_protect.png
?????文件????????2905??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\data_app.png
?????文件????????3141??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\data_app_chk.png
?????文件????????4129??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\data_call.png
?????文件????????4173??2014-11-11?12:31??Qt360-master\resource\360MobileAssistant_theme\Image\data_call_chk.png
............此處省略2405個文件信息
評論
共有 條評論