9#include "DesktopPluginWidgetBase.h"
91Q_PLUGIN_METADATA(IID
"com.DesktopPluginWidgetBase.DesktopPluginWidgetBase/1.0" FILE
"WeatherCard_plugin.json")
Defines data structures for weather information and geographical location.
A plugin factory class for creating WeatherCard instances.
Definition WeatherCard.h:83
QWidget * factorize_widget(QWidget *parent=nullptr) override
Qt plugin metadata macro.
Definition WeatherCard.h:107
A custom QWidget that displays current weather information.
Definition WeatherCard.h:32
~WeatherCard()
Destroys the WeatherCard object.
Definition WeatherCard.cpp:148
Handles the logic for requesting geographical and weather data from network services.
Definition WeatherRequestEngine.h:28
Represents a snapshot of weather conditions for a specific location and time.
Definition WeatherData.h:19