WeatherApp v0.1
Loading...
Searching...
No Matches
MainWindow Class Reference
Inheritance diagram for MainWindow:

Public Member Functions

 MainWindow (QWidget *parent=nullptr)
 Default Constructor. More...
 
 ~MainWindow ()
 Default Destructor.
 

Private Slots

void slotSearch ()
 Slot to search from a city name.
 

Private Member Functions

void setUI ()
 Update the UI value from weather data.
 

Private Attributes

Ui::MainWindow * ui
 ui
 
Weather weather
 Weather object.
 

Detailed Description

Definition at line 19 of file mainwindow.h.

Constructor & Destructor Documentation

◆ MainWindow()

MainWindow::MainWindow ( QWidget *  parent = nullptr)

Default Constructor.

Parameters
parent

Definition at line 10 of file mainwindow.cpp.


The documentation for this class was generated from the following files: