# weather天气预报 **Repository Path**: Ollivandergitee/weather-forecast ## Basic Information - **Project Name**: weather天气预报 - **Description**: 用Qt制作的天气预报小工具,参考b站UP主,大轮明王讲Qt - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 0 - **Created**: 2023-03-10 - **Last Updated**: 2025-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # weather天气预报 #### 介绍 用Qt制作的天气预报小工具,参考b站UP主,大轮明王讲Qt 视频链接:https://www.bilibili.com/video/BV1D841147zt/?spm_id_from=333.788&vd_source=3fe012baa05e0a85a632ab8a4b77f14a #### 编译环境 Qt5.9.8 MinGW32 Win10 #### 软件功能 1. 发送http请求,得到天气预报的Json。URL:http://t.weather.itboy.net/api/weather/city/cityCode 2. 解析Json,并讲响应的信息更新到控件上 3. 读取城市编码的json文件“citycode-2019-08-23.json”,得到city与其cityCode的对应关系 4. 根据6天的高温低温数组,绘制温度曲线 5. 添加更改壁纸功能,可自行选择壁纸 #### 项目预览 ![输入图片说明](WEATHER.png) #### 更新 1. 绘制温度曲线添加温度提示drawText,昨天到今天的曲线绘制为虚线 1. 城市搜索框中按下回车键,直接搜索 1. 空气质量显示具体数据 1. windeployqt生成绿色免安装版exe