资源简介

使用Qt5写的一个天气查询界面。可以查询各个城市的天气,界面加了换肤的功能。并且还对近四天的天气进行了预测。自认为界面比较美观。Qt5可以直接运行。

资源截图

代码片段和文件信息

#include “mainwindow.h“
#include 


int main(int argc char *argv[])
{
    QApplication a(argc argv);
    MainWindow w;

    w.show();

    return a.exec();
}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-09-18 16:47  weather\
     目录           0  2018-07-23 20:00  weather\citykeys\
     文件       54788  2017-03-28 22:51  weather\citykeys\citykeys.txt
     文件       20798  2017-03-28 22:51  weather\icon.ico
     文件          41  2017-03-28 22:51  weather\icon.rc
     目录           0  2018-07-23 20:00  weather\images\
     文件      136421  2017-03-28 22:51  weather\images\UI.png
     文件        4756  2017-03-28 22:51  weather\images\UI1.png
     文件      173081  2017-03-28 22:51  weather\images\UI2.png
     文件      259896  2017-03-28 22:51  weather\images\UI3.png
     文件       20798  2017-03-28 22:51  weather\images\icon.ico
     文件        4284  2017-03-28 22:51  weather\images\update.png
     文件        4315  2017-03-28 22:51  weather\images\update_on.png
     文件       11250  2017-03-28 22:51  weather\images\中雨.png
     文件        9897  2017-03-28 22:51  weather\images\中雪.png
     文件        3428  2017-03-28 22:51  weather\images\关闭按钮.png
     文件        3432  2017-03-28 22:51  weather\images\关闭按钮1.png
     文件       11338  2017-03-28 22:51  weather\images\冻雨.png
     文件        8799  2017-03-28 22:51  weather\images\多云.png
     文件       12776  2017-03-28 22:51  weather\images\大暴雨 .png
     文件       11871  2017-03-28 22:51  weather\images\大雨.png
     文件        9653  2017-03-28 22:51  weather\images\大雪.png
     文件       10467  2017-03-28 22:51  weather\images\小雨.png
     文件        9523  2017-03-28 22:51  weather\images\小雪.png
     文件       11391  2017-03-28 22:51  weather\images\强沙尘暴.png
     文件       13081  2017-03-28 22:51  weather\images\扬沙.png
     文件        7981  2017-03-28 22:51  weather\images\晴.png
     文件       11519  2017-03-28 22:51  weather\images\暴雨.png
     文件       10628  2017-03-28 22:51  weather\images\暴雪.png
     文件        3467  2017-03-28 22:51  weather\images\最小化.png
     文件        3496  2017-03-28 22:51  weather\images\最小化1.png
............此处省略18个文件信息

评论

共有 条评论