资源简介
使用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个文件信息
- 上一篇:Qt5做的高仿计算器
- 下一篇:基于PCA的图像降维及重构.rar
相关资源
- Qt5做的高仿计算器
- Qt5下windows主机的usb上位机开发第三方
- 微信小程序-天气预报小程序
- Qt5开发及第2版陆文周主编魅力实践发
- arduino uno + ESP8266 搭建的天气预报平台
- iOS毕业设计之天气预报App
- 天气预报案例
- WebService 简单使用(天气查询)
- pyqt5图片和视频浏览器
- pyqt5串口通讯助手
- linux下QT5十字路口红绿灯信号灯模拟程
- QT5串口上位机工程
- Qt五子棋程序源码
- QT5.7.0实现面积计算小demo
- Qt5.10检测系统休眠
- qt5.3 实现直尺
- qt 5+vs2013 插件 qt-vs-addin-1.2.5
- Qt5 写的一个crc校验
- qt5插件demo源码qt5插件demo源码
- PyQt5:QtCharts 绘制折线图
- pyqt5:Qpainter绘制基础图形,鼠标拖动
- YUV420在qt5下显示
- 基于 QT5 百度语音API 图灵机器人API 的
- Qt5.4编写的图书管理系统
- QT5.5 动态刷新tabview
- QT5.5.1串口实现在线热拔插检测
- PyQt5高阶界面控件
- Qt5.X的linuxfb平台源码补丁包
- WebService天气预报.rar
- Qt5 qml TreeView 迄今为止功能最全的树控
评论
共有 条评论