1#ifndef WEATHERCHARTWIDGET_H
2#define WEATHERCHARTWIDGET_H
4#include "AppWeatherRequest.h"
44 void fresh_display(QList<AppWeatherResult::DailyWeather>& weathers);
57 const QList<AppWeatherResult::DailyWeather>& data,
59 FromDailySession sessionfunc);
60 void makeup_mainpage(
const QList<AppWeatherResult::DailyWeather>& data);
61 Ui::WeatherChartWidget* ui;
The DailyWeather struct provides the daily weather details. The JSON strings are expected to serializ...
Definition AppWeatherRequest.h:33