The WeatherAppMainWindow class The WeatherAppMainWindow class provides the weather app main window. More...
#include <WeatherAppMainWindow.h>
Public Member Functions | |
WeatherAppMainWindow (QWidget *parent=nullptr) | |
Construct a new Weather App Main Window object. | |
~WeatherAppMainWindow () | |
Destroy the Weather App Main Window object. | |
void | refresh_post_request () |
refresh_post_request This function is used to refresh the post request | |
Static Public Attributes | |
static constexpr const char * | WEB_URL = _DEF_WEATHER_URL |
request base url | |
The WeatherAppMainWindow class The WeatherAppMainWindow class provides the weather app main window.
WeatherAppMainWindow::WeatherAppMainWindow | ( | QWidget * | parent = nullptr | ) |
Construct a new Weather App Main Window object.
parent |