![]() |
WeatherApp v0.1
|
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. | |
Definition at line 19 of file mainwindow.h.
| MainWindow::MainWindow | ( | QWidget * | parent = nullptr | ) |