資源簡介
qt天氣預報demo,內容主要有 通過API來獲取天氣信息,在解析數據,顯示到部件上,以及二級聯動下拉框的使用,通過IP來定位,實現默認位置。局域網IP暫時不能獲取到內網IP

代碼片段和文件信息
#include?“my_weather.h“
#include?
int?main(int?argc?char?*argv[])
{
????QApplication?a(argc?argv);
????my_weather?w;
????w.show();
????return?a.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-12-07?16:29??my_weather\
?????文件?????????181??2018-11-25?13:54??my_weather\main.cpp
?????文件???????12285??2018-12-07?16:29??my_weather\my_weather.cpp
?????文件????????1274??2018-11-27?19:38??my_weather\my_weather.h
?????文件?????????420??2018-11-27?19:30??my_weather\my_weather.pro
?????文件???????18463??2018-12-07?16:09??my_weather\my_weather.pro.user
?????文件????????3571??2018-12-07?15:51??my_weather\my_weather.ui
- 上一篇:DCU DeCompiler
- 下一篇:學籍管理系統畢業設計
評論
共有 條評論