資源簡介
qt 5寫的天氣預報程序,使用百度api接口,實現天氣的網絡查詢.
代碼片段和文件信息
#include?“app.h“
QString?app::appPath=qApp->applicationFilePath();
QString?app::cityName=“北京“;
app::app()
{
}
void?app::readConfig()
{
????QString?filePath=appPath+“/“+“appConfig.ini“;
????QSettings?*settings=new?QSettings(filePathQSettings::IniFormat);
????settings->beginGroup(“appConfig“);
????app::cityName=settings->value(“cityName“).toString();
????settings->endGroup();
}
void?app::writeConfig()
{
????QString?filePath=appPath+“/“+“appConfig.ini“;
????QSettings?*settings=new?QSettings(filePathQSettings::IniFormat);
????settings->beginGroup(“appConfig“);
????settings->setValue(“cityName“app::cityName);
????settings->endGroup();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-05-23?21:41??qt?weather\
?????文件?????5391360??2015-12-25?14:36??qt?weather\Qt5Core.dll
?????文件?????5334528??2015-10-13?03:31??qt?weather\Qt5Gui.dll
?????文件?????1528832??2015-10-13?03:26??qt?weather\Qt5Network.dll
?????文件?????6541824??2015-10-13?03:37??qt?weather\Qt5Widgets.dll
?????文件?????2716672??2016-05-23?21:33??qt?weather\QtWeather.exe
?????文件???????48294??2016-05-22?16:39??qt?weather\city.txt
?????目錄???????????0??2016-05-23?21:34??qt?weather\core\
?????文件?????????629??2016-05-23?21:22??qt?weather\core\QtWeather.pro
?????文件???????18661??2016-05-23?20:29??qt?weather\core\QtWeather.pro.user
?????文件?????????679??2016-05-23?21:29??qt?weather\core\app.cpp
?????文件?????????278??2016-05-23?20:45??qt?weather\core\app.h
?????文件?????????630??2016-03-19?22:17??qt?weather\core\icon
?????文件?????????789??2016-03-19?22:12??qt?weather\core\icon
?????目錄???????????0??2016-05-23?21:34??qt?weather\core\image\
?????文件??????142735??2014-08-06?13:26??qt?weather\core\image\12.jpg
?????文件??????169166??2014-07-23?18:29??qt?weather\core\image\13.jpg
?????文件???????92939??2014-08-06?13:25??qt?weather\core\image\14.jpg
?????文件??????144629??2014-08-06?13:25??qt?weather\core\image\16.jpg
?????文件??????270308??2014-07-23?18:28??qt?weather\core\image\8.jpg
?????文件??????594652??2014-07-29?15:25??qt?weather\core\image\Font?Awesome?Cheatsheet.png
?????文件??????106823??2016-05-23?16:34??qt?weather\core\image\a.jpg
?????文件????????2837??2013-09-11?14:33??qt?weather\core\image\array_down.png
?????文件??????159127??2016-05-23?16:35??qt?weather\core\image\b.jpg
?????文件??????293709??2016-05-23?16:34??qt?weather\core\image\c.jpg
?????文件???????33240??2016-05-23?16:31??qt?weather\core\image\d.jpg
?????文件????????3141??2010-01-03?21:39??qt?weather\core\image\down.png
?????文件??????141564??2014-08-05?01:29??qt?weather\core\image\fontawesome-webfont.ttf
?????文件???????46722??2016-05-23?13:51??qt?weather\core\image\ooopic_1463982717.png
?????文件???????57930??2016-05-23?13:51??qt?weather\core\image\ooopic_1463982721.png
?????文件???????46239??2016-05-23?13:51??qt?weather\core\image\ooopic_1463982728.png
............此處省略35個文件信息
- 上一篇:變函數解題指南
- 下一篇:zhajinhuaTutorial-master.zip
評論
共有 條評論