|  | openPilotLog
    | 
The HomeWidget is the welcome screen of the application. More...
#include <homewidget.h>
 
 | Public Slots | |
| void | refresh () | 
| Public Member Functions | |
| HomeWidget (QWidget *parent=nullptr) | |
| Protected Member Functions | |
| void | changeEvent (QEvent *event) override | 
| Handles change events, like updating the UI to new localisation. | |
The HomeWidget is the welcome screen of the application.
The HomeWidget shows total flight times and a user-configurable set of currencies (expiry dates for licenses, ratings, medicals,...). Most data is provided by the AStat class and the ACurrencyEntry class. Notifications are provided by means of pop-up warnings on application start via QMessageBox and the INFO/WARN interfaces, as well as by colouring the labels according to the warning level (orange/red).