1#ifndef WEATHERDAILYCARD_H
2#define WEATHERDAILYCARD_H
3#include "AppWeatherRequest.h"
32 void iconPolicy(
const QString& str);
33 Ui::WeatherDailyCard* ui;
The WeatherDailyCard class provides the daily weather card.
Definition WeatherDailyCard.h:13
void bind_daily_info(const AppWeatherResult::DailyWeather &weather)
bind_daily_info
Definition WeatherDailyCard.cpp:12
The DailyWeather struct provides the daily weather details. The JSON strings are expected to serializ...
Definition AppWeatherRequest.h:33