• 大小: 8KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-23
  • 语言: 其他
  • 标签: qt天预报  

资源简介

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

评论

共有 条评论